Skip to content

Commit

Permalink
Merge pull request #20 from chaseadamsio/updateDevTools
Browse files Browse the repository at this point in the history
update debugging and dev:init
  • Loading branch information
chaseadamsio authored May 20, 2019
2 parents 4b7a856 + aa9f2bb commit edfbb82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": ["--extensionDevelopmentPath=${workspaceFolder}"],
"preLaunchTask": "npm: start",
"outFiles": ["${workspaceFolder}/**/*.json"]
"args": ["--extensionDevelopmentPath=${workspaceFolder}/themes"],
"preLaunchTask": "npm: build",
"outFiles": ["${workspaceFolder}/themes/**/*.json"]
}
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build": "node src/index.js",
"clean": "rm -rf themes",
"cp:static": "cp README.md themes && cp LICENSE themes && cp CHANGELOG.md themes && cp -R static themes",
"develop:init": "(test -L $HOME/.vscode/extensions/chaseadamsio.vscode-theme-neon-night || ln -s $PWD/themes $HOME/.vscode/extensions/chaseadamsio.vscode-theme-neon-night) && yarn build",
"develop:init": "(test -L $HOME/.vscode/extensions/chaseadamsio.vscode-theme-neon-night@develop || ln -s $PWD/themes $HOME/.vscode/extensions/chaseadamsio.vscode-theme-neon-night@develop) && yarn build",
"release": "release-it minor --ci",
"test:check-code": "yarn test:lint && yarn test:flow",
"test:flow": "flow check",
Expand Down

0 comments on commit edfbb82

Please sign in to comment.