Commit a745d81
authored
Fix issue where local terminal failed to open in remote scenarios wsl (#277920)
* try adding options.remoteAuthority field for profile
* try explicit remoteAuthority undefined when local
* Dont touch terminalProfileResolverService.ts
* Better comments to explicitly get local default profile in remote
* Try to handle mac -> linux scenario
* see if caching is problem
* Dont mix up profile and skip list when creating local terminal in remote
* Just handle wsl in this PR to make life simpler
* Logs for debugging
* Allow local to get backend by checking from createTerminal in terminalService.ts
* leave logs to debug, code doesnt work after prev commit
* stringify for better logs. isLocalRemoteTerminal value is still false
* more and more logs
* Bug fixed) Use Schemas.file instead of Shemas.vscodeFileResource1 parent 5e820f1 commit a745d81
File tree
1 file changed
+13
-2
lines changed- src/vs/workbench/contrib/terminal/browser
1 file changed
+13
-2
lines changedLines changed: 13 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
975 | 975 | | |
976 | 976 | | |
977 | 977 | | |
| 978 | + | |
978 | 979 | | |
979 | 980 | | |
980 | | - | |
981 | 981 | | |
982 | 982 | | |
983 | 983 | | |
| |||
989 | 989 | | |
990 | 990 | | |
991 | 991 | | |
992 | | - | |
| 992 | + | |
| 993 | + | |
| 994 | + | |
| 995 | + | |
| 996 | + | |
| 997 | + | |
| 998 | + | |
| 999 | + | |
| 1000 | + | |
| 1001 | + | |
| 1002 | + | |
| 1003 | + | |
993 | 1004 | | |
994 | 1005 | | |
995 | 1006 | | |
| |||
0 commit comments