.omnisharp
This commit is contained in:
parent
8bd2f48dd7
commit
4ab416ca45
6
.gitignore
vendored
6
.gitignore
vendored
@ -128,10 +128,12 @@ node_modules/
|
|||||||
# Python Compile Outputs
|
# Python Compile Outputs
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|
||||||
#git
|
# git
|
||||||
config
|
config
|
||||||
.git.zip
|
.git.zip
|
||||||
|
|
||||||
#VSCode Settings => mklink /J "VSCode Settings" "C:\Users\phares\AppData\Roaming\Code\User"
|
# VSCode Settings
|
||||||
|
# cd L:\Git\VS-Code-Settings => mklink /J "User" "C:\Users\phares.INFINEON\AppData\Roaming\Code\User"
|
||||||
|
# cd L:\Git\VS-Code-Settings => mklink /J ".omnisharp" "C:\Users\phares.INFINEON\.omnisharp"
|
||||||
globalStorage/
|
globalStorage/
|
||||||
*workspaceStorage/
|
*workspaceStorage/
|
14
.omnisharp/omnisharp.json
Normal file
14
.omnisharp/omnisharp.json
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"MSBuild": {
|
||||||
|
"msbuildoverride": {
|
||||||
|
"MSBuildPath": "C:\\Users\\phares.INFINEON\\.vscode\\extensions\\ms-dotnettools.csharp-1.23.17\\.omnisharp\\1.37.17\\.msbuild\\Current\\Bin",
|
||||||
|
"Name": "OmniSharp MSBuild",
|
||||||
|
"PropertyOverrides": {
|
||||||
|
"MSBuildExtensionsPath": "C:\\Users\\phares.INFINEON\\.vscode\\extensions\\ms-dotnettools.csharp-1.23.17\\.omnisharp\\1.37.17\\.msbuild"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"FormattingOptions": {
|
||||||
|
"OrganizeImports": true
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user