You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const vscode = require('vscode');
// ..
function activate() {}
function deactivate() {}
// case 1
exports = {activate , deactivate} // not works not call activate function
// case 0
// module.exports = {activate , deactivate} // ok - works
Steps to Reproduce:
After evaluate exports assigment internal state chnge to wrong values. module.exports not same as exports
The text was updated successfully, but these errors were encountered:
Does this issue occur when all extensions are disabled?: Yes/No
Версия: 1.67.0 (system setup)
Фиксация: 57fd6d0195bb9b9d1b49f6da5db789060795de47
Дата: 2022-05-04T12:06:02.889Z
Electron: 17.4.1
Chromium: 98.0.4758.141
Node.js: 16.13.0
V8: 9.8.177.13-electron.0
ОС: Windows_NT x64 10.0.19044
I debug code extension JS code
Steps to Reproduce:
After evaluate exports assigment internal state chnge to wrong values. module.exports not same as exports
The text was updated successfully, but these errors were encountered: