mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 21:00:13 +01:00
Bumps the npm_and_yarn group with 1 update in the /utils/vscode directory: [brace-expansion](https://github.com/juliangruber/brace-expansion). Updates `brace-expansion` from 5.0.7 to 5.0.8 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/juliangruber/brace-expansion/commit/96a63c0011c0288846ad41773c73e3fbd0906b59"><code>96a63c0</code></a> 5.0.8</li> <li><a href="https://github.com/juliangruber/brace-expansion/commit/a1bd33999ea75262c4749fff3bbb0d1372bd07b5"><code>a1bd339</code></a> Merge commit from fork</li> <li><a href="https://github.com/juliangruber/brace-expansion/commit/592a36fd18455c37f81e0848a642d84c63147fa7"><code>592a36f</code></a> Bump tar from 7.5.16 to 7.5.20 (<a href="https://redirect.github.com/juliangruber/brace-expansion/issues/127">#127</a>)</li> <li><a href="https://github.com/juliangruber/brace-expansion/commit/bd146909cd6c7bedde61a5d6428ba252860a0159"><code>bd14690</code></a> Bump brace-expansion from 2.0.2 to 2.1.2 (<a href="https://redirect.github.com/juliangruber/brace-expansion/issues/126">#126</a>)</li> <li><a href="https://github.com/juliangruber/brace-expansion/commit/e729ba647887042f16b531fdb3d8ac3d7762ccad"><code>e729ba6</code></a> Bump ws from 8.19.0 to 8.21.1 (<a href="https://redirect.github.com/juliangruber/brace-expansion/issues/124">#124</a>)</li> <li><a href="https://github.com/juliangruber/brace-expansion/commit/5bf809e2c6dbde64dd9ff7acec7335ea7d5f6d9e"><code>5bf809e</code></a> Remove Node.js 18 support (<a href="https://redirect.github.com/juliangruber/brace-expansion/issues/110">#110</a>)</li> <li><a href="https://github.com/juliangruber/brace-expansion/commit/8cb5716bae73e98b63f18aae8e48b6f12522e759"><code>8cb5716</code></a> Bump markdown-it from 14.1.0 to 14.2.0 (<a href="https://redirect.github.com/juliangruber/brace-expansion/issues/113">#113</a>)</li> <li><a href="https://github.com/juliangruber/brace-expansion/commit/43122df5955511b8ec82718fa28903b6dbad0d26"><code>43122df</code></a> Bump sigstore from 4.1.0 to 4.1.1 (<a href="https://redirect.github.com/juliangruber/brace-expansion/issues/119">#119</a>)</li> <li><a href="https://github.com/juliangruber/brace-expansion/commit/69bd65a46e9361c992bb43b898c9df0d9720cc5c"><code>69bd65a</code></a> Bump <code>@sigstore/verify</code> from 3.1.0 to 3.1.1 (<a href="https://redirect.github.com/juliangruber/brace-expansion/issues/118">#118</a>)</li> <li><a href="https://github.com/juliangruber/brace-expansion/commit/b3bfbf06746fe92645ffd17d1f44e95f480cfe59"><code>b3bfbf0</code></a> Bump <code>@sigstore/core</code> from 3.1.0 to 3.2.1 (<a href="https://redirect.github.com/juliangruber/brace-expansion/issues/117">#117</a>)</li> <li>See full diff in <a href="https://github.com/juliangruber/brace-expansion/compare/v5.0.7...v5.0.8">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/carbon-language/carbon-lang/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
125 lines
3.2 KiB
JSON
125 lines
3.2 KiB
JSON
{
|
|
"name": "carbon-vscode",
|
|
"displayName": "Carbon Language",
|
|
"version": "0.0.9",
|
|
"publisher": "carbon-lang",
|
|
"description": "Carbon language support for the 'Code - OSS' family of editors.",
|
|
"repository": {
|
|
"url": "https://github.com/carbon-language/carbon-lang"
|
|
},
|
|
"engines": {
|
|
"vscode": "^1.90.0"
|
|
},
|
|
"categories": [
|
|
"Programming Languages"
|
|
],
|
|
"icon": "images/icon.png",
|
|
"activationEvents": [],
|
|
"main": "./dist/extension.js",
|
|
"contributes": {
|
|
"languages": [
|
|
{
|
|
"id": "carbon-testdata",
|
|
"aliases": [
|
|
"Carbon Testdata"
|
|
],
|
|
"filenamePatterns": [
|
|
"**/testdata/**/*.carbon"
|
|
],
|
|
"configuration": "./language-configuration.json"
|
|
},
|
|
{
|
|
"id": "carbon",
|
|
"aliases": [
|
|
"Carbon"
|
|
],
|
|
"extensions": [
|
|
".carbon"
|
|
],
|
|
"configuration": "./language-configuration.json"
|
|
},
|
|
{
|
|
"id": "semir",
|
|
"aliases": [
|
|
"SemIR"
|
|
],
|
|
"extensions": [
|
|
".semir"
|
|
]
|
|
}
|
|
],
|
|
"grammars": [
|
|
{
|
|
"language": "carbon-testdata",
|
|
"scopeName": "source.carbon-testdata",
|
|
"path": "./carbon-testdata.tmLanguage.json"
|
|
},
|
|
{
|
|
"language": "carbon",
|
|
"scopeName": "source.carbon",
|
|
"path": "./carbon.tmLanguage.json"
|
|
},
|
|
{
|
|
"language": "semir",
|
|
"scopeName": "source.carbon-semir",
|
|
"path": "./semir.tmLanguage.json"
|
|
}
|
|
],
|
|
"configuration": {
|
|
"type": "object",
|
|
"title": "Carbon Language",
|
|
"properties": {
|
|
"carbon.carbonPath": {
|
|
"type": "string",
|
|
"description": "The path to the `carbon` binary.",
|
|
"default": "./bazel-bin/toolchain/carbon"
|
|
},
|
|
"carbon.carbonServerCommandArgs": {
|
|
"type": "string",
|
|
"description": "Extra flags to pass to `carbon` before the `language-server` subcommand, such as `-v` for debugging.",
|
|
"default": ""
|
|
},
|
|
"carbon.carbonServerSubcommandArgs": {
|
|
"type": "string",
|
|
"description": "Extra flags to pass to the `language-server` subcommand.",
|
|
"default": ""
|
|
}
|
|
}
|
|
},
|
|
"commands": [
|
|
{
|
|
"command": "carbon.lsp.restart",
|
|
"title": "carbon: Restart language server"
|
|
}
|
|
]
|
|
},
|
|
"scripts": {
|
|
"vscode:prepublish": "npm run package",
|
|
"compile": "npm run check-types && npm run lint && node esbuild.js",
|
|
"watch": "npm-run-all -p watch:*",
|
|
"watch:esbuild": "node esbuild.js --watch",
|
|
"watch:tsc": "tsc --noEmit --watch --project tsconfig.json",
|
|
"package": "npm run check-types && npm run lint && node esbuild.js --production",
|
|
"compile-tests": "tsc -p . --outDir out",
|
|
"check-types": "tsc --noEmit",
|
|
"lint": "eslint"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.13.0",
|
|
"@stylistic/eslint-plugin": "^2.9.0",
|
|
"@types/node": "^20",
|
|
"@types/vscode": "^1.73.0",
|
|
"@vscode/vsce": "^3.9.2",
|
|
"esbuild": "^0.28.1",
|
|
"eslint": "^10.8.0",
|
|
"typescript": "^5.7.2",
|
|
"typescript-eslint": "^8.16.0"
|
|
},
|
|
"dependencies": {
|
|
"vscode-languageclient": "^10.1.0"
|
|
},
|
|
"overrides": {
|
|
"uuid": "^14.0.0"
|
|
}
|
|
}
|