Releases
v1.4.0
v1.4.0 - 2024-02-18
Added
Add list-files.controller.ts
file to handle the list of files view
Add ListFilesProvider
to display the list of files view
Add setChildren
method to NodeModel
class to set the children of the node
Changed
Move assets
folder to the root of the project for improved the development experience
Rename constants.ts
file to constants.config.ts
to define the extension constants
Rename config.ts
file to extension.config.ts
to define the extension configuration
Rename config
folder to configs
to define the extension settings
Update getFilesInFolder
method in ExampleController
to use save content to a json file
Update ChatProvider
to use the assets
folder to handle the chat view
Update FeedbackProvider
to use the EXTENSION_ID
constant to handle the feedback view
Update package.json
to include the list of files view in the contributes section
Update extension.ts
to include the list of files view in the extension
Update the formatting files to improve the development experience
Improve the documentation of the extension
You can’t perform that action at this time.