updated ext filtering
This commit is contained in:
@@ -39,7 +39,7 @@ export function activate(context: vscode.ExtensionContext) {
|
||||
|
||||
context.subscriptions.push(
|
||||
vscode.commands.registerCommand('dutchies-dcs-scripting-tools.openSettings', async () => {
|
||||
await vscode.commands.executeCommand("workbench.action.openSettings", `@ext:${extensionSettingsFilter}`);
|
||||
await vscode.commands.executeCommand("workbench.action.openSettings", `${extensionSettingsFilter}`);
|
||||
}));
|
||||
|
||||
context.subscriptions.push(
|
||||
|
||||
Generated
+1
-1
@@ -32,7 +32,7 @@
|
||||
}
|
||||
},
|
||||
"dutchies-dcs-scripting-tools": {
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/mocha": "^10.0.10",
|
||||
|
||||
Reference in New Issue
Block a user