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

Implement default values for well-known property completions #31

Closed
tintoy opened this issue Jan 29, 2018 · 1 comment
Closed

Implement default values for well-known property completions #31

tintoy opened this issue Jan 29, 2018 · 1 comment

Comments

@tintoy
Copy link
Owner

tintoy commented Jan 29, 2018

These will go in help/properties.json alongside the description attribute for each property. For example:

"AllowUnsafeBlocks": {
        "description": "Allow unsafe code blocks.",
        "defaultValue": "true"
}

CC: @doggy8088

@tintoy
Copy link
Owner Author

tintoy commented Jan 29, 2018

Someday, we may even offer a selection of default values for a property (which will become a snippet whose field has a select list for its value) but for now let's keep it simple :)

tintoy added a commit to tintoy/msbuild-project-tools-server that referenced this issue Jan 31, 2018
@tintoy tintoy self-assigned this Jan 31, 2018
@tintoy tintoy closed this as completed Jan 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant