microsoft / microsoft/nodejstools

Visual Studio crashes when a user creates a symbolic link to Samba shared folder

Open
#2,082 0 comments 0 reactions 1 assignee View on GitHub

@armanio123 is already working on this.

Since Apr 5, 2019.

Dominant language
C#
Stars
1.8k
Forks
355
PR merge metrics
No merged PRs in 30d

Description

Expected Behavior

When user creates symbolic link to Samba shared folder, it should be visible inside Solution Explorer and don't crash VS.

Actual Behavior

Visual Studio crashes when a user creates a symbolic link to Samba shared folder. When VS reloads Solution Explorer doesn't show the folder ("Show all files" is on).

C# handles this without an issue.

  • NTVS Version: 1.4.20907.4
  • Visual Studio Version: 15.8.5
Steps to Reproduce
  1. Create a NodeJs project (for example Blank Node.js Console Application)
  2. Inside the project create a symbolic link to a Samba folder

C:\Users\george\source\repos\NodejsConsoleApp1>mklink /d "Source" "\\UBUNTU\source"

It works fine when you create a symbolic link to windows folder.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.