|
8 | 8 | "url": "https://github.com/vknabel" |
9 | 9 | }, |
10 | 10 | "license": "Apache-2.0", |
11 | | - "version": "2.12.0", |
| 11 | + "version": "2.12.1", |
12 | 12 | "publisher": "vknabel", |
13 | 13 | "icon": "icons/icon.png", |
14 | 14 | "galleryBanner": { |
|
108 | 108 | "properties": { |
109 | 109 | "sourcekit-lsp.serverPath": { |
110 | 110 | "type": "string", |
111 | | - "description": "The path of the sourcekit-lsp executable\nIn SDE: defaults to the toolchain's sourcekit-lsp." |
| 111 | + "description": "The path of the sourcekit-lsp executable\nIn SDE: defaults to the toolchain's sourcekit-lsp. Only available in global config for security reasons.", |
| 112 | + "scope": "machine" |
112 | 113 | }, |
113 | 114 | "sourcekit-lsp.toolchainPath": { |
114 | 115 | "type": "string", |
|
117 | 118 | "swift.languageServerPath": { |
118 | 119 | "type": "string", |
119 | 120 | "default": "/usr/local/bin/langserver-swift", |
120 | | - "description": "[DEPRECATED] The fully qualified path to the Swift Language Server executable." |
| 121 | + "description": "[DEPRECATED] The fully qualified path to the Swift Language Server executable. Only available in global config for security reasons.", |
| 122 | + "scope": "machine" |
121 | 123 | }, |
122 | 124 | "swift.path.sourcekite": { |
123 | 125 | "type": "string", |
124 | | - "description": "The fully path to the sourcekite(SDE's LS backend)." |
| 126 | + "description": "The fully path to the sourcekite(SDE's LS backend). Only available in global config for security reasons.", |
| 127 | + "scope": "machine" |
125 | 128 | }, |
126 | 129 | "swift.path.sourcekiteDockerMode": { |
127 | 130 | "type": "boolean", |
128 | 131 | "default": false, |
129 | | - "description": "[DEPRECATED] (Experimental)Enable to run dedicated docker shell command. It is the responsibility of user to guarantee that the docker cmd 'docker run --rm -i jinmingjian/docker-sourcekite' works in your system." |
| 132 | + "description": "[DEPRECATED] (Experimental)Enable to run dedicated docker shell command. It is the responsibility of user to guarantee that the docker cmd 'docker run --rm -i jinmingjian/docker-sourcekite' works in your system.", |
| 133 | + "scope": "machine" |
130 | 134 | }, |
131 | 135 | "swift.path.swift_driver_bin": { |
132 | 136 | "type": "string", |
133 | 137 | "default": "/usr/bin/swift", |
134 | | - "description": "The fully path to the swift driver binary." |
| 138 | + "description": "The fully path to the swift driver binary. Only available in global config for security reasons.", |
| 139 | + "scope": "machine" |
135 | 140 | }, |
136 | 141 | "swift.path.shell": { |
137 | 142 | "type": "string", |
138 | 143 | "default": "/bin/sh", |
139 | | - "description": "The fully path to the shell binary." |
| 144 | + "description": "The fully path to the shell binary. Only available in global config for security reasons.", |
| 145 | + "scope": "machine" |
140 | 146 | }, |
141 | 147 | "sde.sourcekit.compilerOptions": { |
142 | 148 | "type": "array", |
|
0 commit comments