mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
5 lines
61 B
JavaScript
5 lines
61 B
JavaScript
(() => {
|
|
const foo = 'SGVsbG8gd29ybGQh';
|
|
debugger;
|
|
})();
|