forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
#840, #844 #848
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
#840, #844 #848
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
6546892
Fix pylint search
76af122
Handle quote escapes in strings
5d4d022
Escapes in strings
29edac2
CR feedback
0492aab
Missing pip
d0a449f
Test
55197c3
Tests
f6a0123
Tests
d07d3ef
Mac python path
2b0cc92
Tests
3867ec2
Tests
85fc4ef
Test
00887a4
"Go To Python object" doesn't work
f89dd96
Proper detection and type population in virtual env
32394e2
Test fixes
2e9c039
Simplify venv check
ec563c7
Remove duplicates
2ad4475
Test
1ee0be2
Discover pylintrc better + tests
44665b9
Merge branch 'master' into 804
29d3925
Merge branch 'master' of https://github.com/Microsoft/vscode-python i…
04c5733
Undo change
37328a5
CR feedback
55ff4e5
Set interprereter before checking install
9a0cfa8
Merge master
023af49
Merge master
436e5a9
Fix typo and path compare on Windows
a53d815
Rename method
7f3e4fa
#815 - 'F' in flake8 means warning
da034f4
730 - same folder temp
71a508d
Properly resolve ~
4422811
Merge branch 'master' of https://github.com/Microsoft/vscode-python i…
6d91912
Test
ff6f6d2
Test
7446afb
Merge branch 'master' of https://github.com/Microsoft/vscode-python i…
a7b2854
Fix dot spacing
a9457f2
Merge branch 'master' of https://github.com/Microsoft/vscode-python i…
c7c07de
Remove banner
e9eec39
Delete banner code
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 was deleted.
Oops, something went wrong.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,6 @@ | |
# comment | ||
# x=1 | ||
x+1 # | ||
@x | ||
x.y | ||
x+""" |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should delete the files related to
BannerService
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought we might need it to another banner just in case. But I guess it is easy to recover code from the history