Skip to content

Commit b5adc87

Browse files
zadjii-msftDHowett
authored andcommitted
doc: Add notes re:Application must be run from VS (#4085)
1 parent e2a66c4 commit b5adc87

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -188,15 +188,13 @@ Invoke-OpenConsoleBuild
188188
bcz
189189
```
190190

191-
## Debugging Terminal
191+
## Running & Debugging
192192

193-
To debug Terminal in VS, right click on `CascadiaPackage` (in the Solution Explorer) and go to properties. In the Debug menu, change "Application process" and "Background task process" to "Native Only".
193+
To debug the Windows Terminal in VS, right click on `CascadiaPackage` (in the Solution Explorer) and go to properties. In the Debug menu, change "Application process" and "Background task process" to "Native Only".
194194

195195
You should then be able to build & debug the Terminal project by hitting <kbd>F5</kbd>.
196196

197-
### Debugging
198-
199-
* To debug in VS, right click on CascadiaPackage (from VS Solution Explorer) and go to properties, in the Debug menu, change "Application process" and "Background task process" to "Native Only".
197+
> 👉 You will _not_ be able to launch the Terminal directly by running the WindowsTerminal.exe. For more details on why, see [#926](https://github.com/microsoft/terminal/issues/926), [#4043](https://github.com/microsoft/terminal/issues/4043)
200198
201199
### Coding Guidance
202200

0 commit comments

Comments
 (0)