mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
update engine version
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
"url": "https://github.com/Microsoft/vscode-extension-samples"
|
||||
},
|
||||
"engines": {
|
||||
"vscode": "^1.67.0"
|
||||
"vscode": "^1.71.0"
|
||||
},
|
||||
"categories": [
|
||||
"Other"
|
||||
|
||||
@ -34,7 +34,7 @@ export function activate(context: vscode.ExtensionContext) {
|
||||
offset = args;
|
||||
}
|
||||
if(offset){
|
||||
jsonOutlineProvider.rename(offset)
|
||||
jsonOutlineProvider.rename(offset);
|
||||
}
|
||||
});
|
||||
vscode.commands.registerCommand('extension.openJsonSelection', range => jsonOutlineProvider.select(range));
|
||||
|
||||
Reference in New Issue
Block a user