提交 13c5e4fb 编写于 作者: D Daniel Imms

Remove 'experimental' from integrated terminal strings

上级 35e859e9
......@@ -20,7 +20,7 @@ let configurationRegistry = <IConfigurationRegistry>Registry.as(Extensions.Confi
configurationRegistry.registerConfiguration({
'id': 'terminal',
'order': 100,
'title': nls.localize('integratedTerminalConfigurationTitle', "(Experimental) Integrated terminal configuration"),
'title': nls.localize('integratedTerminalConfigurationTitle', "Integrated terminal configuration"),
'type': 'object',
'properties': {
'integratedTerminal.shell.unixLike': {
......
......@@ -11,7 +11,7 @@ import {ITerminalService} from 'vs/workbench/parts/terminal/common/terminal';
export class ToggleTerminalAction extends Action {
public static ID = 'workbench.action.terminal.toggleTerminal';
public static LABEL = nls.localize('toggleTerminal', "(Experimental) Toggle Terminal");
public static LABEL = nls.localize('toggleTerminal', "Toggle Terminal");
constructor(
id: string, label: string,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册