Skip to content

Commit

Permalink
update typescript version and debugging fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gargadobe committed Jul 2, 2024
1 parent 903e190 commit c61f4fc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
"--extensionDevelopmentPath=${workspaceFolder}"
],
"outFiles": [
"${workspaceFolder}/out/**/*.js"
"${workspaceFolder}/dist/**/*.js"
],
"preLaunchTask": "${defaultBuildTask}"
"preLaunchTask": "npm: compile"
},
{
"name": "Extension Tests",
"type": "extensionHost",
"request": "launch",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}",
"--extensionTestsPath=${workspaceFolder}/out/test/suite/index"
"--extensionTestsPath=${workspaceFolder}/dist/test/suite/index"
],
"outFiles": [
"${workspaceFolder}/out/**/*.js",
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "git",
"url": "https://github.com/adobe/aem-github-copilot"
},
"version": "0.0.4",
"version": "0.0.5",
"engines": {
"vscode": "^1.90.0"
},
Expand Down Expand Up @@ -82,7 +82,7 @@
"run-script-os": "^1.1.6",
"ts-loader": "^9.5.1",
"tslint": "^6.1.3",
"typescript": "^4.0.3",
"typescript": "^5.5.2",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
},
Expand Down

0 comments on commit c61f4fc

Please sign in to comment.