Skip to content

Commit

Permalink
Merge branch '#294' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-plusplus committed Aug 19, 2023
2 parents 4f27908 + a92d043 commit 89b5997
Show file tree
Hide file tree
Showing 19 changed files with 1,687 additions and 7,816 deletions.
20 changes: 17 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
// IntelliSense を使用して利用可能な属性を学べます。
// 既存の属性の説明をホバーして表示します。
// 詳細情報は次を確認してください: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
Expand All @@ -21,6 +18,23 @@
"<node_internals>/**",
],
},
{
"name": "Extension Test (Production Environment)",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}",
"${workspaceFolder}/demo"
],
"outFiles": [
"${workspaceFolder}/build/**/*.js"
],
"preLaunchTask": "subtask:rebuild",
"skipFiles": [
"<node_internals>/**",
],
},
{
"name": "Gulp Test:build",
"type": "node",
Expand Down
5 changes: 5 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
"type": "shell",
"command": "npm run build"
},
{
"label": "subtask:rebuild",
"type": "shell",
"command": "npm run rebuild"
},
{
"label": "subtask:build:without-lint",
"type": "shell",
Expand Down
1 change: 1 addition & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ demo/
image/
node_modules/
!node_modules/vscode-uri
!node_modules/jsonc-parser
src/
task/
test/
Expand Down
Loading

0 comments on commit 89b5997

Please sign in to comment.