-
Notifications
You must be signed in to change notification settings - Fork 29.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
install fails to create directory in /run/user/7413 #126313
Comments
Can you try running with |
Hi,
I did a couple of experiments:
On my RHEL 8.3 system, I removed the directory /run/user/7413 to return it
to the original state. I then invoked code-insiders from an xterm that was
displaying on my RHEL 6 Exceed on Demand desktop. It successfully showed
me the dialog that it had been unable to earlier. When I recreated the
/run/user/7413 directory, it was again able to launch successfully. The
gui seems to work fine there. The --no-sandbox didn't seem to change
anything there.
On my RHEL 7 system, I have still not been able to invoke code-insiders
there successfully. The directory /run/user/7413 seems to have been
previously created there without incident, but that doesn't seem to be the
issue on that machine.
I ran code-insiders there again once again with no response. I ran
code-insiders --no-sandbox and it issued the following message:
$ code-insiders --no-sandbox
Warning: 'sandbox' is not in the list of known options, but still passed to
Electron/Chromium.
It did display successfully to my Exceed on Demand desktop. However, the
gui is unresponsive there (it will not respond to mouse or keyboard
activity). It is showing a dialog that says:
Do you trust the authors of the files in this folder?
Code - Insiders provides features that may automatically execute files in
this folder.
If you don't trust the authors of these files, we recommend to continue in
restricted mode as the files may be malicious. See our docs to learn more.
[ ] Trust the authors of all files in the parent folder 'pbrooks_nobackup'
[ Yes, I trust the authors ] [ No, I don't
trust the authors ]
[ Trust folder and enable all features ] [ Browse folder in
restricted mode ]
I seem unable to end the process from the gui. I tried kill and that
didn't work either. Finally, I tried kill -9 and that stopped it.
In all, I am still unable to invoke on the RHEL 7 system. The RHEL 8.3
system seems to be working fine after creating the /run/user/7413 folder
again.
Phil
…On Tue, Jun 15, 2021 at 12:21 AM Benjamin Pasero ***@***.***> wrote:
Can you try running with --no-sandbox?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#126313 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUPOHGQ3ZBUCT5XM3RJHCKTTS35PVANCNFSM46WFANVA>
.
|
Hm, can you then try |
That has the same issue - the gui comes up with the security dialog and it
won't accept mouse or keyboard events.
I will see if I can get a VNC session going on the RHEL 7 machine today -
there seems to be something else wrong there, or my RHEL 6 VNC recipe
doesn't work anymore. I am wondering if this is an Exceed On Demand
specific issue. (Our own gui tools often have Exceed On Demand specific
problems).
Phil
…On Tue, Jun 15, 2021 at 9:22 AM Benjamin Pasero ***@***.***> wrote:
Hm, can you then try code --no-sandbox --disable-gpu to see if that
unblocks the UI interaction?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#126313 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUPOHGTQ5344DQHGJY5EMYLTS542XANCNFSM46WFANVA>
.
|
Ok thanks. |
OK - I finally got the VNC going on the RHEL 7 machine. It has the same
symptoms I was seeing through Exceed on Demand: It shows no gui when
invoked normally, comes up but won't respond to mouse or keyboard when
invoked using --no-sandbox, same thing when invoked using --no-sandbox
--disable-gpu.
I also uninstalled it using rpm -e code-insiders and re-installed version
1.52 - that works fine again, then upgraded back to 1.58 and ran into the
same symptoms once again.
Phil
…On Wed, Jun 16, 2021 at 9:13 AM Benjamin Pasero ***@***.***> wrote:
Ok thanks.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#126313 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUPOHGRSOFHZ35O5OACBNMTTTDETJANCNFSM46WFANVA>
.
|
@pabtor can you paste the output of |
$ code-insiders --verbose
[17915:0622/171745.987004:FATAL:setuid_sandbox_host.cc(158)] The SUID
sandbox helper binary was found, but is not configured correctly. Rather
than run without sandboxing I'm aborting now. You need to make sure that
/usr/share/code-insiders/chrome-sandbox is owned by root and has mode 4755.
Looking at code-insiders/chrome-sandbox:
$ ls -l /usr/share/code-insiders/chrome-sandbox
-rwxr-xr-x 1 root root 4706832 Jun 13 22:30
/usr/share/code-insiders/chrome-sandbox
No setuid. I'll try installing again to see what happens:
$ sudo su
...
***@***.*** Downloads]# rpm -e code-insiders
***@***.*** Downloads]# ls -l /usr/share/code-insiders/chrome-sandbox
ls: cannot access /usr/share/code-insiders/chrome-sandbox: No such file or
directory
***@***.*** Downloads]#
***@***.*** Downloads]# ls *.rpm
code-insiders-1.52.0-1607530412.el7.x86_64.rpm
code-insiders-1.58.0-1623648651.el8.x86_64.rpm
***@***.*** Downloads]# rpm -i
code-insiders-1.58.0-1623648651.el8.x86_64.rpm
***@***.*** Downloads]# ls -l /usr/share/code-insiders/chrome-sandbox
-rwxr-xr-x 1 root root 4706832 Jun 13 22:30
/usr/share/code-insiders/chrome-sandbox
Still not setuid. Something wrong in the installer?
Phil
Here is what happens when I invoke code-insiders --verbose --no-sandbox
(the gui is still unresponsive to mouse and keyboard).
$ code-insiders --verbose --no-sandbox
Warning: 'sandbox' is not in the list of known options, but still passed to
Electron/Chromium.
[main 2021-06-23T00:24:26.409Z] Starting VS Code
[main 2021-06-23T00:24:26.411Z] from: /usr/share/code-insiders/resources/app
[main 2021-06-23T00:24:26.411Z] args: {
_: [],
diff: false,
add: false,
goto: false,
'new-window': false,
'reuse-window': false,
wait: false,
help: false,
'list-extensions': false,
'show-versions': false,
version: false,
verbose: true,
status: false,
'prof-startup': false,
'prof-v8-extensions': false,
'disable-extensions': false,
'disable-gpu': false,
telemetry: false,
debugRenderer: false,
logExtensionHostCommunication: false,
'skip-release-notes': false,
'skip-welcome': false,
'disable-telemetry': false,
'disable-updates': false,
'disable-keytar': false,
'disable-workspace-trust': false,
'disable-crash-reporter': false,
'crash-reporter-id': 'a127b379-56aa-4b65-aeb3-cd1564895ef8',
'skip-add-to-recently-opened': false,
'unity-launch': false,
'open-url': false,
'file-write': false,
'file-chmod': false,
'driver-verbose': false,
force: false,
'do-not-sync': false,
trace: false,
'force-user-env': false,
'force-disable-user-env': false,
'open-devtools': false,
__sandbox: false,
'no-proxy-server': false,
nolazy: false,
'force-renderer-accessibility': false,
'ignore-certificate-errors': false,
'allow-insecure-localhost': false,
logsPath: '/home/pbrooks/.config/Code - Insiders/logs/20210622T172426'
}
[main 2021-06-23T00:24:26.413Z] Resolving machine identifier...
Error: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required
by
/usr/share/code-insiders/resources/app/node_modules.asar.unpacked/spdlog/build/Release/spdlog.node)
at process.func [as dlopen] (electron/js2c/asar_bundle.js:5:1846)
at Object.Module._extensions..node
(internal/modules/cjs/loader.js:1185:18)
at Object.func [as .node] (electron/js2c/asar_bundle.js:5:2073)
at Module.load (internal/modules/cjs/loader.js:982:32)
at Module._load (internal/modules/cjs/loader.js:823:14)
at Function.f._load (electron/js2c/asar_bundle.js:5:12684)
at Module.require (internal/modules/cjs/loader.js:1006:19)
at v (/usr/share/code-insiders/resources/app/out/vs/loader.js:4:698)
at bindings
(/usr/share/code-insiders/resources/app/node_modules.asar/bindings/bindings.js:112:48)
at Object.<anonymous>
(/usr/share/code-insiders/resources/app/node_modules.asar/spdlog/index.js:3:35)
at Module.u._compile
(/usr/share/code-insiders/resources/app/out/vs/loader.js:4:1315)
at Object.Module._extensions..js
(internal/modules/cjs/loader.js:1155:10)
at Module.load (internal/modules/cjs/loader.js:982:32)
at Module._load (internal/modules/cjs/loader.js:823:14)
at Function.f._load (electron/js2c/asar_bundle.js:5:12684)
at Module.require (internal/modules/cjs/loader.js:1006:19)
at require (internal/modules/cjs/helpers.js:88:18)
at t (/usr/share/code-insiders/resources/app/out/vs/loader.js:5:101)
at r.load
(/usr/share/code-insiders/resources/app/out/vs/loader.js:4:1722)
at r.load
(/usr/share/code-insiders/resources/app/out/vs/loader.js:3:10249)
at l (/usr/share/code-insiders/resources/app/out/vs/loader.js:5:10314)
at Object.errorback
(/usr/share/code-insiders/resources/app/out/vs/loader.js:5:10435)
at r.triggerErrorback
(/usr/share/code-insiders/resources/app/out/vs/loader.js:3:10613)
at /usr/share/code-insiders/resources/app/out/vs/loader.js:3:10319
at r.load
(/usr/share/code-insiders/resources/app/out/vs/loader.js:4:1739)
at r.load
(/usr/share/code-insiders/resources/app/out/vs/loader.js:3:10249)
at l (/usr/share/code-insiders/resources/app/out/vs/loader.js:5:10314)
at r._loadModule
(/usr/share/code-insiders/resources/app/out/vs/loader.js:5:10444)
at r._resolve
(/usr/share/code-insiders/resources/app/out/vs/loader.js:6:452)
at r.defineModule
(/usr/share/code-insiders/resources/app/out/vs/loader.js:5:6145)
at r._relativeRequire
(/usr/share/code-insiders/resources/app/out/vs/loader.js:5:6831)
at n (/usr/share/code-insiders/resources/app/out/vs/loader.js:5:9420)
at A.P
(/usr/share/code-insiders/resources/app/out/vs/code/electron-main/main.js:32:4511)
at new Promise (<anonymous>)
at A
(/usr/share/code-insiders/resources/app/out/vs/code/electron-main/main.js:32:4491)
at n._createSpdLogLogger
(/usr/share/code-insiders/resources/app/out/vs/code/electron-main/main.js:32:5471)
at new n
(/usr/share/code-insiders/resources/app/out/vs/code/electron-main/main.js:32:5287)
at
/usr/share/code-insiders/resources/app/out/vs/code/electron-main/main.js:61:2009
at processTicksAndRejections (internal/process/task_queues.js:93:5)
at async re.startup
(/usr/share/code-insiders/resources/app/out/vs/code/electron-main/main.js:61:1818)
{
phase: 'loading',
moduleId: 'spdlog',
neededBy: [ '===anonymous3===' ]
}
[main 2021-06-23T00:24:26.415Z] Resolved machine identifier:
ac66aac40dce5c2c7c4a816e56623cfdaf32e951c0ceb4fc66a91dcda2aa735e
[main 2021-06-23T00:24:26.417Z] Main->SharedProcess#connect
[main 2021-06-23T00:24:26.444Z] StorageMainService: creating global storage
[main 2021-06-23T00:24:26.445Z] lifecycle (main): phase changed (value: 2)
[main 2021-06-23T00:24:26.446Z] windowsManager#open
[main 2021-06-23T00:24:26.504Z] windowsManager#open pathsToOpen [
{
workspace: { id: '909d7ab4cbf285bc2b79cadcb1c66df8', uri: [m] },
exists: true
}
]
[main 2021-06-23T00:24:26.507Z] IPC Object URL: Registered new channel
vscode:9efbfd2a-6092-4a7d-8853-c9905ec04aa2.
[main 2021-06-23T00:24:26.507Z] window#validateWindowState: validating
window state on 1 display(s) { mode: 0, x: 0, y: 64, width: 1920, height:
936 }
[main 2021-06-23T00:24:26.508Z] window#validateWindowState: 1 monitor
working area { x: 0, y: 0, width: 5760, height: 1400 }
[main 2021-06-23T00:24:26.508Z] window#ctor: using window state { mode: 0,
x: 0, y: 64, width: 1920, height: 936 }
[main 2021-06-23T00:24:26.508Z] window: using vscode-file:// protocol and
V8 cache options: bypassHeatCheck
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
[5763:0622/172426.569490:ERROR:bus.cc(393)] Failed to connect to the bus:
Could not parse server address: Unknown address type (examples of valid
types are "tcp" and on UNIX "unix")
[main 2021-06-23T00:24:29.823Z] StorageMainService: creating workspace
storage (909d7ab4cbf285bc2b79cadcb1c66df8)
[main 2021-06-23T00:24:29.823Z] windowsManager#open used window count 1
(workspacesToOpen: 0, foldersToOpen: 1, emptyToRestore: 0, emptyToOpen: 0)
[main 2021-06-23T00:24:29.825Z] lifecycle (main): phase changed (value: 3)
[main 2021-06-23T00:24:29.826Z] update#setState idle
[main 2021-06-23T00:24:29.826Z] resolveShellEnv(): skipped (VSCODE_CLI is
set)
[5763:0622/172429.842363:ERROR:bus.cc(393)] Failed to connect to the bus:
Could not parse server address: Unknown address type (examples of valid
types are "tcp" and on UNIX "unix")
Error: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required
by
/usr/share/code-insiders/resources/app/node_modules.asar.unpacked/native-keymap/build/Release/keymapping.node)
at process.func [as dlopen] (electron/js2c/asar_bundle.js:5:1846)
at Object.Module._extensions..node
(internal/modules/cjs/loader.js:1185:18)
at Object.func [as .node] (electron/js2c/asar_bundle.js:5:2073)
at Module.load (internal/modules/cjs/loader.js:982:32)
at Module._load (internal/modules/cjs/loader.js:823:14)
at Function.f._load (electron/js2c/asar_bundle.js:5:12684)
at Module.require (internal/modules/cjs/loader.js:1006:19)
at v (/usr/share/code-insiders/resources/app/out/vs/loader.js:4:698)
at NativeBinding._init
(/usr/share/code-insiders/resources/app/node_modules.asar/native-keymap/index.js:15:22)
at NativeBinding.getKeyMap
(/usr/share/code-insiders/resources/app/node_modules.asar/native-keymap/index.js:19:10)
at Object.exports.getKeyMap
(/usr/share/code-insiders/resources/app/node_modules.asar/native-keymap/index.js:58:18)
at n
(/usr/share/code-insiders/resources/app/out/vs/code/electron-main/main.js:33:11355)
at E._doInitialize
(/usr/share/code-insiders/resources/app/out/vs/code/electron-main/main.js:33:11039)
TypeError: Cannot read property 'getCurrentKeyboardLayout' of null
at NativeBinding.getCurrentKeyboardLayout
(/usr/share/code-insiders/resources/app/node_modules.asar/native-keymap/index.js:29:29)
at Object.exports.getCurrentKeyboardLayout
(/usr/share/code-insiders/resources/app/node_modules.asar/native-keymap/index.js:55:18)
at n
(/usr/share/code-insiders/resources/app/out/vs/code/electron-main/main.js:33:11371)
at E._doInitialize
(/usr/share/code-insiders/resources/app/out/vs/code/electron-main/main.js:33:11039)
TypeError: Cannot read property 'onDidChangeKeyboardLayout' of null
at NativeBinding.onDidChangeKeyboardLayout
(/usr/share/code-insiders/resources/app/node_modules.asar/native-keymap/index.js:38:22)
at Object.exports.onDidChangeKeyboardLayout
(/usr/share/code-insiders/resources/app/node_modules.asar/native-keymap/index.js:61:18)
at E._doInitialize
(/usr/share/code-insiders/resources/app/out/vs/code/electron-main/main.js:33:11046)
[main 2021-06-23T00:24:29.851Z] [storage state.vscdb] open(): Unable to
open DB due to Error: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not
found (required by
/usr/share/code-insiders/resources/app/node_modules.asar.unpacked/vscode-sqlite3/build/Release/sqlite.node)
[main 2021-06-23T00:24:29.860Z] [storage state.vscdb] open(): Unable to
open DB due to Error: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not
found (required by
/usr/share/code-insiders/resources/app/node_modules.asar.unpacked/vscode-sqlite3/build/Release/sqlite.node)
[main 2021-06-23T00:24:29.864Z] [storage state.vscdb] open(): Unable to use
backup due to Error: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not
found (required by
/usr/share/code-insiders/resources/app/node_modules.asar.unpacked/vscode-sqlite3/build/Release/sqlite.node)
[main 2021-06-23T00:24:29.864Z] StorageMain#initialize(): Unable to init
storage due to Error: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not
found (required by
/usr/share/code-insiders/resources/app/node_modules.asar.unpacked/vscode-sqlite3/build/Release/sqlite.node)
[main 2021-06-23T00:24:29.958Z] [storage state.vscdb] open(): Unable to use
backup due to Error: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not
found (required by
/usr/share/code-insiders/resources/app/node_modules.asar.unpacked/vscode-sqlite3/build/Release/sqlite.node)
[main 2021-06-23T00:24:29.958Z] StorageMain#initialize(): Unable to init
storage due to Error: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not
found (required by
/usr/share/code-insiders/resources/app/node_modules.asar.unpacked/vscode-sqlite3/build/Release/sqlite.node)
[main 2021-06-23T00:24:29.964Z] [uncaught exception in main]: Error:
/lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by
/usr/share/code-insiders/resources/app/node_modules.asar.unpacked/vscode-sqlite3/build/Release/sqlite.node)
[main 2021-06-23T00:24:29.964Z] Error: /lib64/libstdc++.so.6: version
`CXXABI_1.3.9' not found (required by
/usr/share/code-insiders/resources/app/node_modules.asar.unpacked/vscode-sqlite3/build/Release/sqlite.node)
at process.func [as dlopen] (electron/js2c/asar_bundle.js:5:1846)
at Object.Module._extensions..node
(internal/modules/cjs/loader.js:1185:18)
at Object.func [as .node] (electron/js2c/asar_bundle.js:5:2073)
at Module.load (internal/modules/cjs/loader.js:982:32)
at Module._load (internal/modules/cjs/loader.js:823:14)
at Function.f._load (electron/js2c/asar_bundle.js:5:12684)
at Module.require (internal/modules/cjs/loader.js:1006:19)
at v (/usr/share/code-insiders/resources/app/out/vs/loader.js:4:698)
at Object.<anonymous>
(/usr/share/code-insiders/resources/app/node_modules.asar/vscode-sqlite3/lib/sqlite3.js:1:77)
at Module.u._compile
(/usr/share/code-insiders/resources/app/out/vs/loader.js:4:1315)
at Object.Module._extensions..js
(internal/modules/cjs/loader.js:1155:10)
at Module.load (internal/modules/cjs/loader.js:982:32)
at Module._load (internal/modules/cjs/loader.js:823:14)
at Function.f._load (electron/js2c/asar_bundle.js:5:12684)
at Module.require (internal/modules/cjs/loader.js:1006:19)
at require (internal/modules/cjs/helpers.js:88:18)
at t (/usr/share/code-insiders/resources/app/out/vs/loader.js:5:101)
at r.load
(/usr/share/code-insiders/resources/app/out/vs/loader.js:4:1722)
at r.load
(/usr/share/code-insiders/resources/app/out/vs/loader.js:3:10249)
at l (/usr/share/code-insiders/resources/app/out/vs/loader.js:5:10314)
at Object.errorback
(/usr/share/code-insiders/resources/app/out/vs/loader.js:5:10435)
at r.triggerErrorback
(/usr/share/code-insiders/resources/app/out/vs/loader.js:3:10613)
at /usr/share/code-insiders/resources/app/out/vs/loader.js:3:10319
at r.load
(/usr/share/code-insiders/resources/app/out/vs/loader.js:4:1739)
at r.load
(/usr/share/code-insiders/resources/app/out/vs/loader.js:3:10249)
at l (/usr/share/code-insiders/resources/app/out/vs/loader.js:5:10314)
at r._loadModule
(/usr/share/code-insiders/resources/app/out/vs/loader.js:5:10444)
at r._resolve
(/usr/share/code-insiders/resources/app/out/vs/loader.js:6:452)
at r.defineModule
(/usr/share/code-insiders/resources/app/out/vs/loader.js:5:6145)
at r._relativeRequire
(/usr/share/code-insiders/resources/app/out/vs/loader.js:5:6831)
at n (/usr/share/code-insiders/resources/app/out/vs/loader.js:5:9420)
at
/usr/share/code-insiders/resources/app/out/vs/code/electron-main/main.js:21:31984
at new Promise (<anonymous>)
at
/usr/share/code-insiders/resources/app/out/vs/code/electron-main/main.js:21:31964
at new Promise (<anonymous>)
at n.doConnect
(/usr/share/code-insiders/resources/app/out/vs/code/electron-main/main.js:21:31944)
at n.connect
(/usr/share/code-insiders/resources/app/out/vs/code/electron-main/main.js:21:31393)
at new n
(/usr/share/code-insiders/resources/app/out/vs/code/electron-main/main.js:21:28735)
at g.doCreate
(/usr/share/code-insiders/resources/app/out/vs/code/electron-main/main.js:53:9768)
at
/usr/share/code-insiders/resources/app/out/vs/code/electron-main/main.js:53:8658
at g.init
(/usr/share/code-insiders/resources/app/out/vs/code/electron-main/main.js:53:9000)
at
/usr/share/code-insiders/resources/app/out/vs/code/electron-main/main.js:53:12458
[5794:0622/172430.246323:ERROR:angle_platform_impl.cc(43)] Display.cpp:832
(initialize): ANGLE Display::initialize error 12289: OpenGL ES 2.0 is not
supportable.
[5794:0622/172430.246475:ERROR:gl_surface_egl.cc(774)] EGL Driver message
(Critical) eglInitialize: OpenGL ES 2.0 is not supportable.
[5794:0622/172430.246515:ERROR:gl_surface_egl.cc(1329)] eglInitialize
OpenGL failed with error EGL_NOT_INITIALIZED, trying next display type
[5794:0622/172430.260598:ERROR:angle_platform_impl.cc(43)] Display.cpp:832
(initialize): ANGLE Display::initialize error 12289: Cannot create an
OpenGL ES platform on GLX without the GLX_ARB_create_context extension.
[5794:0622/172430.260677:ERROR:gl_surface_egl.cc(774)] EGL Driver message
(Critical) eglInitialize: Cannot create an OpenGL ES platform on GLX
without the GLX_ARB_create_context extension.
[5794:0622/172430.260710:ERROR:gl_surface_egl.cc(1329)] eglInitialize
OpenGLES failed with error EGL_NOT_INITIALIZED
[5794:0622/172430.260744:ERROR:gl_initializer_linux_x11.cc(182)]
GLSurfaceEGL::InitializeOneOff failed.
[5794:0622/172430.262066:ERROR:viz_main_impl.cc(150)] Exiting GPU process
due to errors during initialization
[main 2021-06-23T00:24:30.366Z] resolveShellEnv(): skipped (VSCODE_CLI is
set)
Error: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required
by
/usr/share/code-insiders/resources/app/node_modules.asar.unpacked/spdlog/build/Release/spdlog.node)
at process.func [as dlopen] (electron/js2c/asar_bundle.js:5:1846)
at Object.Module._extensions..node
(internal/modules/cjs/loader.js:1185:18)
at Object.func [as .node] (electron/js2c/asar_bundle.js:5:2073)
at Module.load (internal/modules/cjs/loader.js:982:32)
at Module._load (internal/modules/cjs/loader.js:823:14)
at Function.f._load (electron/js2c/asar_bundle.js:5:12684)
at Module.require (internal/modules/cjs/loader.js:1006:19)
at v (/usr/share/code-insiders/resources/app/out/vs/loader.js:4:698)
at bindings
(/usr/share/code-insiders/resources/app/node_modules.asar/bindings/bindings.js:112:48)
at Object.<anonymous>
(/usr/share/code-insiders/resources/app/node_modules.asar/spdlog/index.js:3:35)
at Module.u._compile
(/usr/share/code-insiders/resources/app/out/vs/loader.js:4:1315)
at Object.Module._extensions..js
(internal/modules/cjs/loader.js:1155:10)
at Module.load (internal/modules/cjs/loader.js:982:32)
at Module._load (internal/modules/cjs/loader.js:823:14)
at Function.f._load (electron/js2c/asar_bundle.js:5:12684)
at Module.require (internal/modules/cjs/loader.js:1006:19)
at require (internal/modules/cjs/helpers.js:88:18)
at t (/usr/share/code-insiders/resources/app/out/vs/loader.js:5:101)
at r.load
(/usr/share/code-insiders/resources/app/out/vs/loader.js:4:1722)
at r.load
(/usr/share/code-insiders/resources/app/out/vs/loader.js:3:10249)
at l (/usr/share/code-insiders/resources/app/out/vs/loader.js:5:10314)
at Object.errorback
(/usr/share/code-insiders/resources/app/out/vs/loader.js:5:10435)
at r.triggerErrorback
(/usr/share/code-insiders/resources/app/out/vs/loader.js:3:10613)
at /usr/share/code-insiders/resources/app/out/vs/loader.js:3:10319
at r.load
(/usr/share/code-insiders/resources/app/out/vs/loader.js:4:1739)
at r.load
(/usr/share/code-insiders/resources/app/out/vs/loader.js:3:10249)
at l (/usr/share/code-insiders/resources/app/out/vs/loader.js:5:10314)
at r._loadModule
(/usr/share/code-insiders/resources/app/out/vs/loader.js:5:10444)
at r._resolve
(/usr/share/code-insiders/resources/app/out/vs/loader.js:6:452)
at r.defineModule
(/usr/share/code-insiders/resources/app/out/vs/loader.js:5:6145)
at r._relativeRequire
(/usr/share/code-insiders/resources/app/out/vs/loader.js:5:6831)
at n (/usr/share/code-insiders/resources/app/out/vs/loader.js:5:9420)
at A.P
(/usr/share/code-insiders/resources/app/out/vs/code/electron-main/main.js:32:4511)
at new Promise (<anonymous>)
at A
(/usr/share/code-insiders/resources/app/out/vs/code/electron-main/main.js:32:4491)
at n._createSpdLogLogger
(/usr/share/code-insiders/resources/app/out/vs/code/electron-main/main.js:32:5471)
at new n
(/usr/share/code-insiders/resources/app/out/vs/code/electron-main/main.js:32:5287)
at
/usr/share/code-insiders/resources/app/out/vs/code/electron-main/main.js:61:2009
at processTicksAndRejections (internal/process/task_queues.js:93:5)
at async re.startup
(/usr/share/code-insiders/resources/app/out/vs/code/electron-main/main.js:61:1818)
{
phase: 'loading',
moduleId: 'spdlog',
neededBy: [ '===anonymous3===' ]
}
[5763:0622/172431.538574:INFO:CONSOLE(627)] "%cTRACE color: #888
[lifecycle] starting up (startup kind: 1)", source:
vscode-file://vscode-app/usr/share/code-insiders/resources/app/out/vs/workbench/workbench.desktop.main.js
(627)
[5763:0622/172431.539204:INFO:CONSOLE(627)] "%cTRACE color: #888 lifecycle:
phase changed (value: 2)", source:
vscode-file://vscode-app/usr/share/code-insiders/resources/app/out/vs/workbench/workbench.desktop.main.js
(627)
[5763:0622/172431.542549:INFO:CONSOLE(627)] "%cTRACE color: #888
Renderer->SharedProcess#connect", source:
vscode-file://vscode-app/usr/share/code-insiders/resources/app/out/vs/workbench/workbench.desktop.main.js
(627)
[5763:0622/172431.545638:INFO:CONSOLE(627)] "%cTRACE color: #888 Skipping
initializing user data in desktop", source:
vscode-file://vscode-app/usr/share/code-insiders/resources/app/out/vs/workbench/workbench.desktop.main.js
(627)
[5763:0622/172431.738753:INFO:CONSOLE(627)] "%cTRACE color: #888
Layout#layout, height: 911, width: 1920", source:
vscode-file://vscode-app/usr/share/code-insiders/resources/app/out/vs/workbench/workbench.desktop.main.js
(627)
[5763:0622/172431.759608:INFO:CONSOLE(627)] "%cTRACE color: #888 workbench
configuration
{"_":[],"diff":false,"add":false,"goto":false,"new-window":false,"reuse-window":false,"wait":false,"help":false,"list-extensions":false,"show-versions":false,"version":false,"verbose":true,"status":false,"prof-startup":false,"prof-v8-extensions":false,"disable-extensions":false,"disable-gpu":false,"telemetry":false,"debugRenderer":false,"logExtensionHostCommunication":false,"skip-release-notes":false,"skip-welcome":false,"disable-telemetry":false,"disable-updates":false,"disable-keytar":false,"disable-workspace-trust":false,"disable-crash-reporter":false,"crash-reporter-id":"a127b379-56aa-4b65-aeb3-cd1564895ef8","skip-add-to-recently-opened":false,"unity-launch":false,"open-url":false,"file-write":false,"file-chmod":false,"driver-verbose":false,"force":false,"do-not-sync":false,"trace":false,"force-user-env":false,"force-disable-user-env":false,"open-devtools":false,"__sandbox":false,"no-proxy-server":false,"nolazy":false,"force-renderer-accessibility":false,"ignore-certificate-errors":false,"allow-insecure-localhost":false,"logsPath":"/home/pbrooks/.config/Code
-
Insiders/logs/20210622T172426","machineId":"ac66aac40dce5c2c7c4a816e56623cfdaf32e951c0ceb4fc66a91dcda2aa735e","windowId":1,"mainPid":5763,"appRoot":"/usr/share/code-insiders/resources/app","execPath":"/usr/share/code-insiders/code-insiders","codeCachePath":"/home/pbrooks/.config/Code
-
Insiders/CachedData/e1161be26874f0d39a5b9cdeb2c5fbfd4f83bb80","backupPath":"/home/pbrooks/.config/Code
-
Insiders/Backups/1ec91861a71c941b514f0a394d754630","homeDir":"/home/pbrooks","tmpDir":"/tmp","userDataDir":"/home/pbrooks/.config/Code
-
Insiders","workspace":{"id":"909d7ab4cbf285bc2b79cadcb1c66df8","uri":{"$mid":1,"fsPath":"/wv/pbrooks_nobackup/p_build","external":"file:///wv/pbrooks_nobackup/p_build","path":"/wv/pbrooks_nobackup/p_build","scheme":"file"}},"userEnv":{"VSCODE_IPC_HOOK":"/run/user/7413/vscode-4f8e15ea-1.58.0-insider-main.sock","VSCODE_NLS_CONFIG":"{\"locale\":\"en-us\",\"availableLanguages\":{},\"_languagePackSupport\":true}"},"logLevel":0,"product":{"nameShort":"Code
- Insiders","nameLong":"Visual Studio Code -
Insiders","applicationName":"code-insiders","win32AppId":"{{C26E74D1-022E-4238-8B9D-1E7564A36CC9}","win32x64AppId":"{{1287CAD5-7C8D-410D-88B9-0D1EE4A83FF2}","win32arm64AppId":"{{0AEDB616-9614-463B-97D7-119DD86CCA64}","win32UserAppId":"{{26F4A15E-E392-4887-8C09-7BC55712FD5B}","win32x64UserAppId":"{{217B4C08-948D-4276-BFBB-BEE930AE5A2C}","win32arm64UserAppId":"{{69BD8F7B-65EB-4C6F-A14E-44CFA83712C0}","win32NameVersion":"Microsoft
Visual Studio Code Insiders","win32DirName":"Microsoft VS Code
Insiders","win32SetupExeBasename":"VSCodeInsidersSetup","win32AppUserModelId":"Microsoft.VisualStudioCodeInsiders","win32ShellNameShort":"Code
Insiders","win32MutexName":"vscodeinsiders","win32RegValueName":"VSCodeInsiders","darwinCredits":"resources/darwin/Credits.rtf","darwinBundleIdentifier":"com.microsoft.VSCodeInsiders","darwinExecutable":"VSCodeInsiders","linuxIconName":"com.visualstudio.code.insiders","licenseFileName":"LICENSE.rtf","licenseName":"Multiple,
see https://code.visualstudio.com/license
","urlProtocol":"vscode-insiders","dataFolderName":".vscode-insiders","serverDataFolderName":".vscode-server-insiders","downloadUrl":"
https://code.visualstudio.com/insiders","updateUrl":"
https://update.code.visualstudio.com","webEndpointUrl":"
https://vscodeweb.azureedge.net
","quality":"insider","extensionsGallery":{"serviceUrl":"
https://marketplace.visualstudio.com/_apis/public/gallery","cacheUrl":"
https://vscode.blob.core.windows.net/gallery/index","itemUrl":"
https://marketplace.visualstudio.com/items","controlUrl":"
https://az764295.vo.msecnd.net/extensions/marketplace.json
","recommendationsUrl":"
https://az764295.vo.msecnd.net/extensions/workspaceRecommendations.json.gz"},"extensionTips":{"ms-dotnettools.csharp":"{**/*.cs,**/project.json,**/global.json,**/*.csproj,**/*.cshtml,**/*.sln,**/appsettings.json}","msjsdiag.debugger-for-chrome":"{**/*.ts,**/*.tsx,**/*.js,**/*.jsx,**/*.es6,**/.babelrc}","firefox-devtools.vscode-firefox-debug":"{**/*.ts,**/*.tsx,**/*.js,**/*.jsx,**/*.es6,**/.babelrc}","golang.Go":"**/*.go","ms-vscode.PowerShell-Preview":"{**/*.ps1,**/*.psd1,**/*.psm1,**/*.ps.config,**/*.ps1.config}","austin.code-gnu-global":"{**/*.c,**/*.cpp,**/*.h}","Ionide.Ionide-fsharp":"{**/*.fsx,**/*.fsi,**/*.fs,**/*.ml,**/*.mli}","dbaeumer.vscode-eslint":"{**/*.js,**/*.jsx,**/*.es6,**/.eslintrc.*,**/.eslintrc,**/.babelrc,**/jsconfig.json}","dbaeumer.jshint":"{**/*.js,**/*.jsx,**/*.es6,**/.babelrc,**/jsconfig.json,**/.jshintrc,**/.jshintignore}","ms-vscode.vscode-typescript-tslint-plugin":"{**/tslint.json}","bmewburn.vscode-intelephense-client":"{**/*.php,**/php.ini}","felixfbecker.php-intellisense":"{**/*.php,**/php.ini}","felixfbecker.php-debug":"{**/*.php,**/php.ini}","ikappas.phpcs":"{**/*.php,**/php.ini}","rust-lang.rust":"{**/*.rs,**/*.rslib}","ms-vscode.cpptools-extension-pack":"{**/*.c,**/*.cpp,**/*.cc,**/.cxx,**/*.hh,**/*.hpp,**/*.hxx,**/*.h}","DavidAnson.vscode-markdownlint":"{**/*.md}","ms-azuretools.vscode-docker":"{**/dockerfile,**/Dockerfile,**/docker-compose.yml,**/docker-compose.*.yml,**/*.cs,**/project.json,**/global.json,**/*.csproj,**/*.cshtml,**/*.sln,**/appsettings.json,**/*.py,**/*.ipynb,**/*.js,**/*.ts,**/package.json}","EditorConfig.EditorConfig":"{**/.editorconfig}","HookyQR.beautify":"{**/.jsbeautifyrc,**/*.js,**/*.jsx,**/*.es6,**/.eslintrc.*,**/.babelrc,**/jsconfig.json}","donjayamanne.githistory":"{**/.gitignore,**/.git}","felipecaputo.git-project-manager":"{**/.gitignore,**/.git}","eamodio.gitlens":"{**/.gitignore,**/.git}","rebornix.Ruby":"{**/*.rb,**/*.erb,**/*.reek,**/.fasterer.yml,**/ruby-lint.yml,**/.rubocop.yml}","DotJoshJohnson.xml":"{**/*.xml}","shinnn.stylelint":"{**/.stylelintrc,**/stylelint.config.js}","eg2.vscode-npm-script":"{**/package.json}","ms-mssql.mssql":"{**/*.sql}","bajdzis.vscode-database":"{**/*.sql}","mtxr.sqltools":"{**/*.sql}","usqlextpublisher.usql-vscode-ext":"{**/*.usql}","ms-vscode.sublime-keybindings":"{**/.sublime-project,**/.sublime-workspace}","k--kato.intellij-idea-keybindings":"{**/.idea}","christian-kohler.npm-intellisense":"{**/package.json}","octref.vetur":"{**/*.vue}","ms-python.python":"{**/*.py,**/*.ipynb}","ms-toolsai.jupyter":"{**/*.ipynb}","cake-build.cake-vscode":"{**/build.cake}","Angular.ng-template":"{**/.angular-cli.json,**/angular.json,**/*.ng.html,**/*.ng,**/*.ngml}","vscjava.vscode-maven":"**/pom.xml","ms-azuretools.vscode-azureterraform":"**/*.tf","HashiCorp.terraform":"**/*.tf","vsciot-vscode.vscode-arduino":"**/*.ino","ms-kubernetes-tools.vscode-kubernetes-tools":"{**/Chart.yaml}","GoogleCloudTools.cloudcode":"{**/skaffold.yaml}","Oracle.oracledevtools":"{**/*.sql}"},"extensionImportantTips":{"ms-dotnettools.csharp":{"name":"C#","languages":["csharp"],"pattern":"{**/*.cs,**/global.json,**/*.csproj,**/*.cshtml,**/*.sln}"},"ms-python.python":{"name":"Python","languages":["python"],"pattern":"{**/*.py}"},"ms-toolsai.jupyter":{"name":"Jupyter","pattern":"{**/*.ipynb}"},"golang.Go":{"name":"Go","languages":["go"],"pattern":"**/*.go"},"vscjava.vscode-java-pack":{"name":"Java","languages":["java"],"pattern":"{**/*.java}","isExtensionPack":true},"ms-vscode.PowerShell-Preview":{"name":"PowerShell
Preview","languages":["powershell"],"pattern":"{**/*.ps1,**/*.psd1,**/*.psm1}"},"ms-vscode.cpptools":{"name":"C/C++","languages":["c","cpp"],"pattern":"{**/*.c,**/*.cpp,**/*.cc,**/.cxx,**/*.hh,**/*.hpp,**/*.hxx,**/*.h}"},"ms-azuretools.vscode-docker":{"name":"Docker","languages":["dockerfile"],"pattern":"{**/dockerfile,**/Dockerfile,**/docker-compose.yml,**/docker-compose.*.yml}"},"octref.vetur":{"name":"Vetur","languages":["vue"],"pattern":"{**/*.vue}"},"ms-vscode.cmake-tools":{"name":"CMake
Tools","pattern":"{**/CMakeLists.txt}"},"msazurermtools.azurerm-vscode-tools":{"name":"Azure
Resource
Manager","pattern":"{**/azuredeploy.json}"},"ms-vscode-remote.remote-containers":{"name":"Remote
-
Containers","pattern":"{**/devcontainer.json}"},"ms-azuretools.vscode-bicep":{"name":"Bicep","pattern":"{**/*.bicep}"},"svelte.svelte-vscode":{"name":"Svelte","pattern":"{**/*.svelte}"}},"keymapExtensionTips":["vscodevim.vim","ms-vscode.sublime-keybindings","ms-vscode.atom-keybindings","ms-vscode.brackets-keybindings","ms-vscode.vs-keybindings","ms-vscode.notepadplusplus-keybindings","k--kato.intellij-idea-keybindings","hiro-sun.vscode-emacs","alphabotsec.vscode-eclipse-keybindings","alefragnani.delphi-keybindings"],"languageExtensionTips":["ms-python.python","ms-vscode.cpptools","ms-dotnettools.csharp","ms-toolsai.jupyter","vscjava.vscode-java-pack","ecmel.vscode-html-css","octref.vetur","bmewburn.vscode-intelephense-client","dsznajder.es7-react-js-snippets","golang.go","ms-vscode.powershell","dart-code.dart-code","rust-lang.rust","rebornix.ruby"],"configBasedExtensionTips":{"git":{"configPath":".git/config","configName":"Git","recommendations":{"github.vscode-pull-request-github":{"name":"GitHub
Pull Request","remotes":["github.com"]},"eamodio.gitlens":{"name":"GitLens"}}},"devContainer":{"configPath":".devcontainer/devcontainer.json","configName":"Dev
Container","recommendations":{"ms-vscode-remote.remote-containers":{"name":"Remote
-
Containers","important":true}}},"maven":{"configPath":"pom.xml","configName":"Maven","recommendations":{"vscjava.vscode-java-pack":{"name":"Java","important":true,"isExtensionPack":true},"Pivotal.vscode-boot-dev-pack":{"name":"Spring
Boot Extension
Pack","isExtensionPack":true}}},"gradle":{"configPath":"build.gradle","configName":"Gradle","recommendations":{"vscjava.vscode-java-pack":{"name":"Java","important":true,"isExtensionPack":true}}}},"exeBasedExtensionTips":{"az":{"friendlyName":"Azure
CLI","windowsPath":"%ProgramFiles(x86)%\\Microsoft
SDKs\\Azure\\CLI2\\wbin\\az.cmd","recommendations":{"ms-vscode.azurecli":{"name":"Azure
CLI Tools"}}},"heroku":{"friendlyName":"Heroku
CLI","windowsPath":"%ProgramFiles%\\Heroku\\bin\\heroku.cmd","recommendations":{"ms-azuretools.vscode-azureappservice":{"name":"Azure
App
Service"},"pkosta2005.heroku-command":{"name":"heroku-cli"}}},"mongo":{"friendlyName":"Mongo","windowsPath":"%ProgramFiles%\\MongoDB\\Server\\3.6\\bin\\mongod.exe","recommendations":{"ms-azuretools.vscode-cosmosdb":{"name":"Azure
Databases"}}},"serverless":{"friendlyName":"Serverless
framework","windowsPath":"%APPDATA%\\npm\\serverless.cmd","recommendations":{"ms-azuretools.vscode-azurefunctions":{"name":"Azure
Functions"}}},"func":{"friendlyName":"Azure Function
SDK","windowsPath":"%APPDATA%\\npm\\func.cmd","recommendations":{"ms-azuretools.vscode-azurefunctions":{"name":"Azure
Functions"}}},"mysql":{"friendlyName":"MySQL","windowsPath":"%ProgramFiles%\\MySQL\\MySQL
Server
8.0\\bin\\mysqld.exe","recommendations":{"bajdzis.vscode-database":{"name":"vscode-database"},"mtxr.sqltools":{"name":"SQLTools"}}},"postgres":{"friendlyName":"PostgreSQL","windowsPath":"%ProgramFiles%\\PostgreSQL\\11\\bin\\psql.exe","recommendations":{"ms-ossdata.vscode-postgresql":{"name":"PostgreSQL"},"bajdzis.vscode-database":{"name":"vscode-database"},"mtxr.sqltools":{"name":"SQLTools"}}},"sqlcmd":{"friendlyName":"SQL
CLI","recommendations":{"ms-mssql.mssql":{"name":"SQL Server
(mssql)"}}},"now":{"friendlyName":"Now
CLI","windowsPath":"%APPDATA%\\npm\\now.cmd","recommendations":{"ms-azuretools.vscode-azureappservice":{"name":"Azure
App
Service"},"ms-azuretools.vscode-docker":{"name":"Docker"}}},"docker":{"friendlyName":"Docker","windowsPath":"%ProgramFiles%\\Docker\\Docker\\Resources\\bin\\docker.exe","recommendations":{"ms-azuretools.vscode-docker":{"name":"Docker","important":true},"ms-vscode-remote.remote-containers":{"name":"Remote
-
Containers","important":true},"ms-kubernetes-tools.vscode-kubernetes-tools":{"name":"Kubernetes"},"GoogleCloudTools.cloudcode":{"name":"Cloud
Code"},"mindaro.mindaro":{"name":"Local Process with
Kubernetes"}}},"kubectl":{"friendlyName":"Kubernetes","windowsPath":"%ProgramFiles%\\Docker\\Docker\\Resources\\bin\\kubectl.exe","recommendations":{"ms-azuretools.vscode-docker":{"name":"Docker"},"ms-kubernetes-tools.vscode-kubernetes-tools":{"name":"Kubernetes"},"GoogleCloudTools.cloudcode":{"name":"Cloud
Code"},"ms-vscode-remote.remote-containers":{"name":"Remote -
Containers"},"mindaro.mindaro":{"name":"Local Process with
Kubernetes"}}},"ng":{"friendlyName":"Angular
CLI","windowsPath":"%APPDATA%\\npmexit\\ng.cmd","recommendations":{"johnpapa.Angular2":{"name":"Angular
Snippets"}}},"create-react-app":{"friendlyName":"Create React
App","windowsPath":"%APPDATA%\\npm\\create-react-app.cmd","recommendations":{"msjsdiag.vscode-react-native":{"name":"React
Native Tools"}}},"react-native":{"friendlyName":"React
Native","windowsPath":"%APPDATA%\\npm\\react-native-cli","recommendations":{"msjsdiag.vscode-react-native":{"name":"React
Native
Tools"}}},"p4":{"friendlyName":"Perforce","recommendations":{"slevesque.perforce":{"name":"Perforce
for VS
Code"}}},"hg":{"friendlyName":"Mercurial","recommendations":{"mrcrowl.hg":{"name":"Hg"}}},"subl":{"friendlyName":"Sublime","windowsPath":"%ProgramFiles%\\Sublime
Text3\\sublime_text.exe","recommendations":{"ms-vscode.sublime-keybindings":{"name":"Sublime
Text Keymap and Settings
Importer"}}},"atom":{"friendlyName":"Atom","windowsPath":"%USERPROFILE%\\AppData\\Local\\atom\\bin\\atom.cmd","recommendations":{"ms-vscode.atom-keybindings":{"name":"Atom
Keymap"}}},"brackets":{"friendlyName":"Brackets","windowsPath":"%ProgramFiles(x86)%\\Brackets\\Brackets.exe","recommendations":{"ms-vscode.brackets-keybindings":{"name":"Brackets
Keymap"}}},"notepadplusplus":{"friendlyName":"Notepad++","windowsPath":"%ProgramFiles%\\Notepad++\\Notepad++.exe","recommendations":{"ms-vscode.notepadplusplus-keybindings":{"name":"Notepad++
keymap"}}},"vi":{"friendlyName":"VIM","windowsPath":"%ProgramFiles(x86)%\\Vim\\vim80\\gvim.exe","recommendations":{"vscodevim.vim":{"name":"Vim"}}},"mvn":{"friendlyName":"Maven","recommendations":{"vscjava.vscode-java-pack":{"name":"Java","important":true,"isExtensionPack":true}}},"gradle":{"friendlyName":"Gradle","recommendations":{"vscjava.vscode-java-pack":{"name":"Java","important":true,"isExtensionPack":true}}},"Microsoft
Edge":{"friendlyName":"Microsoft
Edge","windowsPath":"%USERPROFILE%\\AppData\\Local\\Microsoft\\Edge\\Application\\msedge.exe","recommendations":{"msjsdiag.debugger-for-edge":{"name":"Debugger
for Microsoft
Edge"},"ms-edgedevtools.vscode-edge-devtools":{"name":"Elements for
Microsoft Edge (Chromium)"}}},"Microsoft Edge
Dev":{"friendlyName":"Microsoft Edge
Dev","windowsPath":"%USERPROFILE%\\AppData\\Local\\Microsoft\\Edge
Dev\\Application\\msedge.exe","recommendations":{"msjsdiag.debugger-for-edge":{"name":"Debugger
for Microsoft
Edge"},"ms-edgedevtools.vscode-edge-devtools":{"name":"Elements for
Microsoft Edge (Chromium)"}}},"Microsoft Edge
Beta":{"friendlyName":"Microsoft Edge
Beta","windowsPath":"%USERPROFILE%\\AppData\\Local\\Microsoft\\Edge
Beta\\Application\\msedge.exe","recommendations":{"msjsdiag.debugger-for-edge":{"name":"Debugger
for Microsoft
Edge"},"ms-edgedevtools.vscode-edge-devtools":{"name":"Elements for
Microsoft Edge (Chromium)"}}},"Microsoft Edge
Canary":{"friendlyName":"Microsoft Edge
Canary","windowsPath":"%USERPROFILE%\\AppData\\Local\\Microsoft\\Edge
SxS\\Application\\msedge.exe","recommendations":{"msjsdiag.debugger-for-edge":{"name":"Debugger
for Microsoft
Edge"},"ms-edgedevtools.vscode-edge-devtools":{"name":"Elements for
Microsoft Edge (Chromium)"}}},"Mozilla Firefox
(x86)":{"friendlyName":"Mozilla
Firefox","windowsPath":"%ProgramFiles(x86)%\\Mozilla
Firefox\\firefox.exe","recommendations":{"firefox-devtools.vscode-firefox-debug":{"name":"Debugger
for Firefox"}}},"Mozilla Firefox Developer Edition
(x86)":{"friendlyName":"Mozilla Firefox Developer
Edition","windowsPath":"%ProgramFiles(x86)%\\Firefox Developer
Edition\\firefox.exe","recommendations":{"firefox-devtools.vscode-firefox-debug":{"name":"Debugger
for Firefox"}}},"Mozilla Firefox":{"friendlyName":"Mozilla
Firefox","windowsPath":"%ProgramFiles%\\Mozilla
Firefox\\firefox.exe","recommendations":{"firefox-devtools.vscode-firefox-debug":{"name":"Debugger
for Firefox"}}},"Mozilla Firefox Developer
Edition":{"friendlyName":"Mozilla Firefox Developer
Edition","windowsPath":"%ProgramFiles%\\Firefox Developer
Edition\\firefox.exe","recommendations":{"firefox-devtools.vscode-firefox-debug":{"name":"Debugger
for
Firefox"}}},"cordova":{"friendlyName":"Cordova","windowsPath":"%APPDATA%\\npm\\cordova","recommendations":{"msjsdiag.cordova-tools":{"name":"Cordova
Tools"}}},"gcloud":{"friendlyName":"Google GCloud
CLI","windowsPath":"%ProgramFiles(x86)%\\Google\\Cloud
SDK\\google-cloud-sdk\\bin\\gcloud.cmd","recommendations":{"GoogleCloudTools.cloudcode":{"name":"Cloud
Code"}}},"skaffold":{"friendlyName":"Skaffold Code to
Cluster","recommendations":{"ms-azuretools.vscode-docker":{"name":"Docker"},"ms-kubernetes-tools.vscode-kubernetes-tools":{"name":"Kubernetes"},"GoogleCloudTools.cloudcode":{"name":"Cloud
Code"},"mindaro.mindaro":{"name":"Local Process with
Kubernetes"}}},"minikube":{"friendlyName":"MiniKube Local Kubernetes
Cluster","recommendations":{"ms-azuretools.vscode-docker":{"name":"Docker"},"ms-kubernetes-tools.vscode-kubernetes-tools":{"name":"Kubernetes"},"GoogleCloudTools.cloudcode":{"name":"Cloud
Code"},"ms-vscode-remote.remote-containers":{"name":"Remote -
Containers"},"mindaro.mindaro":{"name":"Local Process with
Kubernetes"}}},"podman":{"friendlyName":"Podman","recommendations":{"ms-vscode-remote.remote-containers":{"name":"Remote
- Containers"}}},"wsl":{"friendlyName":"Windows Subsystem for Linux
(WSL)","windowsPath":"%WINDIR%\\system32\\lxss\\LxssManager.dll","important":true,"recommendations":{"ms-vscode-remote.remote-wsl":{"name":"Remote
-
WSL","important":true}}}},"remoteExtensionTips":{"wsl":{"friendlyName":"Remote
-
WSL","extensionId":"ms-vscode-remote.remote-wsl"},"ssh-remote":{"friendlyName":"Remote
-
SSH","extensionId":"ms-vscode-remote.remote-ssh"},"dev-container":{"friendlyName":"Remote
-
Containers","extensionId":"ms-vscode-remote.remote-containers"},"attached-container":{"friendlyName":"Remote
-
Containers","extensionId":"ms-vscode-remote.remote-containers"},"vsonline":{"friendlyName":"Visual
Studio
Online","extensionId":"ms-vsonline.vsonline"}},"extensionKeywords":{"md":["Markdown"],"js":["JavaScript"],"jsx":["JavaScript"],"es6":["JavaScript"],"html":["Html"],"ts":["TypeScript"],"tsx":["TypeScript"],"css":["CSS"],"scss":["SASS"],"txt":["Text"],"php":["PHP"],"php3":["PHP"],"php4":["PHP"],"ph3":["PHP"],"ph4":["PHP"],"xml":["XML"],"py":["Python"],"pyc":["Python"],"pyd":["Python"],"pyo":["Python"],"pyw":["Python"],"pyz":["Python"],"java":["Java"],"class":["Java"],"jar":["Java"],"c":["c","objective
c","objective-c"],"m":["objective c","objective-c"],"mm":["objective
c","objective-c"],"cpp":["cpp","c plus plus","c","c++"],"cc":["cpp","c plus
plus","c","c++"],"cxx":["cpp","c plus plus","c++"],"hh":["cpp","c plus
plus","c++"],"hpp":["cpp","c++"],"h":["cpp","c plus
plus","c++","c","objective
c","objective-c"],"sql":["sql"],"sh":["bash"],"bash":["bash"],"zsh":["bash","zshell"],"cs":["c#","csharp"],"csproj":["c#","csharp"],"sln":["c#","csharp"],"go":["go"],"sty":["latex"],"tex":["latex"],"ps":["powershell"],"ps1":["powershell"],"rs":["rust"],"rslib":["rust"],"hs":["haskell"],"lhs":["haskell"],"scm":["scheme"],"ss":["scheme"],"clj":["clojure"],"cljs":["clojure"],"cljc":["clojure"],"edn":["clojure"],"erl":["erlang"],"hrl":["erlang"],"scala":["scala"],"sc":["scala"],"pl":["perl"],"pm":["perl"],"t":["perl"],"pod":["perl"],"groovy":["groovy"],"swift":["swift"],"rb":["ruby"],"rbw":["ruby"],"jl":["julia"],"f":["fortran"],"for":["fortran"],"f90":["fortran"],"f95":["fortran"],"coffee":["CoffeeScript"],"litcoffee":["CoffeeScript"],"yaml":["yaml"],"yml":["yaml"],"dart":["dart"],"json":["json"]},"extensionAllowedBadgeProviders":["
api.bintray.com","api.travis-ci.com","api.travis-ci.org","app.fossa.io","
badge.buildkite.com","badge.fury.io","badge.waffle.io","badgen.net","
badges.frapsoft.com","badges.gitter.im","badges.greenkeeper.io","
cdn.travis-ci.com","cdn.travis-ci.org","ci.appveyor.com","circleci.com","
cla.opensource.microsoft.com","codacy.com","codeclimate.com","codecov.io","
coveralls.io","david-dm.org","deepscan.io","dev.azure.com","docs.rs","
flat.badgen.net","gemnasium.com","githost.io","gitlab.com","godoc.org","
goreportcard.com","img.shields.io","isitmaintained.com","
marketplace.visualstudio.com","nodesecurity.io","opencollective.com","
snyk.io","travis-ci.com","travis-ci.org","visualstudio.com","
vsmarketplacebadge.apphb.com","www.bithound.io","www.versioneye.com
"],"extensionAllowedBadgeProvidersRegex":["^https:\\/\\/github\\.com\\/[^/]+\\/[^/]+\\/workflows\\/.*badge\\.svg"],"crashReporter":{"productName":"VSCode","companyName":"Microsoft"},"appCenter":{"win32-ia32":"appcenter://code-insiders?aid=54e00ade-f29f-46dc-8747-244de208ba6d","win32-x64":"appcenter://code-insiders?aid=f047834f-d0e1-4aef-8870-5805ee483b2d","win32-arm64":"appcenter://code-insiders?aid=fb1c1670-432e-43dc-a88e-8c5ed7293213","linux-x64":"appcenter://code-insiders?aid=a04472a4-f4ea-4854-bf12-95bb0f2dd01a","darwin":"appcenter://code-insiders?aid=5e4c15d3-0a3c-4c3b-a294-2a40850616a2","darwin-arm64":"appcenter://code-insiders?aid=d6599f8f-6aee-4013-b47c-1e1269faa19a","darwin-universal":"appcenter://code-insiders?aid=9198980f-302c-4143-9ddf-29914b57be2e"},"enableTelemetry":true,"aiConfig":{"asimovKey":"AIF-444c3af9-8e69-4462-ab49-4191e6ad1916"},"msftInternalDomains":["
redmond.corp.microsoft.com","northamerica.corp.microsoft.com","
fareast.corp.microsoft.com","ntdev.corp.microsoft.com","
wingroup.corp.microsoft.com","southpacific.corp.microsoft.com","
wingroup.windeploy.ntdev.microsoft.com","ddnet.microsoft.com","
europe.corp.microsoft.com"],"sendASmile":{"reportIssueUrl":"
https://go.microsoft.com/fwlink/?LinkId=534872","requestFeatureUrl":"
https://go.microsoft.com/fwlink/?LinkID=533482"},"documentationUrl":"
https://go.microsoft.com/fwlink/?LinkID=533484#vscode","releaseNotesUrl":"
https://go.microsoft.com/fwlink/?LinkId=724002","keyboardShortcutsUrlMac":"
https://go.microsoft.com/fwlink/?linkid=832143
","keyboardShortcutsUrlLinux":"
https://go.microsoft.com/fwlink/?linkid=832144","keyboardShortcutsUrlWin":"
https://go.microsoft.com/fwlink/?linkid=832145","introductoryVideosUrl":"
https://go.microsoft.com/fwlink/?linkid=832146","tipsAndTricksUrl":"
https://go.microsoft.com/fwlink/?linkid=852118","newsletterSignupUrl":"
https://www.research.net/r/vsc-newsletter","twitterUrl":"
https://go.microsoft.com/fwlink/?LinkID=533687","requestFeatureUrl":"
https://go.microsoft.com/fwlink/?LinkID=533482","reportIssueUrl":"
https://github.com/Microsoft/vscode/issues/new
","reportMarketplaceIssueUrl":"
https://github.com/microsoft/vsmarketplace/issues/new","licenseUrl":"
https://go.microsoft.com/fwlink/?LinkID=761088","privacyStatementUrl":"
https://go.microsoft.com/fwlink/?LinkId=786907","telemetryOptOutUrl":"
https://go.microsoft.com/fwlink/?linkid=870136","npsSurveyUrl":"
https://aka.ms/vscode-nps","cesSurveyUrl":"
https://aka.ms/new-to-vscode-feedback","checksumFailMoreInfoUrl":"
https://go.microsoft.com/fwlink/?LinkId=828886
","electronRepository":"Microsoft/vscode-electron-prebuilt","settingsSearchUrl":"
https://bingsettingssearch.trafficmanager.net/api/Search
","surveys":[{"surveyId":"cpp.1","surveyUrl":"
https://www.research.net/r/VBVV6C6
","languageId":"cpp","editCount":10,"userProbability":0.15},{"surveyId":"java.2","surveyUrl":"
https://www.research.net/r/vscodejava
","languageId":"java","editCount":10,"userProbability":0.3},{"surveyId":"javascript.1","surveyUrl":"
https://www.research.net/r/vscode-js
","languageId":"javascript","editCount":10,"userProbability":0.05},{"surveyId":"typescript.1","surveyUrl":"
https://www.research.net/r/vscode-ts
","languageId":"typescript","editCount":10,"userProbability":0.05}],"extensionAllowedProposedApi":["GitHub.codespaces","GitHub.copilot-nightly","GitHub.copilot","GitHub.vscode-pull-request-github-insiders","GitHub.vscode-pull-request-github","GitHub.remotehub","GitHub.remotehub-insiders","Microsoft.vscode-nmake-tools","ms-ai-tools.notebook-renderers","ms-azuretools.vscode-docker","ms-dotnettools.dotnet-interactive-vscode","ms-python.gather","ms-python.python","ms-toolsai.jupyter","ms-toolsai.notebook-renderers","ms-toolsai.vscode-ai","ms-toolsai.vscode-ai-remote","ms-vscode-remote.remote-containers-nightly","ms-vscode-remote.remote-containers","ms-vscode-remote.remote-ssh-edit-nightly","ms-vscode-remote.remote-ssh-edit","ms-vscode-remote.remote-ssh-nightly","ms-vscode-remote.remote-ssh","ms-vscode-remote.remote-wsl-nightly","ms-vscode-remote.remote-wsl","ms-vscode-remote.remote-wsl-recommender","ms-vscode-remote.vscode-remote-extensionpack-nightly","ms-vscode-remote.vscode-remote-extensionpack","ms-vscode.azure-account","ms-vscode.azure-sphere-tools-ui","ms-vscode.azure-sphere-tools","ms-vscode.remotehub","ms-vscode.remotehub-insiders","ms-vscode.js-debug-nightly","ms-vscode.js-debug","ms-vscode.lsif-browser","ms-vscode.powershell-preview","ms-vscode.vscode-github-issue-notebooks","ms-vscode.vscode-js-profile-flame","ms-vscode.vscode-js-profile-table","ms-vscode.vscode-selfhost-test-provider","ms-vscode.vscode-markdown-notebook","ms-vscode.test-adapter-converter","ms-vsliveshare.cloudenv-explorer","ms-vsliveshare.cloudenv","ms-vsliveshare.vsliveshare","ms-vsonline.vsonline","jakearl.handydandy-notebook","dbaeumer.vscode-eslint","tanhakabir.rest-book"],"tasConfig":{"endpoint":"
https://default.exp-tas.com/vscode/ab
","telemetryEventName":"query-expfeature","featuresTelemetryPropertyName":"VSCode.ABExp.Features","assignmentContextTelemetryPropertyName":"abexp.assignmentcontext"},"experimentsUrl":"
https://vscodeexperiments.azureedge.net/experiments/vscode-experiments.json
","extensionKind":{"Shan.code-settings-sync":["ui"],"shalldie.background":["ui"],"techer.open-in-browser":["ui"],"manasxx.background-cover":["ui"],"CoenraadS.bracket-pair-colorizer":["ui","workspace"],"CoenraadS.bracket-pair-colorizer-2":["ui"],"hiro-sun.vscode-emacs":["ui","workspace"],"hnw.vscode-auto-open-markdown-preview":["ui","workspace"],"wayou.vscode-todo-highlight":["ui","workspace"],"aaron-bond.better-comments":["ui","workspace"]},"extensionSyncedKeys":{"ritwickdey.liveserver":["liveServer.setup.version"]},"extensionVirtualWorkspacesSupport":{"ms-python.python":{"default":false},"ms-vscode.cpptools":{"default":false},"dbaeumer.vscode-eslint":{"default":false},"esbenp.prettier-vscode":{"default":false},"msjsdiag.debugger-for-chrome":{"default":false},"redhat.java":{"default":false},"eamodio.gitlens":{"default":false},"HookyQR.beautify":{"default":false},"ritwickdey.LiveServer":{"default":false},"VisualStudioExptTeam.vscodeintellicode":{"default":false},"vscjava.vscode-java-debug":{"default":false},"octref.vetur":{"default":false},"ms-azuretools.vscode-docker":{"default":false},"vscjava.vscode-maven":{"default":false},"vscjava.vscode-java-test":{"default":false},"vscjava.vscode-java-pack":{"default":false},"formulahendry.code-runner":{"default":false},"felixfbecker.php-intellisense":{"default":false},"vscjava.vscode-java-dependency":{"default":false},"redhat.vscode-yaml":{"default":false},"felixfbecker.php-debug":{"default":false},"ms-mssql.mssql":{"default":false},"christian-kohler.path-intellisense":{"default":false},"eg2.tslint":{"default":false},"eg2.vscode-npm-script":{"default":false},"donjayamanne.githistory":{"default":false},"Zignd.html-css-class-completion":{"default":false},"christian-kohler.npm-intellisense":{"default":false},"EditorConfig.EditorConfig":{"default":false},"austin.code-gnu-global":{"default":false},"ms-vscode-remote.remote-wsl":{"default":false},"johnpapa.Angular2":{"default":false},"ms-vscode.vscode-typescript-tslint-plugin":{"default":false},"DotJoshJohnson.xml":{"default":false},"techer.open-in-browser":{"default":false},"DavidAnson.vscode-markdownlint":{"default":false},"tht13.python":{"default":false},"bmewburn.vscode-intelephense-client":{"default":false},"Angular.ng-template":{"default":false},"felixfbecker.php-pack":{"default":false},"dbaeumer.jshint":{"default":false},"msjsdiag.vscode-react-native":{"default":false},"Dart-Code.dart-code":{"default":false},"yzhang.markdown-all-in-one":{"default":false},"Dart-Code.flutter":{"default":false},"streetsidesoftware.code-spell-checker":{"default":false},"rebornix.Ruby":{"default":false},"ms-vscode.sublime-keybindings":{"default":false},"batisteo.vscode-django":{"default":false},"alefragnani.project-manager":{"default":false},"mitaki28.vscode-clang":{"default":false},"steoates.autoimport":{"default":false},"donjayamanne.python-extension-pack":{"default":false},"shd101wyy.markdown-preview-enhanced":{"default":false},"mikestead.dotenv":{"default":false},"GrapeCity.gc-excelviewer":{"default":false},"pranaygp.vscode-css-peek":{"default":false},"ikappas.phpcs":{"default":false},"platformio.platformio-ide":{"default":false},"jchannon.csharpextensions":{"default":false},"gruntfuggly.todo-tree":{"default":false}},"linkProtectionTrustedDomains":["https://
*.visualstudio.com","https://*.microsoft.com","https://aka.ms","
https://vscode-auth.github.com","
https://client-auth-staging-14a768b.herokuapp.com","https://*.
gallerycdn.vsassets.io","https://github.com/microsoft/","
https://github.com/MicrosoftDocs/","https://login.microsoftonline.com
"],"auth":{"loginUrl":"
https://login.microsoftonline.com/common/oauth2/authorize","tokenUrl":"
https://login.microsoftonline.com/common/oauth2/token","redirectUrl":"
https://vscode-redirect.azurewebsites.net/
","clientId":"aebc6443-996d-45c2-90f0-388ff96faa56"},"configurationSync.store":{"url":"
https://vscode-sync-insiders.trafficmanager.net/","stableUrl":"
https://vscode-sync.trafficmanager.net/","insidersUrl":"
https://vscode-sync-insiders.trafficmanager.net/
","canSwitch":true,"authenticationProviders":{"microsoft":{"scopes":["
https://management.core.windows.net/.default
","offline_access"]},"github":{"scopes":["user:email"]}}},"builtInExtensions":[{"name":"ms-vscode.node-debug","version":"1.44.28","repo":"
https://github.com/microsoft/vscode-node-debug
","metadata":{"id":"b6ded8fb-a0a0-4c1c-acbd-ab2a3bc995a6","publisherId":{"publisherId":"5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee","publisherName":"ms-vscode","displayName":"Microsoft","flags":"verified"},"publisherDisplayName":"Microsoft"}},{"name":"ms-vscode.node-debug2","version":"1.42.7","repo":"
https://github.com/microsoft/vscode-node-debug2
","metadata":{"id":"36d19e17-7569-4841-a001-947eb18602b2","publisherId":{"publisherId":"5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee","publisherName":"ms-vscode","displayName":"Microsoft","flags":"verified"},"publisherDisplayName":"Microsoft"}},{"name":"ms-vscode.references-view","version":"0.0.80","repo":"
https://github.com/microsoft/vscode-references-view
","metadata":{"id":"dc489f46-520d-4556-ae85-1f9eab3c412d","publisherId":{"publisherId":"5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee","publisherName":"ms-vscode","displayName":"Microsoft","flags":"verified"},"publisherDisplayName":"Microsoft"}},{"name":"ms-vscode.js-debug-companion","version":"1.0.13","repo":"
https://github.com/microsoft/vscode-js-debug-companion
","metadata":{"id":"99cb0b7f-7354-4278-b8da-6cc79972169d","publisherId":{"publisherId":"5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee","publisherName":"ms-vscode","displayName":"Microsoft","flags":"verified"},"publisherDisplayName":"Microsoft"}},{"name":"ms-vscode.js-debug","version":"1.57.0","repo":"
https://github.com/microsoft/vscode-js-debug
","metadata":{"id":"25629058-ddac-4e17-abba-74678e126c5d","publisherId":{"publisherId":"5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee","publisherName":"ms-vscode","displayName":"Microsoft","flags":"verified"},"publisherDisplayName":"Microsoft"}},{"name":"ms-vscode.vscode-js-profile-table","version":"0.0.18","repo":"
https://github.com/microsoft/vscode-js-profile-visualizer
","metadata":{"id":"7e52b41b-71ad-457b-ab7e-0620f1fc4feb","publisherId":{"publisherId":"5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee","publisherName":"ms-vscode","displayName":"Microsoft","flags":"verified"},"publisherDisplayName":"Microsoft"}},{"name":"ms-vscode-remote.remote-wsl-recommender","version":"0.0.10","repo":"
https://github.com/microsoft/vscode-remote-wsl-recommender
","metadata":{"id":"cb296d3c-017a-4dee-83af-ebb5a5a16e9a","publisherId":{"publisherId":"ac9410a2-0d75-40ec-90de-b59bb705801d","publisherName":"ms-vscode-remote","displayName":"Microsoft","flags":"verified"},"publisherDisplayName":"Microsoft"},"platforms":["win32"],"clientOnly":true}],"commit":"e1161be26874f0d39a5b9cdeb2c5fbfd4f83bb80","date":"2021-06-14T05:13:48.044Z","checksums":{"vs/base/parts/sandbox/electron-browser/preload.js":"qbOZ2N09JIY+reZxrQ3ldg","vs/workbench/workbench.desktop.main.js":"VEBP6yX/j/DGwZDqI3oKpQ","vs/workbench/workbench.desktop.main.css":"plrjMQGsq8e7ErLlz7GhYw","vs/workbench/services/extensions/node/extensionHostProcess.js":"HXihcLYBgeuJYkM0gbAcsg","vs/code/electron-browser/workbench/workbench.html":"64lIPU9ioq2GVFv1R1M4QA","vs/code/electron-browser/workbench/workbench.js":"+RB1h4VNfsHsrapDXB4wvQ"},"settingsSearchBuildId":1580000856971,"version":"1.58.0-insider"},"isInitialStartup":true,"perfMarks":[{"name":"code/timeOrigin","startTime":1624407866107},{"name":"code/didStartMain","startTime":1624407866214},{"name":"code/willStartCrashReporter","startTime":1624407866230},{"name":"code/didStartCrashReporter","startTime":1624407866232},{"name":"code/mainAppReady","startTime":1624407866295},{"name":"code/willLoadMainBundle","startTime":1624407866297},{"name":"code/fork/willLoadCode","startTime":1624407866317},{"name":"code/registerFilesystem/file","startTime":1624407866362},{"name":"code/didLoadMainBundle","startTime":1624407866363},{"name":"code/willStartMainServer","startTime":1624407866379},{"name":"code/willStartMainServer","startTime":1624407866383},{"name":"code/didStartMainServer","startTime":1624407866384},{"name":"code/willCreateCodeWindow","startTime":1624407866507},{"name":"code/willRestoreCodeWindowState","startTime":1624407866507},{"name":"code/didRestoreCodeWindowState","startTime":1624407866508},{"name":"code/willCreateCodeBrowserWindow","startTime":1624407866508},{"name":"code/didCreateCodeBrowserWindow","startTime":1624407866575},{"name":"code/willMaximizeCodeWindow","startTime":1624407866575},{"name":"code/didMaximizeCodeWindow","startTime":1624407869736},{"name":"code/didCreateCodeWindow","startTime":1624407869737},{"name":"code/willOpenNewWindow","startTime":1624407869743}],"os":{"release":"3.10.0-957.el7.x86_64","hostname":"
quatloo.wv.mentorg.com"},"autoDetectHighContrast":true,"accessibilitySupport":false,"colorScheme":{"dark":false,"highContrast":false},"fullscreen":false,"maximized":false,"partsSplash":{"baseTheme":"vs","colorInfo":{"foreground":"#616161","background":"#ffffff","editorBackground":"#ffffff","titleBarBackground":"#dddddd","activityBarBackground":"#2c2c2c","sideBarBackground":"#f3f3f3","statusBarBackground":"#007acc","statusBarNoFolderBackground":"#68217a"},"layoutInfo":{"sideBarSide":"left","editorPartMinWidth":220,"titleBarHeight":0,"activityBarWidth":48,"sideBarWidth":529,"statusBarHeight":22,"windowBorder":false}}}",
source:
vscode-file://vscode-app/usr/share/code-insiders/resources/app/out/vs/workbench/workbench.desktop.main.js
(627)
[5763:0622/172431.811726:INFO:CONSOLE(627)] "%cTRACE color: #888 lifecycle:
phase changed (value: 3)", source:
vscode-file://vscode-app/usr/share/code-insiders/resources/app/out/vs/workbench/workbench.desktop.main.js
(627)
[main 2021-06-23T00:24:31.843Z] SharedProcess: on
vscode:createSharedProcessMessageChannel
[main 2021-06-23T00:24:31.843Z] IPC Object URL: Registered new channel
vscode:56bcaf67-9199-4db9-933c-b48b85acc512.
[5763:0622/172431.844874:ERROR:bus.cc(393)] Failed to connect to the bus:
Could not parse server address: Unknown address type (examples of valid
types are "tcp" and on UNIX "unix")
[5763:0622/172431.945125:INFO:CONSOLE(627)] "%cTRACE color: #888
DialogService#show Do you trust the authors of the files in this folder?",
source:
vscode-file://vscode-app/usr/share/code-insiders/resources/app/out/vs/workbench/workbench.desktop.main.js
(627)
[main 2021-06-23T00:24:31.966Z] menubarService#updateMenubar 1
[5763:0622/172431.967599:INFO:CONSOLE(627)] "%c ERR color: #f33 [uncaught
exception in main]: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found
(required by
/usr/share/code-insiders/resources/app/node_modules.asar.unpacked/vscode-sqlite3/build/Release/sqlite.node):
Error: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by
/usr/share/code-insiders/resources/app/node_modules.asar.unpacked/vscode-sqlite3/build/Release/sqlite.node)
at process.func [as dlopen] (electron/js2c/asar_bundle.js:5:1846)
at Object.Module._extensions..node
(internal/modules/cjs/loader.js:1185:18)
at Object.func [as .node] (electron/js2c/asar_bundle.js:5:2073)
at Module.load (internal/modules/cjs/loader.js:982:32)
at Module._load (internal/modules/cjs/loader.js:823:14)
at Function.f._load (electron/js2c/asar_bundle.js:5:12684)
at Module.require (internal/modules/cjs/loader.js:1006:19)
at v (/usr/share/code-insiders/resources/app/out/vs/loader.js:4:698)
at Object.<anonymous>
(/usr/share/code-insiders/resources/app/node_modules.asar/vscode-sqlite3/lib/sqlite3.js:1:77)
at Module.u._compile
(/usr/share/code-insiders/resources/app/out/vs/loader.js:4:1315)
at Object.Module._extensions..js
(internal/modules/cjs/loader.js:1155:10)
at Module.load (internal/modules/cjs/loader.js:982:32)
at Module._load (internal/modules/cjs/loader.js:823:14)
at Function.f._load (electron/js2c/asar_bundle.js:5:12684)
at Module.require (internal/modules/cjs/loader.js:1006:19)
at require (internal/modules/cjs/helpers.js:88:18)
at t (/usr/share/code-insiders/resources/app/out/vs/loader.js:5:101)
at r.load
(/usr/share/code-insiders/resources/app/out/vs/loader.js:4:1722)
at r.load
(/usr/share/code-insiders/resources/app/out/vs/loader.js:3:10249)
at l (/usr/share/code-insiders/resources/app/out/vs/loader.js:5:10314)
at Object.errorback
(/usr/share/code-insiders/resources/app/out/vs/loader.js:5:10435)
at r.triggerErrorback
(/usr/share/code-insiders/resources/app/out/vs/loader.js:3:10613)
at /usr/share/code-insiders/resources/app/out/vs/loader.js:3:10319
at r.load
(/usr/share/code-insiders/resources/app/out/vs/loader.js:4:1739)
at r.load
(/usr/share/code-insiders/resources/app/out/vs/loader.js:3:10249)
at l (/usr/share/code-insiders/resources/app/out/vs/loader.js:5:10314)
at r._loadModule
(/usr/share/code-insiders/resources/app/out/vs/loader.js:5:10444)
at r._resolve
(/usr/share/code-insiders/resources/app/out/vs/loader.js:6:452)
at r.defineModule
(/usr/share/code-insiders/resources/app/out/vs/loader.js:5:6145)
at r._relativeRequire
(/usr/share/code-insiders/resources/app/out/vs/loader.js:5:6831)
at n (/usr/share/code-insiders/resources/app/out/vs/loader.js:5:9420)
at
/usr/share/code-insiders/resources/app/out/vs/code/electron-main/main.js:21:31984
at new Promise (<anonymous>)
at
/usr/share/code-insiders/resources/app/out/vs/code/electron-main/main.js:21:31964
at new Promise (<anonymous>)
at n.doConnect
(/usr/share/code-insiders/resources/app/out/vs/code/electron-main/main.js:21:31944)
at n.connect
(/usr/share/code-insiders/resources/app/out/vs/code/electron-main/main.js:21:31393)
at new n
(/usr/share/code-insiders/resources/app/out/vs/code/electron-main/main.js:21:28735)
at g.doCreate
(/usr/share/code-insiders/resources/app/out/vs/code/electron-main/main.js:53:9768)
at
/usr/share/code-insiders/resources/app/out/vs/code/electron-main/main.js:53:8658
at g.init
(/usr/share/code-insiders/resources/app/out/vs/code/electron-main/main.js:53:9000)
at
/usr/share/code-insiders/resources/app/out/vs/code/electron-main/main.js:53:12458",
source:
vscode-file://vscode-app/usr/share/code-insiders/resources/app/out/vs/workbench/workbench.desktop.main.js
(627)
[main 2021-06-23T00:24:31.968Z] menubarService#updateMenubar 1
[5763:0622/172431.993772:ERROR:bus.cc(393)] Failed to connect to the bus:
Could not parse server address: Unknown address type (examples of valid
types are "tcp" and on UNIX "unix")
[5763:0622/172431.996110:ERROR:bus.cc(393)] Failed to connect to the bus:
Could not parse server address: Unknown address type (examples of valid
types are "tcp" and on UNIX "unix")
[main 2021-06-23T00:24:32.039Z] resolveShellEnv(): skipped (VSCODE_CLI is
set)
[5763:0622/172432.460669:INFO:CONSOLE(627)] "%cDEBUG background: #eee;
color: #888 Webview(060fe99c-3d01-4377-859e-44414071c965): will update
content", source:
vscode-file://vscode-app/usr/share/code-insiders/resources/app/out/vs/workbench/workbench.desktop.main.js
(627)
[5763:0622/172432.462110:INFO:CONSOLE(627)] "%cTRACE color: #888 [File
Watcher (node.js)] [ADDED] /home/pbrooks/.config/Code -
Insiders/logs/20210622T172426/output_1_20210622T172431", source:
vscode-file://vscode-app/usr/share/code-insiders/resources/app/out/vs/workbench/workbench.desktop.main.js
(627)
[5763:0622/172432.462260:INFO:CONSOLE(627)] "%cTRACE color: #888 Error
while resolving configuration file
'vscode-userdata:/home/pbrooks/.config/Code%20-%20Insiders/User/tasks.json':
Unable to read file 'vscode-userdata:/home/pbrooks/.config/Code -
Insiders/User/tasks.json' (Error: Unable to resolve non-existing file
'vscode-userdata:/home/pbrooks/.config/Code - Insiders/User/tasks.json')",
source:
vscode-file://vscode-app/usr/share/code-insiders/resources/app/out/vs/workbench/workbench.desktop.main.js
(627)
Error: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required
by
/usr/share/code-insiders/resources/app/node_modules.asar.unpacked/spdlog/build/Release/spdlog.node)
at process.func [as dlopen] (electron/js2c/asar_bundle.js:5:1846)
at Object.Module._extensions..node
(internal/modules/cjs/loader.js:1185:18)
at Object.func [as .node] (electron/js2c/asar_bundle.js:5:2073)
at Module.load (internal/modules/cjs/loader.js:982:32)
at Module._load (internal/modules/cjs/loader.js:823:14)
at Function.f._load (electron/js2c/asar_bundle.js:5:12684)
at Module.require (internal/modules/cjs/loader.js:1006:19)
at v (/usr/share/code-insiders/resources/app/out/vs/loader.js:4:698)
at bindings
(/usr/share/code-insiders/resources/app/node_modules.asar/bindings/bindings.js:112:48)
at Object.<anonymous>
(/usr/share/code-insiders/resources/app/node_modules.asar/spdlog/index.js:3:35)
at Module.u._compile
(/usr/share/code-insiders/resources/app/out/vs/loader.js:4:1315)
at Object.Module._extensions..js
(internal/modules/cjs/loader.js:1155:10)
at Module.load (internal/modules/cjs/loader.js:982:32)
at Module._load (internal/modules/cjs/loader.js:823:14)
at Function.f._load (electron/js2c/asar_bundle.js:5:12684)
at Module.require (internal/modules/cjs/loader.js:1006:19)
at require (internal/modules/cjs/helpers.js:88:18)
at t (/usr/share/code-insiders/resources/app/out/vs/loader.js:5:101)
at r.load
(/usr/share/code-insiders/resources/app/out/vs/loader.js:4:1722)
at r.load
(/usr/share/code-insiders/resources/app/out/vs/loader.js:3:10249)
at l (/usr/share/code-insiders/resources/app/out/vs/loader.js:5:10314)
at Object.errorback
(/usr/share/code-insiders/resources/app/out/vs/loader.js:5:10435)
at r.triggerErrorback
(/usr/share/
|
Thanks for the logs, it helped identify the issues. There are two parts,
|
Issue Type: Bug
I have been using Visual Studio Code and Code-Insiders for several months and noticed a few months ago that I could no longer invoke it after installing a new version. I tried version 1.54.0 of code-insiders and 1.53.2 of code and neither would invoke on my Red Hat 7 based machine. I tried a different Red Hat 7 based machine as well and couldn't run there either.
Today I decided to try code-insiders 1.58 and ran into the same issue.
I finally tracked down the issue to this sequence:
I am running on Exceed on Demand on a Red Hat 6 server. From this, I log into a Red Hat 7 or Red Hat 8 server using ssh and install code-insiders running as root from that shell.
I exit the root shell and then try to invoke code-insiders with DISPLAY set to my Red Hat 6 Exceed on Demand display.
nothing happens - no message or anything.
Today, after this happened again, I logged into my Red Hat 8.3 based server in a VNC session. That machine had already been installed with code-insiders 1.58 using the same ssh followed by rpm install that I described above. I attempted to invoke code-insiders there, and I get a dialog that says that I need to make sure that a couple of directories are writable:
~/.config/Code - Insiders - it was OK - there and writable
~/.vscode-insiders/extensions - it was OK - there and writable
/run/user/7413 - it was not there
7413 is my Unix user id.
I ran again as root and created the directory and chown'ed it to my user name.
I was then finally able to invoke code-insiders.
So, in all, I think there are two problems:
there seems to be a chicken and egg problem in making sure that the directory /run/user/ gets created in time for it to be needed by code-insiders.
there seems to be a problem showing the error dialog when using Exceed on Demand over a DISPLAY variable.
VS Code version: Code - Insiders 1.58.0-insider (e1161be, 2021-06-14T05:13:48.044Z)
OS version: Linux x64 4.18.0-240.el8.x86_64
Restricted Mode: No
System Info
gpu_compositing: disabled_software
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
opengl: disabled_off
rasterization: disabled_software
skia_renderer: enabled_on
video_decode: disabled_software
vulkan: disabled_off
webgl: unavailable_software
webgl2: unavailable_software
Extensions (2)
A/B Experiments
The text was updated successfully, but these errors were encountered: