vuhrmeister / vscode-meteor

Meteor integration for Visual Studio Code
4 stars 0 forks source link

Use global typings #2

Closed kifirkin closed 3 years ago

kifirkin commented 7 years ago

Is there a way not to install typings inside .vscode dir but use global installation instead?

vuhrmeister commented 7 years ago

You mean outside your project directory? That's not implemented, but should be possible.

For now you can just download the file (https://github.com/vuhrmeister/vscode-meteor/blob/master/meteor-typings/meteor.d.ts) and copy it manually.

Having said that, I just recognized it's a bit outdated. I should add typings for 1.4 and 1.5 🤔

kifirkin commented 7 years ago

@vuhrmeister yes, I have already installed meteor typings with typings install registry:env/meteor --global and it will be nice if extension will look there first before putting them inside my project dir