Skip to content

Commit

Permalink
Updated vscodeignore to slim down deployed extension size (#214)
Browse files Browse the repository at this point in the history
* Updated vscodeignore to slim down deployed extension size

* Fix badge urls

* Switch from SVG to PNG in badges (ugh)
  • Loading branch information
phschaad authored Jan 17, 2023
1 parent dfe1ebe commit b50e0e5
Show file tree
Hide file tree
Showing 4 changed files with 510 additions and 1,846 deletions.
21 changes: 13 additions & 8 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
.vscode/**
.vscode-test/**
out/**
src/**
.gitignore
**/.vscode/
**/__pycache__/
.vscode-test/
out/
src/
**/.gitignore
.github/
.gitmodules
tslint.json
*.code-workspace
**/*.code-workspace
vsc-extension-quickstart.md
**/tsconfig.json
**/.eslintrc.json
**/*.map
**/*.ts
node_modules/**
scripts/**
node_modules/
scripts/
packages/
images/
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# DaCe SDFG Editor for Visual Studio Code

[![](https://vsmarketplacebadge.apphb.com/version-short/phschaad.sdfv.svg
[![](https://vsmarketplacebadges.dev/version-short/phschaad.sdfv.png
)](https://marketplace.visualstudio.com/items?itemName=phschaad.sdfv)
[![](https://vsmarketplacebadge.apphb.com/installs-short/phschaad.sdfv.svg
[![](https://vsmarketplacebadges.dev/installs-short/phschaad.sdfv.png
)](https://marketplace.visualstudio.com/items?itemName=phschaad.sdfv)
[![](https://vsmarketplacebadge.apphb.com/downloads-short/phschaad.sdfv.svg
[![](https://vsmarketplacebadges.dev/downloads-short/phschaad.sdfv.png
)](https://marketplace.visualstudio.com/items?itemName=phschaad.sdfv)
[![](https://vsmarketplacebadge.apphb.com/rating-short/phschaad.sdfv.svg
[![](https://vsmarketplacebadges.dev/rating-short/phschaad.sdfv.png
)](https://marketplace.visualstudio.com/items?itemName=phschaad.sdfv)

This Visual Studio Code extension provides a rich editor for
Expand Down
Loading

0 comments on commit b50e0e5

Please sign in to comment.