Document session restore interaction with command-line arguments#913
Document session restore interaction with command-line arguments#913
Conversation
|
Learn Build status updates of commit 10c15a7: ✅ Validation status: passedFor more details, please refer to the build report. |
…ments Co-authored-by: mattwojo <7566797+mattwojo@users.noreply.github.com>
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit 397b755: ✅ Validation status: passed
For more details, please refer to the build report. |
Co-authored-by: mattwojo <7566797+mattwojo@users.noreply.github.com>
|
Learn Build status updates of commit e1ee1d2: ✅ Validation status: passed
For more details, please refer to the build report. |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
Co-authored-by: mattwojo <7566797+mattwojo@users.noreply.github.com>
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit fb863f0: ✅ Validation status: passed
For more details, please refer to the build report. |
…tyle Co-authored-by: mattwojo <7566797+mattwojo@users.noreply.github.com>
|
Learn Build status updates of commit 84e538c: ✅ Validation status: passed
For more details, please refer to the build report. |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
When
firstWindowPreference: "persistedWindowLayout"is enabled, runningwt nt -p <profile>opens two windows: one restoring the previous session and one executing the command. This behavior was undocumented.Changes
--windowoption for controlwt -w 0 nt -p <profile>- Opens in most recently used window (avoids second window)wt -w -1 nt -p <profile>- Forces new window without session restorewt -w <name> nt -p <profile>- Opens in named windowExample
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.