diff --git a/.vscodeignore b/.vscodeignore index 19f4ef9..d3b9ff8 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -1,12 +1,10 @@ ** -!.vscodeignore -!package.json -!package-lock.json !dist/*.js !dist/util -!resources +!resources/config +!resources/Logo.png !media !webview/build/index.html !webview/build/static/css/*.css diff --git a/resources/defaultConfig.jsonc b/resources/defaultConfig.jsonc deleted file mode 100644 index d676cfb..0000000 --- a/resources/defaultConfig.jsonc +++ /dev/null @@ -1,9 +0,0 @@ -// If you haven't already, associate .jsonc files with "JSON with Comments (jsonc)" -{ - "label": "An optional label for a good name", - "root": "/tmp", - "host": "localhost", - "port": 22, - "username": "root", - "password": true -} \ No newline at end of file diff --git a/resources/settings.html b/resources/settings.html deleted file mode 100644 index e40655a..0000000 --- a/resources/settings.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -
- - -