Update Visual Studio Code ignores#4760
Update Visual Studio Code ignores#4760
Conversation
|
Hi @Eyas, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution! TTYL, MSBOT; |
|
Thanks for the PR @Eyas, can you remove the lines for |
|
I was considering that. I know that some editors/IDEs do have a |
|
I guess keep |
In Visual Studio Code 0.8.0, .settings is renamed to .vscode; adds .vscode ignores to .gitignore with an override for tasks.json per microsoft#3156, and removes vscode override for .settings
c37b64a to
c43754f
Compare
|
Thanks; just did. |
|
Hey @Eyas sorry this fell off my radar. @weswigham has fixed up our |
|
never mind, merged manually. thanks. |
In Visual Studio Code 0.8.0, .settings is renamed to .vscode; adds .vscode ignores to .gitignore with an override for tasks.json per #3156.
Rename of .settings to .vscode is introduced in #4739.