Skip to content
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

Question: How do I remove Microsoft folder from my $HOME? #17336

Closed
pftbest opened this issue Dec 15, 2016 · 3 comments
Closed

Question: How do I remove Microsoft folder from my $HOME? #17336

pftbest opened this issue Dec 15, 2016 · 3 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@pftbest
Copy link

pftbest commented Dec 15, 2016

  • VSCode Version: 1.8.0
  • OS Version: Ubuntu 14.04

Every time I start vscode this directory structure is being created inside my home folder:

~/Microsoft $ tree
.
└── TypeScript
    ├── node_modules
    │   └── types-registry
    │       ├── index.json
    │       ├── package.json
    │       └── README.md
    └── package.json

3 directories, 4 files

How do I change it's path, so it will be created somewhere else, or how do I prevent it from being created at all?
It ruins alignment of my other folders inside $HOME, and makes me feel uneasy.

@mjbvz mjbvz added the *duplicate Issue identified as a duplicate of another issue(s) label Dec 15, 2016
@mjbvz mjbvz self-assigned this Dec 15, 2016
@mjbvz
Copy link
Contributor

mjbvz commented Dec 15, 2016

I think you are running into #16318. This is a known issue with TypeScript 2.1.4. The only workaround for now is it to install a new version of typescript that has this fixed (such as 2.1.5 insiders or any of the 2.2.x insiders builds). We plan on picking up a version of TS with this fixed in the insiders builds shortly.

@mjbvz mjbvz closed this as completed Dec 15, 2016
@mjbvz
Copy link
Contributor

mjbvz commented Dec 15, 2016

You should also be able to set "typescript.disableAutomaticTypeAcquisition": true to prevent this folder from being recreated with the current typeScript builds. Automatic typings acquisition is what creates this folder.

@pftbest
Copy link
Author

pftbest commented Dec 15, 2016

Thank you!

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

2 participants