diff options
author | Jesús <heckyel@hyperbola.info> | 2021-08-09 15:36:33 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-08-09 15:36:33 -0500 |
commit | 77c871f0260c5482c0d20fc949fd1692b928c7f3 (patch) | |
tree | aeb7d6774ceb9b542623f0eb9f3754d11ef3fed0 /.vscode/launch.json | |
parent | 6caa2f3fed13e398d8c5cc4700c1212297f566d1 (diff) | |
download | plyr-77c871f0260c5482c0d20fc949fd1692b928c7f3.tar.lz plyr-77c871f0260c5482c0d20fc949fd1692b928c7f3.tar.xz plyr-77c871f0260c5482c0d20fc949fd1692b928c7f3.zip |
Remove non-free parts
Diffstat (limited to '.vscode/launch.json')
-rw-r--r-- | .vscode/launch.json | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 3e037998..00000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - // 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": "chrome", - "request": "launch", - "name": "Launch Chrome against localhost", - "url": "http://localhost/dev/plyr/demo", - "webRoot": "${workspaceFolder}" - } - ] -} |