Skip to content

Commit ddc617f

Browse files
committed
set preview: false
1 parent 09e25e9 commit ddc617f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
- More languages are now tested in advance: TOML, XML, CSS, Zig, Swift, SQL, LaTeX.
2020

21+
- Extension no longer in `preview` mode! 🎉
22+
2123
## Fixed
2224

2325
- Parsers failing to build ([#193](https://github.com/selfint/code-blocks/issues/193)). The extension now uses `node-gyp` via `npm exec` instead of `tree-sitter-cli`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"treesitter",
3636
"visualization"
3737
],
38-
"preview": true,
38+
"preview": false,
3939
"activationEvents": [
4040
"onLanguage"
4141
],

0 commit comments

Comments
 (0)