///
/// Replace illegal characters in the file name with other characters of the same type
///
///
///
public string ReplaceFileName(string name)
{
name = name.Replace(“/”, “/”);
Tag: Exclusion
Visual-Studio-Code – How to exclude a directory from the Visual Studio Code “Explore” tab?
I am trying to exclude multiple folders on the “Browse” tab in Visual Studio Code. For this, I added the following jsconfig.json to the root of the project: < p>
{
“compilerOptions”: {
“tar