Skip to content

Add typeshed submodule and pass it down to LS#2043

Merged
MikhailArkhipov merged 6 commits into
microsoft:masterfrom
MikhailArkhipov:typeshed
Jun 25, 2018
Merged

Add typeshed submodule and pass it down to LS#2043
MikhailArkhipov merged 6 commits into
microsoft:masterfrom
MikhailArkhipov:typeshed

Conversation

@MikhailArkhipov
Copy link
Copy Markdown

This pull request:

  • Has a title summarizes what is changing
  • Works on all actively maintained versions of Python (e.g. Python 2.7 & the latest Python 3 release)
  • Works on Windows 10, macOS, and Linux (e.g. considered file system case-sensitivity)

Will add tests when microsoft/PTVS#4412 completes

const extraPaths = settings.autoComplete.extraPaths;
if (extraPaths && extraPaths.length > 0) {
searchPaths = `${searchPaths};${extraPaths.join(';')}`;
searchPathsString = `${searchPathsString};${extraPaths.join(';')}`;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What happens when searchPathsString=''? Is it ok for it to contain a leading ';' when it does equal the empty string?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the LS yes. It always uses ; as separator and drops odd entries.

@MikhailArkhipov MikhailArkhipov merged commit 7a90e86 into microsoft:master Jun 25, 2018
This was referenced Jun 27, 2018
@lock lock Bot locked as resolved and limited conversation to collaborators Jul 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants