From 77c871f0260c5482c0d20fc949fd1692b928c7f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 9 Aug 2021 15:36:33 -0500 Subject: Remove non-free parts --- .vscode/extensions.json | 12 ------------ .vscode/launch.json | 15 --------------- .vscode/settings.json | 1 - 3 files changed, 28 deletions(-) delete mode 100644 .vscode/extensions.json delete mode 100644 .vscode/launch.json delete mode 100644 .vscode/settings.json (limited to '.vscode') diff --git a/.vscode/extensions.json b/.vscode/extensions.json deleted file mode 100644 index 5685abff..00000000 --- a/.vscode/extensions.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - // See http://go.microsoft.com/fwlink/?LinkId=827846 - // for the documentation about the extensions.json format - "recommendations": [ - "dbaeumer.vscode-eslint", - "esbenp.prettier-vscode", - "wayou.vscode-todo-highlight", - "wix.vscode-import-cost", - "stylelint.vscode-stylelint", - "pflannery.vscode-versionlens" - ] -} 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}" - } - ] -} diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 9e26dfee..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file -- cgit v1.2.3