Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit 782a064

Browse files
github-actions[bot]acao
authored andcommitted
Version Packages
1 parent 9b8bc08 commit 782a064

File tree

3 files changed

+33
-32
lines changed

3 files changed

+33
-32
lines changed

.changeset/sixty-meals-warn.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Change Log
22

3+
## 0.3.43
4+
5+
### Patch Changes
6+
7+
- [#391](https://github.com/graphql/vscode-graphql/pull/391) [`6be5593`](https://github.com/graphql/vscode-graphql/commit/6be5593a45a4629f3438f59223ecb04949cb48d2) Thanks [@acao](https://github.com/acao)! - LSP upgrades:
8+
9+
- bugfix for `insertText` & completion on invalid list types
10+
- add support for template strings and tags with replacement expressions, so strings like these should work now:
11+
12+
```ts
13+
const = /*GraphiQL*/
14+
`
15+
${myFragments}
16+
query MyQuery {
17+
something
18+
${anotherString}
19+
}
20+
21+
`
22+
```
23+
24+
```ts
25+
const = gql`
26+
${myFragments}
27+
query MyQuery {
28+
something
29+
${anotherString}
30+
}
31+
32+
`
33+
```
34+
335
All notable changes to the "vscode-graphql" extension will be manually documented in this file.
436

537
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-graphql",
3-
"version": "0.3.42",
3+
"version": "0.3.43",
44
"preview": true,
55
"private": true,
66
"license": "MIT",

0 commit comments

Comments
 (0)