Skip to content

Commit

Permalink
Fix vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredfholgate committed Dec 21, 2023
1 parent 6afd488 commit 54b8574
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
{
"terminal.integrated.env.windows": {
"PATH": "C:\\Users\\jaredholgate\\.azurelogicapps\\dependencies\\DotNetSDK;${env:PATH}"
},
"omnisharp.dotNetCliPaths": [
"C:\\Users\\jaredholgate\\.azurelogicapps\\dependencies\\DotNetSDK"
]
}
"editor.bracketPairColorization.enabled": true
}

0 comments on commit 54b8574

Please sign in to comment.