add new decoration provider to the start of the list,...

add new decoration provider to the start of the list, https://github.com/microsoft/vscode/issues/133210
上级 121d1a66
......@@ -398,7 +398,7 @@ export class DecorationsService implements IDecorationsService {
this._onDidChangeDecorationsDelayed,
this._onDidChangeDecorations
);
const remove = this._data.push(wrapper);
const remove = this._data.unshift(wrapper);
this._onDidChangeDecorations.fire({
// everything might have changed
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册