|
28 | 28 | "reportIssueUrl": "https://github.com/gitpod-io/gitpod/issues/new", |
29 | 29 | "urlProtocol": "openvscode-server", |
30 | 30 | "webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-cdn.net/insider/181b43c0e2949e36ecb623d8cc6de29d4fa2bae8/out/vs/workbench/contrib/webview/browser/pre/", |
31 | | - "extensionAllowedProposedApi": [], |
32 | 31 | "extensionEnabledApiProposals": { |
| 32 | + "ms-vscode.vscode-selfhost-test-provider": [ |
| 33 | + "testObserver" |
| 34 | + ], |
33 | 35 | "ms-vscode.js-debug": [ |
34 | 36 | "portsAttributes", |
35 | 37 | "findTextInFiles", |
|
42 | 44 | "notebookEditor" |
43 | 45 | ], |
44 | 46 | "ms-dotnettools.dotnet-interactive-vscode": [ |
45 | | - "notebookConcatTextDocument", |
46 | 47 | "notebookContentProvider", |
47 | 48 | "notebookCellExecutionState", |
48 | 49 | "notebookControllerKind", |
|
56 | 57 | "notebookMime", |
57 | 58 | "textDocumentNotebook" |
58 | 59 | ], |
59 | | - "ms-vscode.vscode-github-issue-notebooks": [ |
60 | | - "notebookEditor" |
61 | | - ], |
62 | 60 | "tanhakabir.rest-book": [ |
63 | 61 | "notebookEditor" |
64 | 62 | ], |
|
72 | 70 | "documentFiltersExclusive" |
73 | 71 | ], |
74 | 72 | "GitHub.vscode-pull-request-github": [ |
75 | | - "tokenInformation" |
| 73 | + "tokenInformation", |
| 74 | + "commentsResolvedState" |
76 | 75 | ], |
77 | 76 | "ms-python.gather": [ |
78 | 77 | "notebookEditor", |
79 | 78 | "notebookCellExecutionState" |
80 | 79 | ], |
81 | 80 | "ms-toolsai.jupyter": [ |
82 | | - "notebookConcatTextDocument", |
83 | 81 | "notebookControllerKind", |
84 | 82 | "notebookDebugOptions", |
85 | 83 | "notebookDeprecated", |
|
90 | 88 | "notebookMime", |
91 | 89 | "notebookCellExecutionState", |
92 | 90 | "portsAttributes", |
93 | | - "textDocumentNotebook", |
94 | 91 | "quickPickSortByLabel" |
95 | 92 | ], |
| 93 | + "ms-toolsai.vscode-jupyter-powertoys": [ |
| 94 | + "notebookControllerKind", |
| 95 | + "notebookDebugOptions", |
| 96 | + "notebookDeprecated", |
| 97 | + "notebookEditor", |
| 98 | + "notebookEditorDecorationType", |
| 99 | + "notebookEditorEdit", |
| 100 | + "notebookMessaging", |
| 101 | + "notebookMime", |
| 102 | + "notebookCellExecutionState" |
| 103 | + ], |
96 | 104 | "dbaeumer.vscode-eslint": [ |
97 | | - "tabs", |
98 | 105 | "notebookEditor", |
99 | 106 | "notebookCellExecutionState" |
| 107 | + ], |
| 108 | + "ms-vscode.anycode": [ |
| 109 | + "extensionsAny" |
100 | 110 | ] |
101 | 111 | }, |
102 | 112 | "extensionTips": { |
|
105 | 115 | "ms-edgedevtools.vscode-edge-devtools": "{**/*.ts,**/*.tsx,**/*.js,**/*.css,**/*.html}", |
106 | 116 | "golang.Go": "**/*.go", |
107 | 117 | "ms-vscode.PowerShell": "{**/*.ps1,**/*.psd1,**/*.psm1,**/*.ps.config,**/*.ps1.config}", |
108 | | - "austin.code-gnu-global": "{**/*.c,**/*.cpp,**/*.h}", |
109 | 118 | "Ionide.Ionide-fsharp": "{**/*.fsx,**/*.fsi,**/*.fs,**/*.ml,**/*.mli}", |
110 | 119 | "dbaeumer.vscode-eslint": "{**/*.js,**/*.jsx,**/*.es6,**/.eslintrc.*,**/.eslintrc,**/.babelrc,**/jsconfig.json}", |
111 | | - "dbaeumer.jshint": "{**/*.js,**/*.jsx,**/*.es6,**/.babelrc,**/jsconfig.json,**/.jshintrc,**/.jshintignore}", |
112 | 120 | "ms-vscode.vscode-typescript-tslint-plugin": "{**/tslint.json}", |
113 | 121 | "bmewburn.vscode-intelephense-client": "{**/*.php,**/php.ini}", |
114 | 122 | "xdebug.php-debug": "{**/*.php,**/php.ini}", |
115 | | - "ikappas.phpcs": "{**/*.php,**/php.ini}", |
116 | | - "rust-lang.rust": "{**/*.rs,**/*.rslib}", |
| 123 | + "matklad.rust-analyzer": "{**/*.rs,**/*.rslib}", |
117 | 124 | "ms-vscode.cpptools-extension-pack": "{**/*.c,**/*.cpp,**/*.cc,**/.cxx,**/*.hh,**/*.hpp,**/*.hxx,**/*.h}", |
118 | 125 | "DavidAnson.vscode-markdownlint": "{**/*.md}", |
119 | 126 | "ms-azuretools.vscode-docker": "{**/dockerfile,**/Dockerfile,**/docker-compose.yml,**/docker-compose.*.yml,**/*.cs,**/project.json,**/global.json,**/*.csproj,**/*.cshtml,**/*.sln,**/appsettings.json,**/*.py,**/*.ipynb,**/*.js,**/*.ts,**/package.json}", |
120 | 127 | "EditorConfig.EditorConfig": "{**/.editorconfig}", |
121 | | - "HookyQR.beautify": "{**/.jsbeautifyrc,**/*.js,**/*.jsx,**/*.es6,**/.eslintrc.*,**/.babelrc,**/jsconfig.json}", |
| 128 | + "HookyQR.beautify": "{**/.jsbeautifyrc}", |
122 | 129 | "donjayamanne.githistory": "{**/.gitignore,**/.git}", |
123 | 130 | "felipecaputo.git-project-manager": "{**/.gitignore,**/.git}", |
124 | 131 | "eamodio.gitlens": "{**/.gitignore,**/.git}", |
125 | 132 | "rebornix.Ruby": "{**/*.rb,**/*.erb,**/*.reek,**/.fasterer.yml,**/ruby-lint.yml,**/.rubocop.yml}", |
126 | 133 | "DotJoshJohnson.xml": "{**/*.xml}", |
127 | | - "shinnn.stylelint": "{**/.stylelintrc,**/stylelint.config.js}", |
| 134 | + "stylelint.vscode-stylelint": "{**/.stylelintrc,**/stylelint.config.js}", |
128 | 135 | "eg2.vscode-npm-script": "{**/package.json}", |
129 | 136 | "ms-mssql.mssql": "{**/*.sql}", |
130 | | - "bajdzis.vscode-database": "{**/*.sql}", |
131 | 137 | "mtxr.sqltools": "{**/*.sql}", |
132 | 138 | "usqlextpublisher.usql-vscode-ext": "{**/*.usql}", |
133 | 139 | "ms-vscode.sublime-keybindings": "{**/.sublime-project,**/.sublime-workspace}", |
134 | 140 | "k--kato.intellij-idea-keybindings": "{**/.idea}", |
135 | 141 | "christian-kohler.npm-intellisense": "{**/package.json}", |
136 | | - "octref.vetur": "{**/*.vue}", |
| 142 | + "vue.volar": "{**/*.vue}", |
137 | 143 | "ms-python.python": "{**/*.py,**/*.ipynb}", |
138 | 144 | "ms-toolsai.jupyter": "{**/*.ipynb}", |
139 | 145 | "cake-build.cake-vscode": "{**/build.cake}", |
|
145 | 151 | "ms-kubernetes-tools.vscode-kubernetes-tools": "{**/Chart.yaml}", |
146 | 152 | "GoogleCloudTools.cloudcode": "{**/skaffold.yaml}", |
147 | 153 | "Oracle.oracledevtools": "{**/*.sql}", |
148 | | - "ms-vscode.vscode-github-issue-notebooks": "{**/*.github-issues}" |
| 154 | + "ms-vscode.vscode-github-issue-notebooks": "{**/*.github-issues}", |
| 155 | + "REditorSupport.r": "**/*.r" |
149 | 156 | }, |
150 | 157 | "extensionImportantTips": { |
151 | 158 | "ms-dotnettools.csharp": { |
|
206 | 213 | ], |
207 | 214 | "pattern": "{**/dockerfile,**/Dockerfile,**/docker-compose.yml,**/docker-compose.*.yml}" |
208 | 215 | }, |
209 | | - "octref.vetur": { |
| 216 | + "vue.volar": { |
210 | 217 | "name": "Vetur", |
211 | 218 | "languages": [ |
212 | 219 | "vue" |
213 | 220 | ], |
214 | 221 | "pattern": "{**/*.vue}" |
215 | 222 | }, |
| 223 | + "ms-vscode.makefile-tools": { |
| 224 | + "name": "Makefile Tools", |
| 225 | + "languages": [ |
| 226 | + "makefile" |
| 227 | + ], |
| 228 | + "pattern": "{**/makefile,**/Makefile}" |
| 229 | + }, |
216 | 230 | "ms-vscode.cmake-tools": { |
217 | 231 | "name": "CMake Tools", |
218 | 232 | "pattern": "{**/CMakeLists.txt}" |
219 | 233 | }, |
220 | | - "msazurermtools.azurerm-vscode-tools": { |
221 | | - "name": "Azure Resource Manager", |
222 | | - "pattern": "{**/azuredeploy.json}" |
223 | | - }, |
224 | | - "ms-azuretools.vscode-bicep": { |
225 | | - "name": "Bicep", |
226 | | - "pattern": "{**/*.bicep}" |
227 | | - }, |
228 | 234 | "svelte.svelte-vscode": { |
229 | 235 | "name": "Svelte", |
230 | 236 | "pattern": "{**/*.svelte}" |
231 | 237 | }, |
232 | 238 | "ms-vscode.vscode-github-issue-notebooks": { |
233 | 239 | "name": "GitHub Issue Notebooks", |
234 | 240 | "pattern": "{**/*.github-issues}" |
| 241 | + }, |
| 242 | + "ms-playwright.playwright": { |
| 243 | + "name": "Playwright", |
| 244 | + "pattern": "{**/*playwright*.config.ts,**/*playwright*.config.js,**/*playwright*.config.mjs}" |
| 245 | + }, |
| 246 | + "REditorSupport.r": { |
| 247 | + "name": "R", |
| 248 | + "languages": [ |
| 249 | + "r" |
| 250 | + ], |
| 251 | + "pattern": "{**/*.r}" |
235 | 252 | } |
236 | 253 | }, |
237 | 254 | "keymapExtensionTips": [ |
|
242 | 259 | "ms-vscode.vs-keybindings", |
243 | 260 | "ms-vscode.notepadplusplus-keybindings", |
244 | 261 | "k--kato.intellij-idea-keybindings", |
245 | | - "hiro-sun.vscode-emacs", |
| 262 | + "lfs.vscode-emacs-friendly", |
246 | 263 | "alphabotsec.vscode-eclipse-keybindings", |
247 | 264 | "alefragnani.delphi-keybindings" |
248 | 265 | ], |
|
251 | 268 | "ms-toolsai.jupyter", |
252 | 269 | "vscjava.vscode-java-pack", |
253 | 270 | "ecmel.vscode-html-css", |
254 | | - "octref.vetur", |
| 271 | + "vue.volar", |
255 | 272 | "bmewburn.vscode-intelephense-client", |
256 | 273 | "dsznajder.es7-react-js-snippets", |
257 | 274 | "golang.go", |
258 | 275 | "ms-vscode.powershell", |
259 | 276 | "dart-code.dart-code", |
260 | | - "rust-lang.rust", |
| 277 | + "matklad.rust-analyzer", |
261 | 278 | "rebornix.ruby" |
262 | 279 | ], |
263 | 280 | "configBasedExtensionTips": { |
|
628 | 645 | "www.versioneye.com" |
629 | 646 | ], |
630 | 647 | "extensionAllowedBadgeProvidersRegex": [ |
631 | | - "^https:\\/\\/github\\.com\\/[^/]+\\/[^/]+\\/workflows\\/.*badge\\.svg" |
| 648 | + "^https:\\/\\/github\\.com\\/[^/]+\\/[^/]+\\/(actions\\/)?workflows\\/.*badge\\.svg" |
632 | 649 | ], |
633 | 650 | "extensionKind": { |
634 | 651 | "Shan.code-settings-sync": [ |
|
0 commit comments