diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 72b2cfd..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,11 +0,0 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: -# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file - -version: 2 -updates: - - package-ecosystem: "npm" # See documentation for possible values - directory: "/" # Location of package manifests - schedule: - interval: "none" diff --git a/misc/ANTLRng2.png b/misc/ANTLRng2.png new file mode 100644 index 0000000..e2d9a47 Binary files /dev/null and b/misc/ANTLRng2.png differ diff --git a/package.json b/package.json index 08a15b8..2926069 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-antlr4", "displayName": "ANTLR4 grammar syntax support", "description": "Language support for ANTLR4 grammar files", - "icon": "misc/antlr-logo.png", + "icon": "misc/ANTLRng2.png", "galleryBanner": { "color": "#2789e1", "theme": "dark"