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.map
There is a foldable element, but "Go to next fold" does nothing. I'm hitting F1 -> Enter.
Testing #129353
index.js
There is a foldable element, but "Go to next fold" does nothing. I'm hitting F1 -> Enter.