mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
Update spaces and scripts
This commit is contained in:
@ -163,7 +163,14 @@ const lspSamples = [
|
||||
'https://github.com/Microsoft/vscode/wiki/Extension-Authoring:-Adopting-Multi-Root-Workspace-APIs#language-client--language-server',
|
||||
apis: [],
|
||||
contributions: []
|
||||
}
|
||||
},
|
||||
{
|
||||
description: 'Commenting API Sample',
|
||||
path: 'comment-sample',
|
||||
guide: null,
|
||||
apis: [],
|
||||
contributions: []
|
||||
},
|
||||
]
|
||||
|
||||
module.exports = {
|
||||
|
||||
2
comment-sample/.vscode/launch.json
vendored
2
comment-sample/.vscode/launch.json
vendored
@ -3,7 +3,7 @@
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Extension",
|
||||
|
||||
Reference in New Issue
Block a user