Skip to content

Fix hover intellisense for macros - #410

Merged
isc-bsaviano merged 1 commit into
masterfrom
macro-hover
Aug 12, 2026
Merged

isc-bsaviano merged 1 commit into
masterfrom
macro-hover

Conversation

@isc-bsaviano

Copy link
Copy Markdown
Collaborator

A couple of "$$$" string literals were incorrectly changed to "$$" when you added linting. I fixed that issue and then ran npm run lint-fix to verify that they weren't changed.

@isc-bsaviano
isc-bsaviano requested a review from isc-klu August 12, 2026 15:07
@isc-bsaviano
isc-bsaviano merged commit fc45795 into master Aug 12, 2026
11 checks passed
@isc-bsaviano
isc-bsaviano deleted the macro-hover branch August 12, 2026 16:26
ricxJr added a commit to consistem/language-server that referenced this pull request Sep 15, 2026
…ção no Marketplace (#16)

* Fixes intersystems#395

* Fixes intersystems#396, Prepare 2.8.3 release

* auto bump version with release [skip ci]

* Update Actions

* Create CONTRIBUTING.md

* Add ESLint (intersystems#399)

* Improve build configuration and add Prettier formatting (intersystems#401)

* Extend "Go to Definition" to cover class member definitions. (intersystems#405)

* Add issue templates and update CI

* Fix intersystems#406: Prevent multiple server sessions at startup (intersystems#408)

* Fixes intersystems#391

* OAuth2 Support (intersystems#407)

* Fix incompatibilities with pre-OAuth2 version of Server Manager (intersystems#409)

* Prepare 2.8.4 release

* auto bump version with release [skip ci]

* Fix hover intellisense for macros (intersystems#410)

* Fix AxiosError on activation (intersystems#412)

* Fix `ServerSpec | undefined` type safety and wire up TS project references (intersystems#414)

* Fix folding range failure when there's blank lines in between the open curly brace for a method or class and the definition line (intersystems#417)

* Activate faster when there are many workspace servers (intersystems#416)

* Prepare 2.8.5 release (intersystems#418)

* Bump version [skip ci]

* Fix ServerSpec cache returning the wrong namespace (intersystems#420)

* save

* Keep one ServerSpec cache entry per connection, not per namespace

Auth/cookies are namespace-independent, so fragmenting the cache by
namespace (as the previous fix did) loses intersystems#416's session-dedup benefit
for the common single-server multi-namespace case. Instead, cache one
entry per (username, host, port, pathPrefix) as before intersystems#420, and
override the returned namespace to match the current call's rather than
whatever was cached first.

* draft

* Don't match on serverName when looking up a cached connection

Two named servers can point at the same physical server; only the
password-change handler should filter by serverName.

* Match cached connections on connection fields only; serverName is its own special case

list() ignores serverName entirely (two named servers can point at the
same physical server), so callers can pass a whole ServerSpec without
over-matching. Deleting by serverName -- only needed on password change
-- gets a dedicated method instead.

* Treat an empty username as unresolved in the connection cache lookup

An unresolved BasicAuthorization reports username "", which used to
fall through to "match any known connection to this address" (intersystems#416) but
was being filtered as a literal "" and always missing. Also drop
values() in favor of list({}).

* Guard definition REST results against error responses without a result (intersystems#422)

Fixes intersystems#421. Three sites in definition.ts dereferenced
respdata.data.result.content after only checking respdata !== undefined;
4xx bodies passed through by makeRESTRequest have no result, so this
threw. Guard them the same way the rest of the file already does.

* chore(ci): remover publicação no Marketplace e Open VSX

O fork não tem mais acesso ao VS Code Marketplace nem ao Open VSX, então os
passos que publicavam o VSIX para esses registries só falhariam (ou seriam
pulados silenciosamente por falta de token).

- Removidos os passos `Publish to VS Code Marketplace` e `Publish to Open VSX
  Registry` do job `publish`, junto com o setup do Node e a instalação global
  do vsce, que só existiam para eles.
- Removida a devDependency `ovsx`, sem uso após a remoção.

O build dos 8 targets, o release beta a cada push no master e o anexo dos
.vsix nas releases continuam funcionando — é por aí que o VSIX segue
disponível para instalação interna.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Brett Saviano <bsaviano@intersystems.com>
Co-authored-by: ProjectBot <bot@users.noreply.github.com>
Co-authored-by: Kuang-Chen (KC) Lu <klu@intersystems.com>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants