Skip to content

vscode dotfiles for project-specific style settings#146

Merged
mattmakai merged 1 commit intomattmakai:masterfrom
aoberoi:dotfiles-vscode
Dec 13, 2017
Merged

vscode dotfiles for project-specific style settings#146
mattmakai merged 1 commit intomattmakai:masterfrom
aoberoi:dotfiles-vscode

Conversation

@aoberoi
Copy link
Copy Markdown
Contributor

@aoberoi aoberoi commented Dec 13, 2017

i found having this in my local checkout useful, since i use Microsoft VisualStudio Code as my preferred editor, and i think any other that might contribute and also prefer this editor will find it useful too.

the .vscode directory is known as workspace settings and has been designed to only store project settings that are meant to be distributed with the source code. the editor has a concept of user settings and global settings that can be used to in addition to workspace settings. its not a super verbose XML based project definition with random UUIDs everywhere, its meant to be readable and hand editable, and its now considered best practice to check them in.

@mattmakai mattmakai merged commit 0ce9385 into mattmakai:master Dec 13, 2017
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

Successfully merging this pull request may close these issues.

2 participants