File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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 },
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 },
You can’t perform that action at this time.
0 commit comments