jetsung revised this gist 2 months ago. Go to revision
1 file changed, 3 insertions, 1 deletion
vibe.txt
| @@ -8,4 +8,6 @@ qwenlm.qwen-code-vscode-ide-companion | |||
| 8 | 8 | iflow-cli.iflow-cli-vscode-ide-companion | |
| 9 | 9 | Tencent-Cloud.coding-copilot | |
| 10 | 10 | FittenTech.Fitten-Code | |
| 11 | - | AmazonWebServices.amazon-q-vscode | |
| 11 | + | AmazonWebServices.amazon-q-vscode | |
| 12 | + | BaiduComate.comate | |
| 13 | + | MarsCode.marscode-extension | |
jetsung revised this gist 2 months ago. Go to revision
1 file changed, 2 insertions, 1 deletion
vibe.txt
| @@ -7,4 +7,5 @@ Continue.continue | |||
| 7 | 7 | qwenlm.qwen-code-vscode-ide-companion | |
| 8 | 8 | iflow-cli.iflow-cli-vscode-ide-companion | |
| 9 | 9 | Tencent-Cloud.coding-copilot | |
| 10 | - | FittenTech.Fitten-Code | |
| 10 | + | FittenTech.Fitten-Code | |
| 11 | + | AmazonWebServices.amazon-q-vscode | |
jetsung revised this gist 3 months ago. Go to revision
1 file changed, 9 insertions, 1 deletion
install.sh
| @@ -112,11 +112,19 @@ fi | |||
| 112 | 112 | echo "$EXTENSIONS" | tr ' ' '\n' | |
| 113 | 113 | echo "-----------------" | |
| 114 | 114 | ||
| 115 | + | VSCODE_SERVER="" | |
| 116 | + | if [[ -n "$VSCODE_IPC_HOOK_CLI" ]]; then | |
| 117 | + | VSCODE_SERVER=1 | |
| 118 | + | fi | |
| 119 | + | ||
| 115 | 120 | echo "$EXTENSIONS" | tr ' ' '\n' | while read -r ext; do | |
| 116 | 121 | [ -z "$ext" ] && continue | |
| 117 | 122 | echo "安装: $ext" | |
| 118 | 123 | $BASE_CMD "$ext" $EXTRA || echo "警告: 安装 $ext 失败(可能已安装或 ID 不兼容)" | |
| 119 | - | $IDE_CMD --disable-extension "$ext" | |
| 124 | + | ||
| 125 | + | if [[ -z "$VSCODE_SERVER" ]]; then | |
| 126 | + | $IDE_CMD --disable-extension "$ext" | |
| 127 | + | fi | |
| 120 | 128 | done | |
| 121 | 129 | ||
| 122 | 130 | echo "-----------------" | |
jetsung revised this gist 3 months ago. Go to revision
2 files changed, 4 insertions, 2 deletions
install.sh
| @@ -116,7 +116,7 @@ fi | |||
| 116 | 116 | [ -z "$ext" ] && continue | |
| 117 | 117 | echo "安装: $ext" | |
| 118 | 118 | $BASE_CMD "$ext" $EXTRA || echo "警告: 安装 $ext 失败(可能已安装或 ID 不兼容)" | |
| 119 | - | $IDE_CMD --disable-extension "$ext"" | |
| 119 | + | $IDE_CMD --disable-extension "$ext" | |
| 120 | 120 | done | |
| 121 | 121 | ||
| 122 | 122 | echo "-----------------" | |
vibe.txt
| @@ -5,4 +5,6 @@ MarsCode.marscode-extension | |||
| 5 | 5 | Alibaba-Cloud.tongyi-lingma | |
| 6 | 6 | Continue.continue | |
| 7 | 7 | qwenlm.qwen-code-vscode-ide-companion | |
| 8 | - | iflow-cli.iflow-cli-vscode-ide-companion | |
| 8 | + | iflow-cli.iflow-cli-vscode-ide-companion | |
| 9 | + | Tencent-Cloud.coding-copilot | |
| 10 | + | FittenTech.Fitten-Code | |
jetsung revised this gist 3 months ago. Go to revision
2 files changed, 4 insertions
install.sh
| @@ -116,6 +116,7 @@ fi | |||
| 116 | 116 | [ -z "$ext" ] && continue | |
| 117 | 117 | echo "安装: $ext" | |
| 118 | 118 | $BASE_CMD "$ext" $EXTRA || echo "警告: 安装 $ext 失败(可能已安装或 ID 不兼容)" | |
| 119 | + | $IDE_CMD --disable-extension "$ext"" | |
| 119 | 120 | done | |
| 120 | 121 | ||
| 121 | 122 | echo "-----------------" | |
vibe.txt
| @@ -3,3 +3,6 @@ kilocode.kilo-code | |||
| 3 | 3 | Codeium.codeium | |
| 4 | 4 | MarsCode.marscode-extension | |
| 5 | 5 | Alibaba-Cloud.tongyi-lingma | |
| 6 | + | Continue.continue | |
| 7 | + | qwenlm.qwen-code-vscode-ide-companion | |
| 8 | + | iflow-cli.iflow-cli-vscode-ide-companion | |
jetsung revised this gist 3 months ago. Go to revision
3 files changed, 13 insertions, 6 deletions
README.md
| @@ -12,6 +12,14 @@ curl -L https://fx4.cn/vscext | bash | |||
| 12 | 12 | curl -L https://gist.asfd.cn/jetsung/vscode/raw/HEAD/install.sh | bash | |
| 13 | 13 | ``` | |
| 14 | 14 | ||
| 15 | + | - Python 依赖库 | |
| 16 | + | ```bash | |
| 17 | + | curl -L https://fx4.cn/vscext | bash -s -- -n python | |
| 18 | + | ``` | |
| 19 | + | ```bash | |
| 20 | + | curl -L https://gist.asfd.cn/jetsung/vscode/raw/HEAD/install.sh | bash -s -- -n python | |
| 21 | + | ``` | |
| 22 | + | ||
| 15 | 23 | - 其它 | |
| 16 | 24 | ```bash | |
| 17 | 25 | curl -L https://fx4.cn/vscext | bash -s -- -s kiro | |
| @@ -27,7 +35,6 @@ curl -L https://gist.asfd.cn/jetsung/vscode/raw/HEAD/install.sh | bash -s -- -s | |||
| 27 | 35 | | [**Choose a License**][7] | `ultram4rine.vscode-choosealicense` | [VSCode][7-1] - [OpenVSX][7-2] | 为你的项目选择一个许可证 | | |
| 28 | 36 | | [**gitignore**][8] | `codezombiech.gitignore` | [VSCode][8-1] - [OpenVSX][8-2] | 从 https://github.com/github/gitignore 仓库拉取 .gitignore 模板。支持.gitignore 文件的语言。 | | |
| 29 | 37 | | [**ShellCheck**][9] | `timonwong.shellcheck` | [VSCode][9-1] - [OpenVSX][9-2] | 用于 Shell 脚本的代码检查工具。 | | |
| 30 | - | | [**Roo Code**][10] | `RooVeterinaryInc.roo-cline` | [VSCode][10-1] - [OpenVSX][10-2] | AI 代理编程工具。 | | |
| 31 | 38 | ||
| 32 | 39 | ||
| 33 | 40 | [6]:https://github.com/tamasfe/taplo | |
| @@ -45,7 +52,3 @@ curl -L https://gist.asfd.cn/jetsung/vscode/raw/HEAD/install.sh | bash -s -- -s | |||
| 45 | 52 | [9]:https://github.com/vscode-shellcheck/vscode-shellcheck | |
| 46 | 53 | [9-1]:https://marketplace.visualstudio.com/items?itemName=timonwong.shellcheck | |
| 47 | 54 | [9-2]:https://open-vsx.org/extension/timonwong/shellcheck | |
| 48 | - | ||
| 49 | - | [10]:https://github.com/RooCodeInc/Roo-Code | |
| 50 | - | [10-1]:https://marketplace.visualstudio.com/items?itemName=RooVeterinaryInc.roo-cline | |
| 51 | - | [10-2]:https://open-vsx.org/extension/RooVeterinaryInc/roo-cline | |
index.txt
| @@ -2,5 +2,4 @@ tamasfe.even-better-toml | |||
| 2 | 2 | ultram4rine.vscode-choosealicense | |
| 3 | 3 | codezombiech.gitignore | |
| 4 | 4 | timonwong.shellcheck | |
| 5 | - | RooVeterinaryInc.roo-cline | |
| 6 | 5 | ms-vscode.makefile-tools | |
vibe.txt(file created)
| @@ -0,0 +1,5 @@ | |||
| 1 | + | RooVeterinaryInc.roo-cline | |
| 2 | + | kilocode.kilo-code | |
| 3 | + | Codeium.codeium | |
| 4 | + | MarsCode.marscode-extension | |
| 5 | + | Alibaba-Cloud.tongyi-lingma | |
jetsung revised this gist 3 months ago. Go to revision
1 file changed, 1 insertion
index.txt
| @@ -3,3 +3,4 @@ ultram4rine.vscode-choosealicense | |||
| 3 | 3 | codezombiech.gitignore | |
| 4 | 4 | timonwong.shellcheck | |
| 5 | 5 | RooVeterinaryInc.roo-cline | |
| 6 | + | ms-vscode.makefile-tools | |
jetsung revised this gist 3 months ago. Go to revision
2 files changed, 7 insertions
README.md
| @@ -27,6 +27,8 @@ curl -L https://gist.asfd.cn/jetsung/vscode/raw/HEAD/install.sh | bash -s -- -s | |||
| 27 | 27 | | [**Choose a License**][7] | `ultram4rine.vscode-choosealicense` | [VSCode][7-1] - [OpenVSX][7-2] | 为你的项目选择一个许可证 | | |
| 28 | 28 | | [**gitignore**][8] | `codezombiech.gitignore` | [VSCode][8-1] - [OpenVSX][8-2] | 从 https://github.com/github/gitignore 仓库拉取 .gitignore 模板。支持.gitignore 文件的语言。 | | |
| 29 | 29 | | [**ShellCheck**][9] | `timonwong.shellcheck` | [VSCode][9-1] - [OpenVSX][9-2] | 用于 Shell 脚本的代码检查工具。 | | |
| 30 | + | | [**Roo Code**][10] | `RooVeterinaryInc.roo-cline` | [VSCode][10-1] - [OpenVSX][10-2] | AI 代理编程工具。 | | |
| 31 | + | ||
| 30 | 32 | ||
| 31 | 33 | [6]:https://github.com/tamasfe/taplo | |
| 32 | 34 | [6-1]:https://marketplace.visualstudio.com/items?itemName=tamasfe.even-better-toml | |
| @@ -43,3 +45,7 @@ curl -L https://gist.asfd.cn/jetsung/vscode/raw/HEAD/install.sh | bash -s -- -s | |||
| 43 | 45 | [9]:https://github.com/vscode-shellcheck/vscode-shellcheck | |
| 44 | 46 | [9-1]:https://marketplace.visualstudio.com/items?itemName=timonwong.shellcheck | |
| 45 | 47 | [9-2]:https://open-vsx.org/extension/timonwong/shellcheck | |
| 48 | + | ||
| 49 | + | [10]:https://github.com/RooCodeInc/Roo-Code | |
| 50 | + | [10-1]:https://marketplace.visualstudio.com/items?itemName=RooVeterinaryInc.roo-cline | |
| 51 | + | [10-2]:https://open-vsx.org/extension/RooVeterinaryInc/roo-cline | |
index.txt
| @@ -2,3 +2,4 @@ tamasfe.even-better-toml | |||
| 2 | 2 | ultram4rine.vscode-choosealicense | |
| 3 | 3 | codezombiech.gitignore | |
| 4 | 4 | timonwong.shellcheck | |
| 5 | + | RooVeterinaryInc.roo-cline | |
jetsung revised this gist 4 months ago. Go to revision
1 file changed, 6 insertions
README.md
| @@ -6,11 +6,17 @@ | |||
| 6 | 6 | ## 教程 | |
| 7 | 7 | - VSCode | |
| 8 | 8 | ```bash | |
| 9 | + | curl -L https://fx4.cn/vscext | bash | |
| 10 | + | ``` | |
| 11 | + | ```bash | |
| 9 | 12 | curl -L https://gist.asfd.cn/jetsung/vscode/raw/HEAD/install.sh | bash | |
| 10 | 13 | ``` | |
| 11 | 14 | ||
| 12 | 15 | - 其它 | |
| 13 | 16 | ```bash | |
| 17 | + | curl -L https://fx4.cn/vscext | bash -s -- -s kiro | |
| 18 | + | ``` | |
| 19 | + | ```bash | |
| 14 | 20 | curl -L https://gist.asfd.cn/jetsung/vscode/raw/HEAD/install.sh | bash -s -- -s kiro | |
| 15 | 21 | ``` | |
| 16 | 22 | ||
jetsung revised this gist 4 months ago. Go to revision
1 file changed, 2 insertions, 2 deletions
README.md
| @@ -6,12 +6,12 @@ | |||
| 6 | 6 | ## 教程 | |
| 7 | 7 | - VSCode | |
| 8 | 8 | ```bash | |
| 9 | - | curl -L https://gist.asfd.cn/jetsung/vscode/raw/HEAD/install | bash | |
| 9 | + | curl -L https://gist.asfd.cn/jetsung/vscode/raw/HEAD/install.sh | bash | |
| 10 | 10 | ``` | |
| 11 | 11 | ||
| 12 | 12 | - 其它 | |
| 13 | 13 | ```bash | |
| 14 | - | curl -L https://gist.asfd.cn/jetsung/vscode/raw/HEAD/install | bash -s -- -s kiro | |
| 14 | + | curl -L https://gist.asfd.cn/jetsung/vscode/raw/HEAD/install.sh | bash -s -- -s kiro | |
| 15 | 15 | ``` | |
| 16 | 16 | ||
| 17 | 17 | ## 扩展列表 | |