File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
root/.vscode-server/data/Machine Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff 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```
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export GOPATH=/opt/go
66export CGO_ENABLED=0
77# change go version if upgrade
88export GO1_23=go1.23.12
9- export GO1_25=go1.25.1
9+ export GO1_25=go1.25.3
1010
1111go install golang.org/dl/$GO1_23 @latest
1212go install golang.org/dl/$GO1_25 @latest
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments