提交 95a7ea91 编写于 作者: A Andre Weinand

make name mandatory; fixes #33361

上级 2c1d843c
......@@ -5540,14 +5540,14 @@ declare module 'vscode' {
*/
export interface DebugConfiguration {
/**
* The type for the debug session.
* The type of the debug session.
*/
type: string;
/**
* An optional name for the debug session.
* The name of the debug session.
*/
name?: string;
name: string;
/**
* The request type of the debug session.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册