Skip to content

Commit

Permalink
Merge pull request #582 from q-masters/development
Browse files Browse the repository at this point in the history
Release 1.3.0
  • Loading branch information
konne authored Oct 12, 2020
2 parents 5517079 + cda6029 commit 47b65a7
Show file tree
Hide file tree
Showing 7 changed files with 1,035 additions and 2,377 deletions.
10 changes: 5 additions & 5 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
"configurations": [
{
"name": "Run Extension",
"type": "extensionHost",
"type": "pwa-extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceRoot}",
"--extensionDevelopmentPath=${workspaceFolder}",
],
"stopOnEntry": false,
"sourceMaps": true,
"outFiles": [
"${workspaceFolder}/dist/**/*.js"
"resolveSourceMapLocations": [
"${workspaceRoot}/src//dist/extension.js.map",
"!**/node_modules/**"
],
"preLaunchTask": "npm: webpack"
}
Expand Down
Loading

0 comments on commit 47b65a7

Please sign in to comment.