Add debug launch conf for VS Code (#7683)

This commit is contained in:
Paulus Schoutsen
2020-11-15 16:36:48 +01:00
committed by GitHub
parent d3c51d7acd
commit c7b747c4fa
6 changed files with 213 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
var path = require("path");
const path = require("path");
module.exports = {
polymer_dir: path.resolve(__dirname, ".."),