diff --git a/01 - JavaScript Drum Kit/.vscode/extensions.json b/01 - JavaScript Drum Kit/.vscode/extensions.json new file mode 100644 index 0000000000..a646e87b0a --- /dev/null +++ b/01 - JavaScript Drum Kit/.vscode/extensions.json @@ -0,0 +1,8 @@ +{ + // See http://go.microsoft.com/fwlink/?LinkId=827846 + // for the documentation about the extensions.json format + "recommendations": [ + // Extension identifier format: ${publisher}.${name}. Example: vscode.csharp + + ] +} \ No newline at end of file diff --git a/01 - JavaScript Drum Kit/.vscode/launch.json b/01 - JavaScript Drum Kit/.vscode/launch.json new file mode 100644 index 0000000000..0f7ea8b148 --- /dev/null +++ b/01 - JavaScript Drum Kit/.vscode/launch.json @@ -0,0 +1,21 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "Launch Chrome against localhost, with sourcemaps", + "type": "chrome", + "request": "launch", + "url": "http://localhost:8080", + "sourceMaps": true, + "webRoot": "${workspaceRoot}" + }, + { + "name": "Attach to Chrome, with sourcemaps", + "type": "chrome", + "request": "attach", + "port": 9222, + "sourceMaps": true, + "webRoot": "${workspaceRoot}" + } + ] +} \ No newline at end of file diff --git a/01 - JavaScript Drum Kit/index-START.html b/01 - JavaScript Drum Kit/index-START.html index 4070d32767..cb02cb573d 100644 --- a/01 - JavaScript Drum Kit/index-START.html +++ b/01 - JavaScript Drum Kit/index-START.html @@ -4,10 +4,10 @@