Commit 1da3f4b
committed
impl: don't start the workspace automatically if disable-autostart is enabled
- uri handling always tried to start the workspace if it was stopped.
- this commit honors the `disable autostart` setting which should stop
the starting of the workspace automatically when connecting via SSH.
- instead user is warned via a pop-up dialog that manual starting is needed1 parent 3a8738c commit 1da3f4b
File tree
2 files changed
+16
-0
lines changed- src/main
- kotlin/com/coder/toolbox/util
- resources/localization
2 files changed
+16
-0
lines changedLines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
98 | 111 | | |
99 | 112 | | |
100 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
149 | 152 | | |
0 commit comments