Move into monaco-editor-webpack-plugin folder

This commit is contained in:
Alex Dima 2021-11-05 12:13:58 +01:00
parent 06e4658c00
commit 94735b023f
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
25 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,19 @@
{
// 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",
"cwd": "${workspaceFolder}/test/",
"name": "Launch Program",
"program": "${workspaceFolder}/node_modules/.bin/webpack",
"args": [
"--config",
"webpack.config.js"
],
}
]
}

View file

@ -0,0 +1,6 @@
{
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"editor.tabSize": 2,
"editor.insertSpaces": true
}