mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
rename namespace for comments
This commit is contained in:
@@ -673,6 +673,8 @@ export function createApiFactory(
|
||||
}
|
||||
};
|
||||
|
||||
const comments = comment;
|
||||
|
||||
// namespace: debug
|
||||
const debug: typeof vscode.debug = {
|
||||
get activeDebugSession() {
|
||||
@@ -756,6 +758,7 @@ export function createApiFactory(
|
||||
languages,
|
||||
scm,
|
||||
comment,
|
||||
comments,
|
||||
tasks,
|
||||
window,
|
||||
workspace,
|
||||
|
||||
Reference in New Issue
Block a user