-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugeditor-foldingEditor code folding issuesEditor code folding issuesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsidersverifiedVerification succeededVerification succeeded
Milestone
Description
Testing #129353
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.mapThere is a foldable element, but "Go to next fold" does nothing. I'm hitting F1 -> Enter.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugeditor-foldingEditor code folding issuesEditor code folding issuesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsidersverifiedVerification succeededVerification succeeded
