Skip to content

Commit

Permalink
Weirdness with git, webpack is back in and changelog is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Norman committed Aug 23, 2019
1 parent 5248a7d commit 1032f33
Show file tree
Hide file tree
Showing 43 changed files with 5,150 additions and 2,287 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node_modules
*.vsix
server/out
client/out
/client/dist
/server/dist
4 changes: 3 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ vsc-extension-quickstart.md
**/tsconfig.json
**/webpack.config.js
test/**
idl/**
idl/**
node_modules/**
server/node_modules/**
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ All notable changes to the "idl" extension will be documented in this file.

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [1.5] - 2019-08-21
## [1.5.1] - 2019-08-23

Webpacked the language server to reduce files by about 50% and size to 3.3 MB from about 5 MB

## [1.5.0] - 2019-08-23

Added an initial IDL language server for more features. It contains capabilities for:

Expand Down
1 change: 0 additions & 1 deletion client/dist/core/idl-terminal.js

This file was deleted.

1 change: 0 additions & 1 deletion client/dist/core/idl-terminal.js.map

This file was deleted.

69 changes: 0 additions & 69 deletions client/dist/extension.js

This file was deleted.

1 change: 0 additions & 1 deletion client/dist/extension.js.map

This file was deleted.

217 changes: 0 additions & 217 deletions client/dist/providers/idl-tree-click-handler.js

This file was deleted.

Loading

0 comments on commit 1032f33

Please sign in to comment.