Selectable dropdown list
This commit is contained in:
12
website/.vscode/launch.json
vendored
Normal file
12
website/.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"version": "0.1.0",
|
||||
"configurations": [
|
||||
|
||||
{
|
||||
"name": "Chrome: Launch",
|
||||
"type": "chrome",
|
||||
"request": "launch",
|
||||
"webRoot": "${workspaceFolder}/src"
|
||||
},
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user