@@ -139,6 +139,12 @@ func TestModuleCompletion_withValidData(t *testing.T) {
139
139
"id": 3,
140
140
"result": {
141
141
"isIncomplete": false,
142
+ "itemDefaults": {
143
+ "editRange": {
144
+ "start": {"line": 0, "character": 0},
145
+ "end": {"line": 0, "character": 0}
146
+ }
147
+ },
142
148
"items": [
143
149
{
144
150
"label": "alias",
@@ -355,6 +361,12 @@ func TestModuleCompletion_withValidDataAndSnippets(t *testing.T) {
355
361
"id": 3,
356
362
"result": {
357
363
"isIncomplete": false,
364
+ "itemDefaults": {
365
+ "editRange": {
366
+ "start": {"line": 0, "character": 0},
367
+ "end": {"line": 0, "character": 0}
368
+ }
369
+ },
358
370
"items": [
359
371
{
360
372
"label": "alias",
@@ -663,6 +675,12 @@ func TestVarsCompletion_withValidData(t *testing.T) {
663
675
"id": 4,
664
676
"result": {
665
677
"isIncomplete": false,
678
+ "itemDefaults": {
679
+ "editRange": {
680
+ "start": {"line": 0, "character": 0},
681
+ "end": {"line": 0, "character": 0}
682
+ }
683
+ },
666
684
"items": [
667
685
{
668
686
"label": "test",
@@ -809,6 +827,12 @@ output "test" {
809
827
"id": 3,
810
828
"result": {
811
829
"isIncomplete": false,
830
+ "itemDefaults": {
831
+ "editRange": {
832
+ "start": {"line": 0, "character": 0},
833
+ "end": {"line": 0, "character": 0}
834
+ }
835
+ },
812
836
"items": [
813
837
{
814
838
"label": "providers",
@@ -891,6 +915,12 @@ output "test" {
891
915
"id": 4,
892
916
"result": {
893
917
"isIncomplete": false,
918
+ "itemDefaults": {
919
+ "editRange": {
920
+ "start": {"line": 0, "character": 0},
921
+ "end": {"line": 0, "character": 0}
922
+ }
923
+ },
894
924
"items": [
895
925
{
896
926
"label": "module.refname.testout",
@@ -1066,6 +1096,12 @@ output "test" {
1066
1096
"id": 3,
1067
1097
"result": {
1068
1098
"isIncomplete": false,
1099
+ "itemDefaults": {
1100
+ "editRange": {
1101
+ "start": {"line": 0, "character": 0},
1102
+ "end": {"line": 0, "character": 0}
1103
+ }
1104
+ },
1069
1105
"items": [
1070
1106
{
1071
1107
"label": "alpha-var",
@@ -1148,6 +1184,12 @@ output "test" {
1148
1184
"id": 4,
1149
1185
"result": {
1150
1186
"isIncomplete": false,
1187
+ "itemDefaults": {
1188
+ "editRange": {
1189
+ "start": {"line": 0, "character": 0},
1190
+ "end": {"line": 0, "character": 0}
1191
+ }
1192
+ },
1151
1193
"items": [
1152
1194
{
1153
1195
"label": "beta-var",
@@ -1230,6 +1272,12 @@ output "test" {
1230
1272
"id": 5,
1231
1273
"result": {
1232
1274
"isIncomplete": false,
1275
+ "itemDefaults": {
1276
+ "editRange": {
1277
+ "start": {"line": 0, "character": 0},
1278
+ "end": {"line": 0, "character": 0}
1279
+ }
1280
+ },
1233
1281
"items": [
1234
1282
{
1235
1283
"label": "module.alpha",
@@ -1386,6 +1434,12 @@ variable "ccc" {}
1386
1434
"id": 3,
1387
1435
"result": {
1388
1436
"isIncomplete": false,
1437
+ "itemDefaults": {
1438
+ "editRange": {
1439
+ "start": {"line": 0, "character": 0},
1440
+ "end": {"line": 0, "character": 0}
1441
+ }
1442
+ },
1389
1443
"items": [
1390
1444
{
1391
1445
"label": "var.aaa",
0 commit comments