Fixes to utils

This commit is contained in:
Jim Cooper
2019-10-03 20:26:10 -06:00
parent fc94b08b0b
commit f6aec34d41
5 changed files with 66 additions and 7 deletions

14
.vscode/launch.json vendored Normal file
View File

@@ -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}\\utils.js"
}
]
}

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"editor.glyphMargin": false,
"editor.folding": false,
"scm.diffDecorations": "none"
}