updated ext filtering

This commit is contained in:
dutchie031
2026-04-07 11:14:44 +02:00
parent 5796e9f6a1
commit 4cf9d557cd
2 changed files with 2 additions and 2 deletions
@@ -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(
+1 -1
View File
@@ -32,7 +32,7 @@
}
},
"dutchies-dcs-scripting-tools": {
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"devDependencies": {
"@types/mocha": "^10.0.10",