first commit
This commit is contained in:
commit
731ebe85b5
29 changed files with 15276 additions and 0 deletions
36
GeotiefExplore.code-workspace
Normal file
36
GeotiefExplore.code-workspace
Normal file
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
],
|
||||
"settings": {},
|
||||
"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,
|
||||
// "sourceMapPathOverrides": {
|
||||
// "webpack:///./~/*": "${workspaceFolder}/node_modules/*",
|
||||
// "webpack:///./*": "${workspaceFolder}/*",
|
||||
// "webpack:///*": "*",
|
||||
// "webpack:///src/*": "${workspaceFolder}/*",
|
||||
// },
|
||||
|
||||
// "sourceMapPathOverrides": {
|
||||
// // "webpack:///src/*": "${workspaceFolder}/*",
|
||||
// "webpack:///./*": "${workspaceFolder}/*"
|
||||
// },
|
||||
"sourceMaps": true,
|
||||
"timeout": 15000
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue