aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
authorIndrajith K L2017-12-19 19:10:01 +0530
committerIndrajith K L2017-12-19 19:10:01 +0530
commit9b608b89b16953c8d717ed8fde02ae396eea6094 (patch)
treea914badf600f8f95c4d25e8d8f4138290162bd8b /.vscode/launch.json
parent90d191ce4b23106657712efe3e8830410b89225e (diff)
downloadvanilla-yo-notification-9b608b89b16953c8d717ed8fde02ae396eea6094.tar.gz
vanilla-yo-notification-9b608b89b16953c8d717ed8fde02ae396eea6094.tar.bz2
vanilla-yo-notification-9b608b89b16953c8d717ed8fde02ae396eea6094.zip
* Webpack config changes
* Updated documentation with example * removed unwanted dependencies from starter pack
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
new file mode 100644
index 0000000..a6631b3
--- /dev/null
+++ b/.vscode/launch.json
@@ -0,0 +1,14 @@
+{
+ // Use IntelliSense to learn about possible attributes.
+ // Hover to view descriptions of existing attributes.
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
+ "version": "0.2.0",
+ "configurations": [
+ {
+ "type": "node",
+ "request": "launch",
+ "name": "Launch Program",
+ "program": "${workspaceFolder}\\src\\index.ts"
+ }
+ ]
+} \ No newline at end of file