Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/external-loginstate-checking'
Browse files Browse the repository at this point in the history
  • Loading branch information
gallayl committed Jul 11, 2018
2 parents 74353ac + 1f0a06e commit 8727468
Show file tree
Hide file tree
Showing 9 changed files with 546 additions and 496 deletions.
60 changes: 30 additions & 30 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Mocha Tests",
"program": "${workspaceRoot}/node_modules/mocha/bin/_mocha",
"args": [
"-u",
"tdd",
"--timeout",
"999999",
"--colors",
"-p",
"${workspaceRoot}\\tsconfig.json",
"${workspaceRoot}/dist/test/index.js"
],
"internalConsoleOptions": "openOnSessionStart"
},
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceRoot}\\dist\\src\\sn-redux.js",
"outFiles": [
"${workspaceRoot}/out/**/*.js"
]
}
]
}
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Mocha Tests",
"program": "${workspaceRoot}/node_modules/mocha/bin/_mocha",
"args": [
"-u",
"tdd",
"--timeout",
"999999",
"--colors",
"-p",
"${workspaceRoot}\\tsconfig.json",
"${workspaceRoot}/temp/test/index.js"
],
"internalConsoleOptions": "openOnSessionStart"
},
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceRoot}\\dist\\src\\sn-redux.js",
"outFiles": [
"${workspaceRoot}/out/**/*.js"
]
}
]
}
Loading

0 comments on commit 8727468

Please sign in to comment.