-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsettings.json
45 lines (45 loc) · 1.37 KB
/
settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"files.associations": {
"lvos.h": "c",
"lvos_type.h": "c",
"upgrade_basic.h": "c",
"upgrade_schedule_kern.h": "c"
},
"http.proxySupport": "off",
"http.proxyStrictSSL": false,
"kunpeng.remote.ssh.vmachineinfo": [
{
"label": "**.**.**.**",
"ip": "**.**.**.**",
"port": "22",
"user": "root",
"workspace": "/home/workspace" /*工作目录,请按实际路径配置*/
}
],
"kunpeng.remote.ssh.privatekeypath": "C:\\Users\\.ssh\\id_rsa", /*示例:私钥路径,请按实际路径配置*/
"kunpeng.remote.ssh.clientpath": "D:\\Program Files\\ssh", /*示例:ssh可执行文件路径,请按实际路径配置*/
"editor.detectIndentation": false,
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "kunpeng.func",
"settings": {
"foreground": "#28a745"
}
},
{
"scope": "kunpeng.intrinsics",
"settings": {
"foreground": "#28a745"
}
}
]
},
"it.remote.debug.pluginPath": "c:\\Users\\qwx5321959\\.vscode\\extensions\\cloud-ai.it-remote-debug-0.4.4",
"kp-plugin.scan.types": [
"1",
"2",
"3",
"4"
]
}