microsoft / TypeScript-Sublime-Plugin

IO wrapper around TypeScript language services, allowing for easy consumption by editor plugins
Apache License 2.0
1.72k stars 235 forks source link

Cannot find name 'Promise'. #592

Closed ibrahimduran closed 7 years ago

ibrahimduran commented 7 years ago

Go To Definition works and takes me to the @types/node's Promise declaration but I get cannot find name error even when I set target to es6 from tsconfig.json. I've tried opening same project on VSCode and looks like it works fine there.

ibrahimduran commented 7 years ago

Problem resolved after removing node_modules folder from folder_exclude_patterns.