Skip to content

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pgourlain committed Dec 8, 2024
1 parent b2d4e83 commit 1ddcaeb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change log

## Version 1.1.1 (December 8, 2024)

* [319](https://github.com/pgourlain/vscode_erlang/issues/319) : Add a configuration setting to change the storage mode for large cache tables (mainly used for code navigation).

Available modes:
memory (default, original): use ETS tables
compressed memory: use ETS tables with compressed flag turned on.
file: use DETS tables saved into temporary files.

Thanks to
* [Kornel Horvath](https://github.com/KornelH)


## Version 1.1.0 (October 28, 2024)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "erlang",
"description": "Erlang language extension for Visual Studio Code",
"version": "1.1.0",
"version": "1.1.1",
"icon": "images/icon.png",
"publisher": "pgourlain",
"engines": {
Expand Down

0 comments on commit 1ddcaeb

Please sign in to comment.