• Sign In



  • Categories

    Extension Details



    Readme

    TypeScript-LSP

    This is a Nova extension for integrating the TypeScript language server. It provides type information, autocomplete, and diagnostic information for TypeScript (.ts), JavaScript (.js), and JSX (.tsx & .jsx) files.



    Requirements

    This extension will work as-is without any additional software.

    By default, it will try to find and use a locally-installed version of TypeScript. If a local version cannot be found, then the built-in version of TypeScript will be used by default. You can manually configure the path to a TypeScript installation; see below for configuration details.

    Usage

    TypeScript-LSP automatically runs in any workspace that has TypeScript files, JavaScript files, or a tsconfig.json file.

    Configuration

    To configure project settings, open Project → Project Settings..., then select TypeScript-LSP in the sidebar.

    TypeScript Path: This is used to manually configure the TypeScript installation used by the extension. Point this to the tsserver.js file you want to use. For example, /Users/me/global-packages/node_modules/typescript/lib/tsserver.js.

    Release Notes

    Version 1.0

    This is the initial release of TypeScript-LSP. Features include:

    • Integrates typescript-language-server into Nova to provide type information in the Editor, diagnostics, and autocompletion.
    • By default, your locally-installed version of TypeScript is used. This can be configured in the extension settings globally or per-workspace.
    • If a local version of TypeScript is not available, the bundled version will be used. For this release, that is v5.9.3.
    • For advanced use cases, you can also override the instance of typescript-language-server used by this extension.

    License

    Gay Agenda License - 1.0

    Copyright (c) 2025 Tony Mottaz

    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:

    • The above copyright notice and this permission notice shall be included in
      all copies or substantial portions of the Software.
    • The grantee shall actively support rights for all LGBTQ+ people, respecting
      their gender identities.
    • The grantee shall say "be gay, do crime" at least once during use of the
      software.

    The license is immediately revoked if the grantee supports restricting the
    rights of LGBTQ+ people.

    If the grantee is found to not have said "be gay, do crime" during use of the
    software, the grantee has thirty (30) days to remediate this violation without
    loss of the license. If it is not remediated, then the grantee's grants via
    this license are permanently retracted.

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    SOFTWARE.