mirror of
https://github.com/nushell/nushell.git
synced 2025-08-12 16:37:09 +02:00
add osc633e (#13625)
# Description This PR adds OSC 633E for vscode users to enable `Terminal: Run Recent Command` with ctrl-shift-p. 
This commit is contained in:
@ -255,7 +255,7 @@ $env.config = {
|
||||
# 633;B - Mark prompt end
|
||||
# 633;C - Mark pre-execution
|
||||
# 633;D;exit - Mark execution finished with exit code
|
||||
# 633;E - NOT IMPLEMENTED - Explicitly set the command line with an optional nonce
|
||||
# 633;E - Explicitly set the command line with an optional nonce
|
||||
# 633;P;Cwd=<path> - Mark the current working directory and communicate it to the terminal
|
||||
# and also helps with the run recent menu in vscode
|
||||
osc633: true
|
||||
|
Reference in New Issue
Block a user