File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ clone_arguments=("clone")
3838clonezilla_arguments=(" clonezilla" )
3939cmake_arguments=(" cmake" " c_make" )
4040cmatrix_arguments=(" cmatrix" )
41- code_arguments=(" code" " visual_studio_code" " visual_studio" )
41+ code_arguments=(" code" " visual_studio_code" " visual_studio" " vscode " " vs_code " )
4242codeblocks_arguments=(" codeblocks" " code::blocks" )
4343codium_arguments=(" codium" " vs_codium" )
4444commit_arguments=(" commit" )
Original file line number Diff line number Diff line change @@ -6,9 +6,15 @@ code_version="Microsoft dependent"
66code_tags=(" development" " microsoft" )
77code_systemcategories=(" Development" " Utility" )
88code_bashfunctions=(" silentFunction" )
9- code_binariesinstalledpaths=(" code;code" )
10- code_downloadKeys=" bundle"
11- code_bundle_URL=" https://go.microsoft.com/fwlink/?LinkID=620884"
9+ code_binariesinstalledpaths=(" bin/code;code" )
10+ code_downloadKeys=(" bundle" " extension" )
11+ code_bundle_URL=" https://code.visualstudio.com/sha/download?build=stable&os=linux-x64"
12+ code_extension_URL=" https://github.com/ininavicode/arm-syntax-vscode-extension/archive/refs/heads/main.zip"
13+ code_extension_downloadPath=" ${CURRENT_INSTALLATION_FOLDER} /arm-syntax-vscode-extension-main"
14+ code_extension_doNotInherit=" yes"
1215code_launcherkeynames=" default"
1316code_default_exec=" code %f"
1417code_default_windowclass=" visual-studio-code"
18+
19+ code_manualcontentavailable=" 0;0;1"
20+
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+
3+ uninstall_code_pre ()
4+ {
5+ remove_folder " /var/lib/pgadmin"
6+ }
7+
8+ install_code_post ()
9+ {
10+ code --install-extension ${CURRENT_INSTALLATION_FOLDER} /arm-syntax-vscode-extension.vsix
11+
12+ }
13+
14+
15+
Original file line number Diff line number Diff line change 22
33pycharm_name=" PyCharm Community"
44pycharm_description=" Integrated development environment used in computer programming"
5- pycharm_version=" 2024 .1.1"
5+ pycharm_version=" 2025 .1.1"
66pycharm_tags=(" editor" " IDE" " programming" " text" " customDesktop" )
77pycharm_systemcategories=(" ComputerScience" " Debugger" " Development" " IDE" " WebDevelopment" )
88pycharm_icon=" pycharm.png"
@@ -11,7 +11,7 @@ pycharm_associatedfiletypes=("text/sh" "text/x-python" "text/x-python3")
1111pycharm_bashfunctions=(" silentFunctionInWd" )
1212pycharm_binariesinstalledpaths=(" bin/pycharm.sh;pycharm" )
1313pycharm_downloadKeys=(" bundle" )
14- pycharm_bundle_URL=" https://download.jetbrains.com/python/pycharm-community-2024 .1.1.tar.gz"
14+ pycharm_bundle_URL=" https://download.jetbrains.com/python/pycharm-2025.1 .1.1.tar.gz"
1515pycharm_keybindings=(" pycharm;<Primary><Alt><Super>p;Pycharm" )
1616pycharm_launcherkeynames=(" launcher" )
1717pycharm_launcher_exec=" pycharm %F"
You can’t perform that action at this time.
0 commit comments