This repository was archived by the owner on Apr 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 133
Reenable file path watcher, watching interpreter paths #1306
Merged
Merged
Changes from 11 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
ead5c7b
first working path classfier, breaks existing path code for now
jakebailey 10f42be
inherit Comparer instead of implementing both
jakebailey 5567c37
don't do path depth comparison, preserve user ordering as before
jakebailey 98cc56f
switch to using new path classification code in main module resolution
jakebailey dc9259d
fix typo
jakebailey 01339ce
clean up comment about paths in Server.cs
jakebailey b7f010a
use String.Split instead of regex when parsing script output
jakebailey 78010cc
test ordering of user provided paths
jakebailey 524ae5b
add new normalize and trim helper, check preconditions as debug asser…
jakebailey 51b1fec
Bring back search path watcher for interpreter paths
jakebailey 6d183be
Merge branch 'master' into fix-path-watcher
jakebailey 8fcd0d4
make watchSearchPaths change code more obvious, remove stray semicolon
jakebailey e2343e5
perform check only once
jakebailey a437527
filter files to python-ish ones, up buffer size to maximum
jakebailey af303d6
avoid reanalysis of non-existent files on reload by removing all unop…
jakebailey f83a42b
Merge branch 'master' into fix-path-watcher
jakebailey 70a149f
fix build
jakebailey 6b1fc91
check parsed path instead of unparsed line
jakebailey 1baca6a
Merge branch 'master' into fix-path-watcher
jakebailey b4697c5
move RDT reloading into RDT
jakebailey File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.