This repository was archived by the owner on Mar 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 "version" : " 0.2.0" ,
77 "configurations" : [
88 {
9- "name" : " Run extension PWA" ,
9+ "name" : " Run Extension" ,
10+ "type" : " extensionHost" ,
11+ "request" : " launch" ,
12+ "runtimeExecutable" : " ${execPath}" ,
1013 "args" : [
1114 " --extensionDevelopmentPath=${workspaceFolder}"
1215 ],
1316 "outFiles" : [
14- " ${workspaceFolder}/dist/**/*.js" ,
15- " ${workspaceFolder}/node_modules/**/*.js"
17+ " ${workspaceFolder}/dist/*.js"
1618 ],
17- "preLaunchTask" : " ${defaultBuildTask}" ,
18- "request" : " launch" ,
19- "type" : " pwa-extensionHost" ,
20- "localRoot" : " ${workspaceFolder}" ,
21- "remoteRoot" : " ${workspaceFolder}/" ,
19+ "skipFiles" : [
20+ " <node_internals>/**/*.js"
21+ ],
22+ "resolveSourceMapLocations" : [
23+ " dist/**/*.js" ,
24+ " node_modules/github-actions-parser/**/*.js" ,
25+ ],
26+ // "preLaunchTask": "npm: watch",
27+ "smartStep" : true ,
2228 "sourceMaps" : true
2329 },
2430 {
Original file line number Diff line number Diff line change 66 {
77 "type" : " npm" ,
88 "script" : " watch" ,
9- "problemMatcher" : " $tsc-watch" ,
9+ "presentation" : {
10+ "echo" : true ,
11+ "reveal" : " never" ,
12+ "focus" : false ,
13+ "panel" : " shared" ,
14+ "showReuseMessage" : true ,
15+ "clear" : false
16+ },
17+ "group" : " build" ,
1018 "isBackground" : true ,
19+ "problemMatcher" : " $ts-webpack-watch"
20+ },
21+ {
22+ "type" : " npm" ,
23+ "script" : " ts-compile" ,
24+ "problemMatcher" : " $tsc" ,
1125 "presentation" : {
12- "reveal" : " never"
26+ "echo" : true ,
27+ "reveal" : " never" ,
28+ "focus" : false ,
29+ "panel" : " shared" ,
30+ "showReuseMessage" : true ,
31+ "clear" : false
1332 },
14- "group" : {
15- "kind" : " build" ,
16- "isDefault" : true
17- }
1833 }
1934 ]
2035}
Original file line number Diff line number Diff line change 1010 "description" : " GitHub Actions workflows and runs for github.com hosted repositories in VS Code" ,
1111 "version" : " 0.21.2" ,
1212 "engines" : {
13- "vscode" : " ^1.53 .0"
13+ "vscode" : " ^1.60 .0"
1414 },
1515 "extensionKind" : [
16- " web " ,
17- " workspace "
16+ " workspace " ,
17+ " web "
1818 ],
1919 "capabilities" : {
2020 "virtualWorkspaces" : true
330330 },
331331 "scripts" : {
332332 "clean" : " rimraf ./dist ./out" ,
333- "compile" : " tsc -p ./" ,
334- "watch" : " tsc -watch -p ./" ,
333+ "watch" : " webpack --mode development --watch" ,
335334 "package" : " npm run clean && vsce package" ,
336- "vscode:prepublish" : " webpack --mode production" ,
337- "webpack" : " webpack --mode development" ,
338- "webpack-dev" : " webpack --mode development --watch" ,
339- "test-compile" : " tsc -p ./"
335+ "build" : " webpack --mode production" ,
336+ "vscode:prepublish" : " npm run build"
340337 },
341338 "devDependencies" : {
342339 "@types/glob" : " ^7.1.1" ,
358355 "dependencies" : {
359356 "@octokit/rest" : " 18.6.7" ,
360357 "abab" : " ^2.0.5" ,
361- "github-actions-parser" : " 0.22 .0" ,
358+ "github-actions-parser" : " 0.24 .0" ,
362359 "js-yaml" : " ^3.14.0" ,
363360 "ssh-config" : " ^3.0.0" ,
364361 "tunnel" : " 0.0.6" ,
You can’t perform that action at this time.
0 commit comments