Disable auto-refresh file in Visual Studio Code - visual-studio-code

I have a issue related with the files opened in my Visual Studio Code.
In my team we can edit the same file (shared in the intranet) and I want to know when the file was updated.
Exist a way to detect this in Visual Studio Code?
Thanks in advance.

maybe it will be added in some day, look here and vote if you want it to be add: https://github.com/Microsoft/vscode/issues/23107

Related

Visual Studio Code "Renaming Folder"

regarding my post from Microsoft Forum Support I was referred to this page hoping that someone can help me.
Question: Is someone here who can explain how it's possible to rename the folder ".vscode" in ".Visual Studio Code" so that the VSCode Editor works?
For clarification: I don't mean renaming it via Windows Explorer! I mean to rename the Directory (or Folder) from .vscode To .Visual Studio Code !
Know what I mean? I think it has something to do inside the Settings of VS Code.
Thanks in advance
Mike (Germany)
You could create a symlink from ".Visual Studio Code" to .vscode. That would give you a .Visual Studio Code folder in your workspace without breaking the way VSCode works.
But you'll still have a .vscode folder as well. I don't know if that achieves what you hope to accomplish or not. If you're on Windows you could set .vscode as hidden if you like, so you won't see it (unless your system is setup to show hidden files/folders).
Can you explain what you hope to accomplish by using a different name for the .vscode folder?

Visual Studio Code forgetting my extension

I'm developing an extension for Visual Studio Code for the proprietary language that the product I code for uses because I hate the antiquated IDE ships with it. Everything is going fine except for one issue. When I close and open Visual Studio Code, Visual Studio Code seems to "forget" my extension. Syntax highlighting, code completion, commands that I've implemented all stop working. I have to disable and then enable to extension for it to start working again. I am OK with this for personal use. However, I want to push this out to other users both in and outside of the company. If any code would be helpful, let me know, and I will happily provide it.
I resolved this issue. It was because in my settings.json for VS Code I had an entry for the file extension pointing to an extension that I had removed. Removing that line from my settings.json resolved the issue of things not working when I opened VS Code.
Thanks to everybody for their comments.

Visual Studio Code extensions disappeared

When I start Visual Studio Code (Win10[64bit]), click on extensions overview, all my extensions disappeared. The overview is empty. I also can't load any new ones. But I think all the extensions seem to work.
In Addition there is a clock on the extensions symbol and it seems "loading", but nothing happens. Waiting a long time or restart didn't improve anything.
This is my first question, thanks for help.
As commented by the OP above:
Thanks for your ideas, I re-installed and everything is fine now.
The hint came from Maja Okholm:
perhaps try to repair the installation of visual studio code? Control panel > programs > programs and features, find visual studio code and click repair

Does Visual Studio code not hightlight .pug files?

Recently changed all my view files from .jade to .pug on my Node app. But when I open the files in Visual Studio code, they are not hightlighted, does VS Code not have syntax highlighting for .pug file?
I stumbled across the same problem. For me the problem only exists when I have the Preview extension installed. Disabling this extension has solved the problem for me.
I've opened an issue to the VS Code Repository:
https://github.com/Microsoft/vscode/issues/44713
Are you sure that you have the latest version of Visual Studio Code installed? Mine (v1.18.1) came with .pug support preinstalled, and highlights Pug files without a problem. The Wikipedia page also says that Pug syntax highlighting support is present in VS Code.

Can't View GitHub Source in Visual Studio

I cloned DotNet/CoreFX code using Visual Studio 2015 to view Collections source code.
After cloning and opening System.Collections.sln, I opened .cs files to view sources.
New view opens but I am seeing no source code as shown below for every file.
What steps do I need to take to be able to view source in Visual Studio? I am able to open the file using Notepad but viewable in Visual Studio 2015.
If this question doesn't belong in SO, would someone kindly point me to the right place? Thanks.