Commit 554bccef authored by Brennan Fee's avatar Brennan Fee

Update Visual Studio Code to support workspace files.

Visual Studio Code has a few files that can be placed into the workspace
in order to share settings across users.  Settings.json is for project
specific overrides.  Tasks.json is for executable tasks (build, gulp, etc.)
While launch.json is for debugging specific tasks.
parent 9f672414
.vscode .vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment