Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: extension config #15

Open
Myrfion opened this issue Nov 21, 2022 · 0 comments
Open

Feature: extension config #15

Myrfion opened this issue Nov 21, 2022 · 0 comments

Comments

@Myrfion
Copy link
Contributor

Myrfion commented Nov 21, 2022

Config is a good thing to have in an extension that will increase the range of possible features that could be implemented and will help to customize the behaviour of the extension for each user. For example, in the previous issue #5 I created a snippet that allows users to make a head for their file with their student info. It would be amazing if the extension would take their data from the extension config and automatically place it. This is what vs code doc says about extension config

An extension can contribute extension-specific settings with the [contributes.configuration](https://code.visualstudio.com/api/references/contribution-points#contributes.configuration) Contribution Point and read them using the [workspace.getConfiguration](https://code.visualstudio.com/api/references/vscode-api#workspace.getConfiguration) API.

Refer here for more information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant