8000 Tags · microsoft/lsprotocol · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Tags: microsoft/lsprotocol

Tags

2025.0.0

Toggle 2025.0.0's commit message
Release 2025.0.0

2025.0.0rc1

Toggle 2025.0.0rc1's commit message
Release 2025.0.0rc1

v2024.0.0b1

Toggle v2024.0.0b1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix development class (#402)

2024.0.0a2

Toggle 2024.0.0a2's commit message
Update package version for Python and Rust (#389)

2024.0.0a1

Toggle 2024.0.0a1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bug fixes and new fields added to LSP (#328)

Closes #326

2023.0.1

Toggle 2023.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix bug with `WorkspaceSymbol` structuring hook (#312)

Closes #308

2023.0.0

Toggle 2023.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update package classifiers (#284)

2023.0.0b1

Toggle 2023.0.0b1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add broad spectrum tests for python (#273)

2023.0.0a3

Toggle 2023.0.0a3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use default package location (#265)

In
https://dev.azure.com/monacotools/Monaco/_build/results?buildId=229140&view=logs&j=9c6ceecd-5363-56f1-0e78-199c2ab175fa&t=dcca69f2-0e61-5643-f82d-945c312c3de6,
we see the download task download the artifact to
`$(Build.SourcesDirectory)` directly. It then tries to upload
`$(Build.SourcesDirectory)/packages/python/dist` to ESRP later but can't
find it. The default packageLocation value is
`$(Build.SourcesDirectory)/dist`, which would have found the artifact.

A question I have is where does the download task come from? I don't see
any download tasks defined under
`vscode-engineering/azure-pipelines/pypi-package`, but I do see one
defined under
https://github.com/microsoft/lsprotocol/blob/790f259e2019b47431f786d11c9b815441218f0c/azure-pipelines/template/publish_pypi.yml#L14.
Is that template involved with the run, or is that just a coincidence?

CC @lszomoru

2023.0.0a2

Toggle 2023.0.0a2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add structure hook for `Union[str, List[InlayHintLabelPart]]` (#219)

Fixes #218
0