tintoy / msbuild-project-tools-vscode

VS Code extension for MSBuild intellisense (including PackageReference completion).
MIT License
82 stars 16 forks source link

Completions don't always work correctly in .props files #27

Closed tintoy closed 6 years ago

tintoy commented 6 years ago

If a *.props file is opened without first having opened a *.*proj file, then completions don't work correctly. Work out why this is happening and fix it :)

(I suspect it's due to an assumption about project SDK somewhere in the the semantic model?)

tintoy commented 6 years ago

Upgrading to latest LSP packages fixed this; turns out it was due to an issue in the matcher for document selectors.