Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

adl-vscode

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adl-vscode - npm Package Compare versions

Comparing version 0.4.3 to 0.4.4

adl-vscode-0.4.4.vsix

23

CHANGELOG.json

@@ -5,2 +5,25 @@ {

{
"version": "0.4.4",
"tag": "adl-vscode_v0.4.4",
"date": "Wed, 31 Mar 2021 22:00:43 GMT",
"comments": {
"patch": [
{
"comment": "Add syntax highlighting for import and using statements"
},
{
"comment": "Add VS Code configuration option for adl-server path"
},
{
"comment": "Use PList for textmate grammar"
}
],
"dependency": [
{
"comment": "Updating dependency \"@azure-tools/tmlanguage-generator\" from `0.1.2` to `0.1.3`"
}
]
}
},
{
"version": "0.4.3",

@@ -7,0 +30,0 @@ "tag": "adl-vscode_v0.4.3",

11

CHANGELOG.md
# Change Log - adl-vscode
This log was last generated on Fri, 26 Mar 2021 17:06:33 GMT and should not be manually modified.
This log was last generated on Wed, 31 Mar 2021 22:00:43 GMT and should not be manually modified.
## 0.4.4
Wed, 31 Mar 2021 22:00:43 GMT
### Patches
- Add syntax highlighting for import and using statements
- Add VS Code configuration option for adl-server path
- Use PList for textmate grammar
## 0.4.3

@@ -6,0 +15,0 @@ Fri, 26 Mar 2021 17:06:33 GMT

@@ -11,3 +11,3 @@ {

"publisher": "Microsoft",
"version": "0.4.3",
"version": "0.4.4",
"engines": {

@@ -42,2 +42,3 @@ "vscode": "^1.53.0"

"devDependencies": {
"@azure-tools/tmlanguage-generator": "0.1.3",
"@rollup/plugin-commonjs": "^17.1.0",

@@ -47,3 +48,2 @@ "@rollup/plugin-node-resolve": "^11.2.0",

"@types/vscode": "^1.53.0",
"@azure-tools/tmlanguage-generator": "0.1.2",
"rollup": "^2.41.4",

@@ -68,2 +68,15 @@ "typescript": "~4.1.5",

],
"configuration": [
{
"title": "ADL Language Server Path",
"properties": {
"adl.adl-server.path": {
"type": "string",
"default": "",
"description": "Path to `adl-server` command that runs the ADL language server.\n\nIf not specified, then `adl-server` found on PATH is used.\n\nExample (User): /usr/local/bin/adl-server\nExample (Workspace): ${workspaceRoot}/node_modules/.bin/adl-server",
"scope": "machine-overridable"
}
}
}
],
"grammars": [

@@ -73,3 +86,3 @@ {

"scopeName": "source.adl",
"path": "./dist/adl.tmlanguage.json"
"path": "./dist/adl.tmLanguage"
}

@@ -76,0 +89,0 @@ ]

adl-vscode-0.4.3.vsix
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc