diff --git a/.vscodeignore b/.vscodeignore index 31958ea..f7259a0 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -19,8 +19,7 @@ tools/** exemples/** gulpfile.js -tsconfig.json -tsconfig.base.json +tsconfig.* shared.webpack.config.js extension.webpack.config.js extension-browser.webpack.config.js diff --git a/CHANGELOG.md b/CHANGELOG.md index c968a10..d5cfa7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [LIBRARY] The map property of Textile Token exists only because this Token is an array. Not compatible with Markdown implementation. So just remove its declaration - [INTERNAL] Use the same release/tags for vscode and its locale repository - [INTERNAL] Correct importing files with spaces from vscode repository +- [INTERNAL] Remove tsconfig.* from VISX ### Changed - [INTERNAL] Update to vscode 1.66.2