File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
3
3
// Extension identifier format: ${publisher }.${name}. Example: vscode.csharp
4
-
5
4
// List of extensions which should be recommended for users of this workspace.
6
5
"recommendations" : [
7
6
" ms-dotnettools.csharp" ,
11
10
],
12
11
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
13
12
"unwantedRecommendations" : [
14
- " ms-vscode.powershell"
13
+ " ms-vscode.powershell"
15
14
]
16
15
}
Original file line number Diff line number Diff line change 1
1
{
2
- // Use IntelliSense to learn about possible attributes.
3
- // Hover to view descriptions of existing attributes.
4
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
2
"version" : " 0.2.0" ,
6
3
"configurations" : [
7
4
{
24
21
"moduleLoad" : false ,
25
22
"exceptions" : false ,
26
23
"browserStdOut" : false
27
- },
24
+ }
28
25
},
29
26
{
30
27
"name" : " .NET Core Attach" ,
You can’t perform that action at this time.
0 commit comments