Skip to content

Commit

Permalink
Use webpack for vscode extension (#1147)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-c-martin authored Dec 15, 2020
1 parent 57a8033 commit ecc63ac
Show file tree
Hide file tree
Showing 5 changed files with 1,085 additions and 19 deletions.
27 changes: 13 additions & 14 deletions src/vscode-bicep/.vscodeignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
.vscode/**
.vscode-test/**
coverage/**
typings/**
out/test/**
test/**
src/**
**/*.map
.gitignore
tsconfig.json
gulpfile.js
jest.config.*.js
vsc-extension-quickstart.md
bicep.log
# ignore all by default
*
*/**

# allow the following
!out/**/*
!bicepLanguageServer/**/*
!icons/**/*
!language-configuration.json
!package.json
!README.md
!CHANGELOG.md
!LICENSE.txt
Loading

0 comments on commit ecc63ac

Please sign in to comment.