Skip to content

Commit 31422bc

Browse files
committed
rename launch, and change paths
1 parent 8e4f897 commit 31422bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"configurations": [
33
{
4-
"name": "C#: SharpFM.App",
4+
"name": "Launch SharpFM.App",
55
"type": "dotnet",
66
"request": "launch",
7-
"projectPath": "${workspaceFolder}\\SharpFM.App\\SharpFM.App.csproj",
7+
"projectPath": "${workspaceFolder}/SharpFM.App/SharpFM.App.csproj",
88
"launchConfigurationId": "TargetFramework=;SharpFM.App"
99
}
1010
]

0 commit comments

Comments
 (0)