Skip to content

Folding Navigation Commands Sometimes Don't Work #129503

@hediet

Description

@hediet

Testing #129353

recording

index.js

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.activate = void 0;
const vscode = require("vscode");
function activate(context) {
    vscode.window.showInformationMessage('hello world');
}
exports.activate = activate;
//# sourceMappingURL=index.js.map

There is a foldable element, but "Go to next fold" does nothing. I'm hitting F1 -> Enter.

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugeditor-foldingEditor code folding issuesinsiders-releasedPatch has been released in VS Code InsidersverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions