-
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
messages in the console when starting code-exploration #111046
Comments
Messages are also displayed even when I am not using orca. |
I think that these are all known warnings and can be ignored. |
What caught my attention were these messages: bash: cannot set terminal process group (-1): Inappropriate ioctl for device |
I think these are probably produced by the shell process we spawn internally to probe the user's environment. I wouldn't worry about it unless you are seeing an issue |
@jvesouza thanks for reporting. |
When I run code-insiders using terminal the terminal is released and I can type new commands using the same terminal used to run code-insiders. |
@jvesouza thanks for letting us know. Let's reopen this so @deepak1556 can comment Gist is in the last comment from @jvesouza |
I'm more worried about this one and it causes some issues.
Edit: So apparently this is a bug in |
It seems that the messages I received were caused by the way I activated code-exploration. I thought it was indifferent to run from one place or another but I was wrong. Please forgive me for all the noise I made about it. |
Issue Type: Bug
cc: @isidorn
I am receiving the following messages in the console when I run code-exploration.
(electron) Sending uncompressed crash reports is deprecated and will be removed in a future version of Electron. Set { compress: true } to opt-in to the new behavior. Crash reports will be uploaded gzipped, which most crash reporting servers support.
(node:161619) electron: The default of contextIsolation is deprecated and will be changing from false to true in a future release of Electron. See electron/electron#23506 for more information
bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell
bash: warning: setlocale: LC_ALL: cannot change locale (en-US)
(node:161678) Electron: Loading non-context-aware native module in renderer: '/backup/homefiles/Downloads/VSCode-linux-x64/resources/app/node_modules.asar.unpacked/vscode-sqlite3/build/Release/sqlite.node'. This is deprecated, see electron/electron#18397.
(node:161678) Electron: Loading non-context-aware native module in renderer: '/backup/homefiles/Downloads/VSCode-linux-x64/resources/app/node_modules.asar.unpacked/spdlog/build/Release/spdlog.node'. This is deprecated, see electron/electron#18397.
(node:161619) electron: The default of contextIsolation is deprecated and will be changing from false to true in a future release of Electron. See electron/electron#23506 for more information
(node:161778) Electron: Loading non-context-aware native module in renderer: '/backup/homefiles/Downloads/VSCode-linux-x64/resources/app/node_modules.asar.unpacked/spdlog/build/Release/spdlog.node'. This is deprecated, see electron/electron#18397.
The messages are displayed even if I disabled all extensions.
I am running code-exploration using orca as my screen reader.
I don't know if the messages are displayed if orca is not active.
VS Code version: Code - Exploration 1.52.0-exploration (7af7d1c, 2020-11-19T10:23:11.014Z)
OS version: Linux x64 5.9.8-arch1-1
System Info
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
opengl: enabled_on
protected_video_decode: unavailable_off
rasterization: disabled_software
skia_renderer: enabled_on
video_decode: disabled_software
vulkan: disabled_off
webgl: enabled
webgl2: enabled
A/B Experiments
The text was updated successfully, but these errors were encountered: