fixed:通过快捷键F2来设置值失败.

This commit is contained in:
chriswang521 2024-05-17 14:14:17 +08:00 committed by wangpenglong
parent 062925e913
commit 1593493860
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@ class VariablesAccessibilityProvider implements IListAccessibilityProvider<IExpr
}
}
export const SET_VARIABLE_ID = 'debug.setVariable';
export const SET_VARIABLE_ID = 'debug.setVariable.context';
CommandsRegistry.registerCommand({
id: SET_VARIABLE_ID,
handler: (accessor: ServicesAccessor) => {