diff options
| author | bobzel <zzzman@gmail.com> | 2020-10-08 09:32:30 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-10-08 09:32:30 -0400 |
| commit | 9be87ed8678a2554288ef6fd99660f55d3bd172b (patch) | |
| tree | 47c47b758090c56b2ca11aab9522c05ee660303f /.vscode/launch.json | |
| parent | a722aab6a65ad8d222ec3d576497ce9687cac966 (diff) | |
changed sharing manager to update users in one action, not multiple and only once per session if the user list doesn't change
Diffstat (limited to '.vscode/launch.json')
| -rw-r--r-- | .vscode/launch.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 829f8f492..26c45a9d3 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -44,7 +44,8 @@ "name": "Launch Chrome against Dash server", "sourceMaps": true, "breakOnLoad": true, - "url": "http://dash-web.eastus2.cloudapp.azure.com:1050/login", + "url": "https://browndash.com/login", + //"url": "http://dash-web.eastus2.cloudapp.azure.com:1050/login", "webRoot": "${workspaceFolder}", }, { |
