Skip to content

Commit f8e8779

Browse files
authored
make setting experimental (#250665)
1 parent 7a52269 commit f8e8779

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/vs/workbench/contrib/terminal/common/terminalConfiguration.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,8 +645,9 @@ const terminalConfiguration: IConfigurationNode = {
645645
default: false,
646646
markdownDescription: localize(
647647
'terminal.integrated.killGracefully',
648-
'Controls how terminal processes are terminated on macOS and Linux. When enabled, attempts a graceful shutdown of the process tree. This will send \`SIGTERM\`. When disabled (default), processes are terminated with: \`SIGHUP\`.'
648+
'Controls how terminal processes are terminated on macOS and Linux. When enabled, attempts a graceful shutdown of the process tree. This will send \`SIGTERM\`. When disabled (default), processes are terminated with: \`SIGHUP\` (Experimental).'
649649
),
650+
tags: ['experimental']
650651
},
651652
...terminalContribConfiguration,
652653
}

0 commit comments

Comments
 (0)