forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Handle line formatting when line is in a middle or at the end of a multiline string #2424
Closed
Closed
Changes from all commits
Commits
Show all changes
72 commits
Select commit
Hold shift + click to select a range
997635a
LS symbol providers
f6c6276
Merge branch 'master' of https://github.com/Microsoft/vscode-python
0a20fef
Merge branch 'master' of https://github.com/Microsoft/vscode-python
660a627
Merge branch 'master' of https://github.com/Microsoft/vscode-python
3813395
Merge branch 'master' of https://github.com/Microsoft/vscode-python
d4fd3ab
Different ready wait
3a0bea4
Merge branch 'master' of https://github.com/Microsoft/vscode-python
56bf688
Upgrade dependencies to latest LS
37f1154
Make open files only default
4092bcc
Turn off hash checks
49ec38a
Fix double progress display
f7e245b
Update packages
bdce0ff
Anchor dependencies
brettcannon 969db02
Merge branch 'master' of https://github.com/Microsoft/vscode-python
13828ca
Merge master
5d45558
Add setting for diag throttling
70b13f7
Add MacOS version check
462ff7c
News
4e12b3c
Correct MacOS check and lay infra for Linux checks
0d3c066
Linux version check
925f663
Linux check
fef0e92
Simplify
2c7243c
Test prep
07dc2fa
Platform tests
cd970be
Mac compat tests
c63c904
Ubuntu tests
42ebdd1
Revert "Ubuntu tests"
d3c7acb
Revert "Mac compat tests"
d86997b
Revert "Platform tests"
5caca65
Revert "Test prep"
983cbeb
Revert "Simplify"
0f116cc
Revert "Linux check"
cfc9b2d
Revert "Linux version check"
4fe1052
Revert "Correct MacOS check and lay infra for Linux checks"
c8dedc3
Revert "News"
5e40775
Revert "Add MacOS version check"
e63479b
News
e44afad
Format
d7cd632
Undo
d70322c
Pass async startup option to LS
ed8ac1b
News for LS fixes
c000856
News for LS fixes
0abe7b3
Merge master
3bd21b1
Remove issue that is not fixed
a399fc4
Add news
f0ab109
Merge branch 'master' of https://github.com/Microsoft/vscode-python
6870109
News
adcd0ab
News
0756aef
News
9e40248
News
92df7f2
Merge branch 'master' of https://github.com/Microsoft/vscode-python
40bac62
Drop typeshed submodule
b2546d1
Merge branch 'master' of https://github.com/Microsoft/vscode-python
e0c4b87
Add settings to control LS output
1d1d7bf
News
8e11bea
Fix case
652ab22
Switch to 1.26 and LSP 4.4 for outline
2e92432
Merge branch 'master' of https://github.com/MikhailArkhipov/vscode-py…
83c356d
News
8c63050
News
a3d67c9
Handle multilint string continuation
8b31489
Handle middle/end of the multiline string
797941b
Add package lock
e24c7e5
Update mock to 1.26
c3334c8
Tweak news entry wording
brettcannon a8b21ef
Merge branch 'master' of https://github.com/Microsoft/vscode-python
f3d394e
Merge branch 'master' into 2323
9d69df5
News
f04eed3
News
d805d13
Increase timeout for large file
e442f5f
Split large test
96ae23b
Reduce test time by caching file content
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 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
Fixed incorrect on type formatting when line was in a middle or contained end of a multiline string. |
This file contains 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 |
---|---|---|
@@ -1 +1,2 @@ | ||
Added setting to control language server log output. Default is now 'error' so there should be much less noise in the output. | ||
Added setting to control language server log output through the `python.analysis.logLevel` setting (the default is now 'Error'). | ||
|
This file contains 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 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 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 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.
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.
Not sure why it shows it as new...