Activate the References View in VSCode 1.30 - visual-studio-code

The November 2018 release of Visual Studio Code advertises the new References View:
https://code.visualstudio.com/updates/v1_30#_references-view
The View is "hidden at startup". How can I activate it? Right-click on the Activity Bar does not show the option. Also, right-clicking any symbol does not show "Find All References".
Is this feature limited to a set of languages? I tried it with C and Python projects.
Version: 1.30.0
Commit: c6e592b2b5770e40a98cb9c2715a8ef89aec3d74
Date: 2018-12-11T22:29:11.253Z
Electron: 2.0.12
Chrome: 61.0.3163.100
Node.js: 8.9.3
V8: 6.1.534.41
OS: Windows_NT x64 6.1.7601

Try with the below steps (done for Javascript):
Version check
1) Not yet used
2) First use
3) After first use

Related

Remote-SSH: How to enable and use an extension in VS Code?

I am following this tutorial:
https://code.visualstudio.com/docs/remote/ssh-tutorial
I have the extension installed..
And I can see the green button
But when I look for the Remote-SSH command in the search bar that pops up, I cannot find it
Am I missing a step?
This is my vs code version info
Version: 1.67.2 (Universal)
Commit: c3511e6c69bb39013c4a4b7b9566ec1ca73fc4d5
Date: 2022-05-17T18:20:57.384Z (4 mos ago)
Electron: 17.4.1
Chromium: 98.0.4758.141
Node.js: 16.13.0
V8: 9.8.177.13-electron.0
OS: Darwin x64 19.6.0
For some reason command+shift+p brings up the menu with > Remote Connection shown, but the green button does not. Not sure what the difference is.

Why some of my Visual Studio Code Extensions are disabled

I have probably around 25 odds extensions installed on my VSCode.
However some of my extensions are disabled - they seems to change a bit every time I start the VSCode and there is no option to enable it.
The only work around I have at the moment is to uninstall and install again to get it enabled.
I don't see any pattern. Why is this the case?
VSCode version:
Version: 1.47.3 (system setup)
Commit: 91899dcef7b8110878ea59626991a18c8a6a1b3e
Date: 2020-07-23T13:12:49.994Z
Electron: 7.3.2
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Windows_NT x64 10.0.19042
Though not obvious to end users like you, each extension releases has a minimal VSCode version required.
For example, the Microsoft C/C++ extension showed in your screen shot is of version 1.5.1, which depends on VSCode 1.53.0 and above,
"engines": {
"vscode": "^1.53.0"
},
https://github.com/microsoft/vscode-cpptools/blob/1.5.1/Extension/package.json#L14
Since you are using a much older version (1.47.3), this extension can only be disabled to avoid conflicts.

Blue moving bar in VSCode under the Tabs

Does anyone know what the blue moving line (from left to right) under the tabs in Visual Studio Code means?
This is no the same that appears in the explorer.
I observed at:
Version: 1.58.2
Commit: c3f126316369cd610563c75b1b1725e0679adfb3
Date: 2021-07-14T22:09:06.581Z
Electron: 12.0.13
Chrome: 89.0.4389.128
Node.js: 14.16.0
V8: 8.9.255.25-electron.0
OS: Darwin x64 20.5.0

VS Code Insiders - Debugging Notebook Cell

Using version listed below. Have the experimental feature turned on, Debug button was there on the toolbar at 1 time now it's gone? Is anyone else using this feature yet?
"jupyter.experimental.debugging": true,
Version: 1.59.0-insider (user setup)
Commit: 50b3811fdc5b5c80ca516a2edfffedcbd464b033
Date: 2021-07-15T05:13:58.348Z
Electron: 13.1.6
Chrome: 91.0.4472.124
Node.js: 14.16.0
V8: 9.1.269.36-electron.0
OS: Windows_NT x64 10.0.19043
I had the same problem. I played a bit around and found out that ipykernel in version 6.2 or higher is necessary to get debugging running. I only had version 5.3.8 installed. Also I was a bit confused, because there is no debug symbol. The feature is called "Run by line". You can also have a lock at:
https://github.com/microsoft/vscode-jupyter/wiki/Setting-Up-Run-by-Line-and-Debugging-for-Notebooks
https://code.visualstudio.com/docs/python/jupyter-support-py#_debug-a-jupyter-notebook
As a workaround I exported my notebook to a python skript. There debugging was working as usual.

Remove Vertical Line in the center of the VS Code Editor view

How can I remove this vertical line from the VS Code Editor view? I have looked at the various settings and can find no way to remove it.
Version: 1.36.1 (user setup)
Commit: 2213894ea0415ee8c85c5eea0d0ff81ecc191529
Date: 2019-07-08T22:59:35.033Z
Electron: 4.2.5
Chrome: 69.0.3497.128
Node.js: 10.11.0
V8: 6.9.427.31-electron.0
OS: Windows_NT x64 10.0.16299
Go Settings - Rules - Edit in settings.json - Quit a number
C:\Users\spssvc\AppData\Roaming\Code\User
Navigate here and remove the number from Settings.json as mentioned above by #David.