ca1a983665
- new RangeSlider.js and RangeSlider.css - new SliderControl.js and SliderControl.css - small changes in EventEmitter.js - change GetiefExplore.code-workspace for debugging - document formating for page.css
37 lines
927 B
Plaintext
37 lines
927 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"svg.preview.background": "custom"
|
|
},
|
|
"launch": {
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "chrome",
|
|
"request": "launch",
|
|
"name": "Launch Chrome against localhost",
|
|
// "port": 9222,
|
|
"url": "http://localhost:8080",
|
|
"webRoot": "${workspaceFolder}",
|
|
"breakOnLoad": true,
|
|
"runtimeExecutable": "C:/ProgramData/scoop/apps/googlechrome/current/chrome.exe",
|
|
// "sourceMapPathOverrides": {
|
|
// "webpack:///./~/*": "${workspaceFolder}/node_modules/*",
|
|
// "webpack:///./*": "${workspaceFolder}/*",
|
|
// "webpack:///*": "*",
|
|
// "webpack:///src/*": "${workspaceFolder}/*",
|
|
// },
|
|
// "sourceMapPathOverrides": {
|
|
// // "webpack:///src/*": "${workspaceFolder}/*",
|
|
// "webpack:///./*": "${workspaceFolder}/*"
|
|
// },
|
|
"sourceMaps": true,
|
|
"timeout": 15000
|
|
}
|
|
]
|
|
}
|
|
} |