-
Microsoft
- Switzerland
Block or Report
Block or report aeschli
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
Language server protocol implementation for VSCode. This allows implementing language services in JS/TS running on node.js
-
JSON language service extracted from VSCode to be reused, e.g in the Monaco editor.
-
CSS, LESS & SCSS language service extracted from VSCode to be reused, e.g in the Monaco editor.
-
1,801 contributions in the last year
Contribution activity
December 2022
Created 23 commits in 5 repositories
Created 1 repository
- aeschli/DefinitelyTyped TypeScript
Created a pull request in DefinitelyTyped/DefinitelyTyped that received 2 comments
Update types for VS Code 1.74
Please fill in this template. Use a meaningful title for the pull request. Include the name of the package modified. Test the change in your own…
Opened 21 other pull requests in 4 repositories
microsoft/vscode
1
open
16
merged
- offside languages: changing ignoreTrimWhitespace default to false
- update version to 1.74.2
- [themes] No message when browsing for themes with no internet connection
- [folding] Consider renaming "Create manual folding range from selection"
- simplify fix for #168973
- [remote tunnel] cannot start with a host name that starts with dash
- fix inconsistent usages of selectForeground
- Theme picker: Restore the theme when install is cancelled
- Bump version to 1.74.1
- handlebars extension not acivated in remote window
- Folded folding ranges should be displayed on the minimap with darkened background
- set virtualWorkspaces: limited
- [html/css/json] pass the location of the localization bundle to the server
- vscode-notebooks: add repo:microsoft/vscode-remote-tunnels
- folding: replace registerThemingParticipant
- Improve color documention error message
- bump version to 1.75.0
microsoft/vscode-generator-code
2
merged
microsoft/vscode-docs
1
merged
microsoft/vscode-test-web
1
merged
Reviewed 78 pull requests in 11 repositories
microsoft/vscode
25 pull requests
- Report leading and trailing whitespace on the same line in the same line change
- perf - profile analysis should also include column number
-
Fixes
standaloneTheme.definesAlways return false. - Git - Disable git commands while commit is in progress
- Fix terminal locale handling
-
Debt - use CSS variables over
registerThemingParticipantfor search -
When
tabSizeis set via API, also setindentSizeto the same value - [remote tunnel] cannot start with a host name that starts with dash
- remote: allow _ in ext host resolvedauthority
- #168497 do not clean up extensions when init fails
- Add separate colors for word highlight of type DocumentHighlightKind.Text
- update distro
- Git - Fix error handling regression
- refactor css variables for welcomeOverlay
- Exclude strings from HTML grammar patch
- Unexpected filenames proposed when saving untitled files (fix #150164)
- Git - Do not pop the stash as part of the "Stash & Checkout" action
- Update post create command to run yarn & build vscode
- Fixes #167766: Return DocumentHighlightKind.Read for the textual occurences
- refactor css variables
- Git - Fix error handling regression
- Fix Setting to disable loop of "next change" in diff view #163331
- fix https://github.com/microsoft/vscode/issues/167845
- fix anyScore firstMatchCanBeWeak
- update labels
- Some pull request reviews not shown.
microsoft/vscode-languageserver-node
14 pull requests
- Catchup with spec
- Publish new next release
- Fixes #1060: documentSelector from server capability have lower priority
- Fixes #1086: getLocale in the Web version
- Don't throw in onData callback since this will be passed back to node libraries.
- Fixes #1090: Return Promise from ErrorHandler.closed()
- Fixes #1130: Make protocol connection type safe for sendRequest and sendNotification
- Fixes #1057: Consider allowing suppression of CloseAction error/info message
- Fixes #1146: LSP Middleware may late-evaluate parameters in async handlers, causing incorrect results
- Fixes #1609: Meta Model: LSPObject definition does not match the spec
- Fix condition to warn about IPC handle
- Publish release
- Fixes #1133: formatting requests/didChange/didOpen appear to be sent out of order for global search-and-replace + formatOnSave
- Some small bug fixes
microsoft/language-server-protocol
14 pull requests
- fixes #1500: Type of DocumentLink.target should be URI instead of DocumentUri
- Fixes #1519: TextDocumentSyncKind and TextDocumentSyncOptions defined twice in spec
- Update meta model
- Fix typos
- Fix typo
- Clarify will create file.
- Include wgsl language server
- Update tools.md
- Fix broken link to Qt Creator on the “Tools supporting the LSP” page
- Update Sorbet LSP in servers.md
- Fix typo
- Fix notebook notification reference
- Update link to jupyter-lsp
-
Fix typos in
RenameClientCapabilitiesandLinkedEditingRangeClientCapabilitiesJSDocs
microsoft/vscode-pull-request-github
5 pull requests
microsoft/vscode-eslint
5 pull requests
microsoft/vscode-python-web-wasm
3 pull requests
microsoft/vscode-loc
2 pull requests
microsoft/vscode-vsce
2 pull requests
microsoft/monaco-editor
1 pull request
microsoft/vscode-github-issue-notebooks
1 pull request
microsoft/vscode-jupyter
1 pull request
Created an issue in microsoft/vscode that received 5 comments
diff editor: Uncaught Error: Assertion Failed when enabling editor.ignoreTrimWhitespace
Version: 1.75.0 from main
set "diffEditor.ignoreTrimWhitespace": false
File 1, using 4 spaces as indentation
if True: print(2)
File 2, usin…





