You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added the ability to auto-publish to Open VSX Registry as well as VS Code Marketplace upon release (via GitHub Action) as requested in [yCodeTech/auto-comment-blocks#5](https://github.com/yCodeTech/auto-comment-blocks/issues/5).
12
+
13
+
- Added the ability for the extension to automatically create the `auto-generated-language-definitions` directory if it doesn't exist.
14
+
15
+
This is because the auto-generated files will no longer be packaged into the .vsix file, therefore the directory won't exist either.
16
+
17
+
- Added new `autoGeneratedDir` property in `Configuration` class to define the `auto-generated-language-definitions` directory.
18
+
19
+
- Changed both `singleLineLangDefinitionFilePath` and `multiLineLangDefinitionFilePath` properties in `Configuration` class to use the new `autoGeneratedDir` property.
20
+
21
+
- Changed `writeJsonFile` method in `Configuration` class to check if the `auto-generated-language-definitions` directory exists, and to create it if it doesn't. This uses the new `autoGeneratedDir` property.
0 commit comments