From fdae863f24d5b1ac4a7356795ad2a4cacf2ac698 Mon Sep 17 00:00:00 2001 From: ryanmcstylin Date: Fri, 20 Dec 2024 12:57:21 -0500 Subject: [PATCH 1/3] Update package.json --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f1a32a..8c2e037 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,11 @@ "aliases": [ "Postgres" ], - "configuration": "./language-configuration.json" + "configuration": "./language-configuration.json", + "icon": { + "dark": "./resources/dark/file.svg", + "light": "./resources/light/file.svg" + } } ], "grammars": [ From 14bd3bcac8c702463c96ab6a072788b8e3c485cd Mon Sep 17 00:00:00 2001 From: ryanmcstylin Date: Fri, 20 Dec 2024 12:58:12 -0500 Subject: [PATCH 2/3] Add files via upload --- resources/dark/file.svg | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 resources/dark/file.svg diff --git a/resources/dark/file.svg b/resources/dark/file.svg new file mode 100644 index 0000000..d1eefea --- /dev/null +++ b/resources/dark/file.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file From ea8bcd1a5da8154d8423fe0ae62a5c506c70224b Mon Sep 17 00:00:00 2001 From: ryanmcstylin Date: Fri, 20 Dec 2024 12:58:45 -0500 Subject: [PATCH 3/3] Add files via upload --- resources/light/file.svg | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 resources/light/file.svg diff --git a/resources/light/file.svg b/resources/light/file.svg new file mode 100644 index 0000000..d1eefea --- /dev/null +++ b/resources/light/file.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file