Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Commit

Permalink
Merge branch 'feature/angular2' of https://github.com/aguacongas/chat…
Browse files Browse the repository at this point in the history
  • Loading branch information
olefebvre committed Sep 2, 2016
2 parents b74ee90 + d30eebf commit 7885fb2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceRoot}/bin/Debug/netcoreapp1.0/chatle.dll",
"program": "${workspaceRoot}/src/chatle/bin/Debug/netcoreapp1.0//osx.10.11-x64//chatle.dll",
"args": [],
"cwd": "${workspaceRoot}",
"cwd": "${workspaceRoot}/src/chatle",
"stopAtEntry": false,
"externalConsole": false
},
Expand All @@ -17,9 +17,9 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceRoot}/bin/Debug/netcoreapp1.0/chatle.dll",
"program": "${workspaceRoot}/src/chatle/bin/Debug/netcoreapp1.0//osx.10.11-x64//chatle.dll",
"args": [],
"cwd": "${workspaceRoot}",
"cwd": "${workspaceRoot}/src/chatle",
"stopAtEntry": false,
"launchBrowser": {
"enabled": true,
Expand Down
6 changes: 3 additions & 3 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "0.1.0",
"command": "dotnet",
"isShellCommand": true,
"args": [],
"options": {
"cwd": "${workspaceRoot}/src/chatle/"
},
"tasks": [
{
"taskName": "build",
"args": [ ],
"isBuildCommand": true,
"showOutput": "always",
"problemMatcher": "$msCompile"
}
]
Expand Down

0 comments on commit 7885fb2

Please sign in to comment.