Skip to content

Commit b5294ec

Browse files
committed
add tencent-cloud.coding-copilot
1 parent 3609acc commit b5294ec

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,8 @@ open the user settings editor from the Command Palette (Ctrl+Shift+P) with Prefe
223223
"redhat.vscode-yaml",
224224
"redhat.vscode-xml",
225225
"xaver.clang-format",
226-
"zxh404.vscode-proto3"
226+
"zxh404.vscode-proto3",
227+
"tencent-cloud.coding-copilot"
227228
]
228229
}
229230
```

install-virtualenv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export GOPATH=/opt/go
66
export CGO_ENABLED=0
77
# change go version if upgrade
88
export GO1_23=go1.23.12
9-
export GO1_25=go1.25.1
9+
export GO1_25=go1.25.3
1010

1111
go install golang.org/dl/$GO1_23@latest
1212
go install golang.org/dl/$GO1_25@latest

root/.vscode-server/data/Machine/settings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,9 @@
4949
"evenBetterToml.formatter.indentString": " ",
5050
"evenBetterToml.formatter.indentTables": true,
5151
"evenBetterToml.formatter.indentEntries": true,
52-
"evenBetterToml.formatter.columnWidth": 119
52+
"evenBetterToml.formatter.columnWidth": 119,
53+
"codingcopilot.enableInlineChat": true,
54+
"codingcopilot.enableCodelens": false,
55+
"codingcopilot.commitMessageLanguage": "en",
56+
"codingcopilot.enableInlineChatShortcutsTip": false
5357
}

0 commit comments

Comments
 (0)