Releases: nyxb/vscode-nesting-config
Releases · nyxb/vscode-nesting-config
v1.1.9
v1.1.8
No significant changes
View changes on GitHub
v1.1.7
🚀 Features
View changes on GitHub
v1.1.6
No significant changes
View changes on GitHub
v1.1.5
No significant changes
View changes on GitHub
v1.1.4
🚀 Features
- .github/workflows:
- config.ts): add functions to get and set configuration values in VS Code workspace 🆕 feat(constants.ts:
- Add constants for URL prefix, file name and message prefix to be used in the extension - by nyxb (f6408)
- fetch.ts): add fetchLatest function to fetch the latest configuration from a remote repository and parse it 🆕 feat(fetch.ts): add fetchAndUpdate function to fetch the latest configuration and update the local configuration if it has changed 🆕 feat(index.ts): add activate function to register the manualUpdate command and initialize the extension by fetching the latest configuration 🆕 feat(index.ts:
- logo:
- Add logo files to extension resources directory. Add logo.png and logo.svg files to be used as the extension logo. - by nyxb (5f3ff)
- package.json:
- update.mjs:
🩹 Bug Fixes
- index.ts: Add non-null assertion operator to autoUpdateInterval to fix potential null reference issue when autoUpdate is enabled - by @nyxb (cc4b7)
- update.mjs: Update glob pattern for 'bun' to 'bun*' to include all bun related files - by @nyxb (6201a)