Skip to main content

FPP Language Server Protocol

The design of the FPP language server implementation is roughly based on experience from the previous VSCode-native implementation and the official rust-analyzer LSP.

The basic premise is to split analysis and diagnostics from the general file operations. Analysis is a debounced operation that occurs once document edits have settled. Lexical and parsing analysis is still performed synchronously (relatively synchronous) to document updates. Parsing results will populate a cache to avoid unnecessary reprocessing. The cache will be used during analysis and for generating realtime highlights to text documents.

Because analysis is run offline (out of the tight update loop of document edits), snapshots of the analysis will be stored as it is updated periodically. While handling requests from the client, handlers can choose to use the "latest" analysis results which may not be perfectly inline will all document edits, or synchronize to the latest document changes.

Request and notification handlers

Release files for fprime-fpp-lsp 3.3.4

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for fprime-fpp-lsp 3.3.4
File Size Uploaded
fprime_fpp_lsp-3.3.4.tar.gz 447.8 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for fprime-fpp-lsp 3.3.4
File Interpreter ABI Platform
fprime_fpp_lsp-3.3.4-py3-none-win_amd64.whl Python 3 none Windows x86-64 Details
fprime_fpp_lsp-3.3.4-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl Python 3 none Linux glibc 2.17+ x86-64 Details
fprime_fpp_lsp-3.3.4-py3-none-macosx_11_0_arm64.whl Python 3 none macOS 11.0+ ARM64 Details

Total release size: 8.9 MB

Release files / fprime_fpp_lsp-3.3.4.tar.gz

Download URL fprime_fpp_lsp-3.3.4.tar.gz
Size 447.8 kB
Tags Source
SHA-256 checksum
How to use checksums
bd95ddc4009af33b531e54692dda8a9c545f2c81dd4278c7c9bebe69f7d3935f
BLAKE2b-256 checksum
How to use checksums
5304aac549b2d9377baaba6e75f94e3ab4f313f50f7051a4073446767096a471
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 13, 2026.

Transparency log

Release files / fprime_fpp_lsp-3.3.4-py3-none-win_amd64.whl

Download URL fprime_fpp_lsp-3.3.4-py3-none-win_amd64.whl
Size 2.8 MB
Tags Python 3 Windows x86-64
SHA-256 checksum
How to use checksums
a2833442a7c6c975c81b60c6270123c0e3070f7c8b3e2585532d598d2f5cd8c9
BLAKE2b-256 checksum
How to use checksums
270334e941df7de68a0a8f8728ccc4e9a6423d3844d8f687d0c06d3ff93155b0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 13, 2026.

Transparency log

Release files / fprime_fpp_lsp-3.3.4-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL fprime_fpp_lsp-3.3.4-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 3.0 MB
Tags Linux glibc 2.17+ x86-64 Python 3
SHA-256 checksum
How to use checksums
b94cadbf8949cfd07b0c6fa09c1cc6e87aa68f17722d933c96e9e8e27651548f
BLAKE2b-256 checksum
How to use checksums
0b2fc66e7a9eff84b08a09c6c5c86d4c8fd3fdbd8de6524d5671c7eda502fa03
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 13, 2026.

Transparency log

Release files / fprime_fpp_lsp-3.3.4-py3-none-macosx_11_0_arm64.whl

Download URL fprime_fpp_lsp-3.3.4-py3-none-macosx_11_0_arm64.whl
Size 2.7 MB
Tags Python 3 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
151f9d4a2fa23feaeb358ed351073552162c171a5e54aa3a2b6bef39845537be
BLAKE2b-256 checksum
How to use checksums
63d09a5fb925c81b18c1d66cd9f2c518a0fe19873e42cd734c44a9dceaaef43c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 13, 2026.

Transparency log

Release history Release notifications | RSS feed

3.3.25

4 release files

3.3.24

4 release files

3.3.23

4 release files

3.3.22

4 release files

3.3.21

4 release files

3.3.20

4 release files

3.3.19

4 release files

3.3.18

4 release files

3.3.17

4 release files

3.3.16

4 release files

3.3.15

4 release files

3.3.14

4 release files

3.3.13

4 release files

3.3.12

4 release files

3.3.11

4 release files

3.3.10

4 release files

3.3.9

4 release files

3.3.8

4 release files

3.3.7

4 release files

3.3.6

4 release files

3.3.5

4 release files

This release

3.3.4 This release

4 release files

3.3.3

4 release files

3.3.2

4 release files

3.3.1

4 release files

3.3.0

4 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page