typespec-vscode 0.47.0 → 0.48.0-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typespec-vscode",
3
- "version": "0.47.0",
3
+ "version": "0.48.0-dev.1",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec Language Support for VS Code",
6
6
  "homepage": "https://microsoft.github.io/typespec",
@@ -97,6 +97,9 @@
97
97
  ],
98
98
  "macro": [
99
99
  "entity.name.tag.tsp"
100
+ ],
101
+ "docCommentTag": [
102
+ "keyword.other.tsp"
100
103
  ]
101
104
  }
102
105
  }
@@ -108,9 +111,9 @@
108
111
  "@types/mocha": "~10.0.1",
109
112
  "@types/node": "~18.11.9",
110
113
  "@types/vscode": "~1.53.0",
111
- "@typespec/compiler": "~0.47.0",
112
- "@typespec/eslint-config-typespec": "~0.47.0",
113
- "@typespec/internal-build-utils": "~0.47.0",
114
+ "@typespec/compiler": "~0.47.1 || >=0.48.0-dev <0.48.0",
115
+ "@typespec/eslint-config-typespec": "~0.47.0 || >=0.48.0-dev <0.48.0",
116
+ "@typespec/internal-build-utils": "~0.47.0 || >=0.48.0-dev <0.48.0",
114
117
  "eslint": "^8.42.0",
115
118
  "c8": "~8.0.0",
116
119
  "mocha": "~10.2.0",
@@ -122,6 +125,8 @@
122
125
  "@vscode/vsce": "~2.15.0",
123
126
  "vscode-languageclient": "~8.1.0"
124
127
  },
128
+ "dependencies": {},
129
+ "peerDependencies": {},
125
130
  "scripts": {
126
131
  "clean": "rimraf ./dist ./dist-dev ./temp",
127
132
  "build": "npm run compile && npm run rollup && npm run copy-tmlanguage && npm run generate-language-configuration && npm run generate-third-party-notices && npm run package-vsix",
Binary file