New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

cadl-vs

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cadl-vs

Cadl Language Support for Visual Studio

latest
Source
npmnpm
Version
0.40.0
Version published
Maintainers
1
Created
Source

Cadl Language Support for Visual Studio

This package provides Cadl language support for Visual Studio 2019 and 2022.

See https://github.com/microsoft/cadl#installing-visual-studio-extension for installation instructions.

NOTE: The npm package is used as an implementation detail of the cadl vs command that installs the Visual Studio Cadl extension, and not intended to be used for other purposes.

Configure CADL Visual Studio Extension

  • Create a file .vs/VSWorkspaceSettings.json at the root of the project.
  • Add configuration as key value pair in this file. Example:
{
  "cadl.cadl-server.path": "${workspaceFolder}/my-nested-project/node_modules/@cadl-lang/compiler"
}

Cadl wil interpolate a few variables using this pattern ${<name>}. For example ${workspaceFolder}.

Available variables:

  • workspaceFolder: Correspond to the root of your Visual Studio workspace.

Keywords

cadl

FAQs

Package last updated on 08 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts