Skip to content

Commit 67e4504

Browse files
committed
Update publisher ID
1 parent 7d3485d commit 67e4504

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.vscode/launch.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"request": "launch",
88
"args": [
99
"--extensionDevelopmentPath=${workspaceFolder}",
10-
"${workspaceFolder}/sampleWorkspace"
10+
// "${workspaceFolder}/sampleWorkspace"
11+
"${workspaceFolder}/../../os-816"
1112
],
1213
"outFiles": ["${workspaceFolder}/dist/**/*.js"],
1314
"preLaunchTask": "npm: watch"

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
1010
"typescript.tsc.autoDetect": "off",
1111

12-
"git.branchProtection": ["main"],
12+
// "git.branchProtection": ["main"],
1313
"git.branchProtectionPrompt": "alwaysCommitToNewBranch",
1414

1515
"files.associations": {

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "cc65/ca65 Debugger",
44
"description": "cc65/ca65 assembly language debugger for VS Code.",
55
"version": "0.1.0",
6-
"publisher": "X65 Project",
6+
"publisher": "X65-Project",
77
"author": {
88
"name": "Tomasz Sterna"
99
},
@@ -58,10 +58,7 @@
5858
},
5959
"main": "./dist/extension.js",
6060
"browser": "./dist/extension.js",
61-
"activationEvents": [
62-
"onDebugResolve:cc65-dbg",
63-
"onDebugDynamicConfigurations:cc65-dbg"
64-
],
61+
"activationEvents": ["onDebugResolve:cc65-dbg", "onDebugDynamicConfigurations:cc65-dbg"],
6562
"workspaceTrust": {
6663
"request": "never"
6764
},

0 commit comments

Comments
 (0)