|
2 | 2 | "name": "vscode-dash",
|
3 | 3 | "displayName": "Dash",
|
4 | 4 | "description": "Dash and Zeal integration in Visual Studio Code",
|
5 |
| - "version": "1.8.0", |
| 5 | + "version": "1.9.0", |
6 | 6 | "publisher": "deerawan",
|
7 | 7 | "icon": "images/dash.png",
|
8 | 8 | "galleryBanner": {
|
|
21 | 21 | "type": "git",
|
22 | 22 | "url": "https://github.com/deerawan/vscode-dash"
|
23 | 23 | },
|
24 |
| - "categories": ["Other"], |
| 24 | + "categories": [ |
| 25 | + "Other" |
| 26 | + ], |
25 | 27 | "activationEvents": [
|
26 | 28 | "onCommand:extension.dash.all",
|
27 | 29 | "onCommand:extension.dash.specific",
|
|
30 | 32 | ],
|
31 | 33 | "main": "./out/src/extension",
|
32 | 34 | "contributes": {
|
33 |
| - "commands": [{ |
| 35 | + "commands": [ |
| 36 | + { |
34 | 37 | "command": "extension.dash.specific",
|
35 | 38 | "title": "Search in Dash for current selection"
|
36 | 39 | },
|
|
47 | 50 | "title": "Search in Dash for a custom string"
|
48 | 51 | }
|
49 | 52 | ],
|
50 |
| - "keybindings": [{ |
| 53 | + "keybindings": [ |
| 54 | + { |
51 | 55 | "command": "extension.dash.specific",
|
52 | 56 | "key": "ctrl+h",
|
53 | 57 | "mac": "ctrl+h",
|
|
96 | 100 | "items": {
|
97 | 101 | "type": "string"
|
98 | 102 | },
|
99 |
| - "default": ["clojure"] |
| 103 | + "default": [ |
| 104 | + "clojure" |
| 105 | + ] |
100 | 106 | },
|
101 | 107 | "dash.docset.coffee": {
|
102 | 108 | "type": "array",
|
103 | 109 | "items": {
|
104 | 110 | "type": "string"
|
105 | 111 | },
|
106 |
| - "default": ["coffee"] |
| 112 | + "default": [ |
| 113 | + "coffee" |
| 114 | + ] |
107 | 115 | },
|
108 | 116 | "dash.docset.cpp": {
|
109 | 117 | "type": "array",
|
|
126 | 134 | "items": {
|
127 | 135 | "type": "string"
|
128 | 136 | },
|
129 |
| - "default": ["net", "mono", "unity3d"] |
| 137 | + "default": [ |
| 138 | + "net", |
| 139 | + "mono", |
| 140 | + "unity3d" |
| 141 | + ] |
130 | 142 | },
|
131 | 143 | "dash.docset.dart": {
|
132 | 144 | "type": "array",
|
133 | 145 | "items": {
|
134 | 146 | "type": "string"
|
135 | 147 | },
|
136 |
| - "default": ["dartlang", "polymerdart", "angulardart"] |
| 148 | + "default": [ |
| 149 | + "dartlang", |
| 150 | + "polymerdart", |
| 151 | + "angulardart" |
| 152 | + ] |
137 | 153 | },
|
138 | 154 | "dash.docset.elixir": {
|
139 | 155 | "type": "array",
|
140 | 156 | "items": {
|
141 | 157 | "type": "string"
|
142 | 158 | },
|
143 |
| - "default": ["elixir"] |
| 159 | + "default": [ |
| 160 | + "elixir" |
| 161 | + ] |
144 | 162 | },
|
145 | 163 | "dash.docset.elm": {
|
146 | 164 | "type": "array",
|
147 | 165 | "items": {
|
148 | 166 | "type": "string"
|
149 | 167 | },
|
150 |
| - "default": ["elm"] |
| 168 | + "default": [ |
| 169 | + "elm" |
| 170 | + ] |
151 | 171 | },
|
152 | 172 | "dash.docset.erlang": {
|
153 | 173 | "type": "array",
|
154 | 174 | "items": {
|
155 | 175 | "type": "string"
|
156 | 176 | },
|
157 |
| - "default": ["erlang"] |
| 177 | + "default": [ |
| 178 | + "erlang" |
| 179 | + ] |
158 | 180 | },
|
159 | 181 | "dash.docset.go": {
|
160 | 182 | "type": "array",
|
161 | 183 | "items": {
|
162 | 184 | "type": "string"
|
163 | 185 | },
|
164 |
| - "default": ["go", "godoc"] |
| 186 | + "default": [ |
| 187 | + "go", |
| 188 | + "godoc" |
| 189 | + ] |
165 | 190 | },
|
166 | 191 | "dash.docset.haskell": {
|
167 | 192 | "type": "array",
|
168 | 193 | "items": {
|
169 | 194 | "type": "string"
|
170 | 195 | },
|
171 |
| - "default": ["haskell"] |
| 196 | + "default": [ |
| 197 | + "haskell" |
| 198 | + ] |
172 | 199 | },
|
173 | 200 | "dash.docset.haml": {
|
174 | 201 | "type": "array",
|
175 | 202 | "items": {
|
176 | 203 | "type": "string"
|
177 | 204 | },
|
178 |
| - "default": ["haml"] |
| 205 | + "default": [ |
| 206 | + "haml" |
| 207 | + ] |
179 | 208 | },
|
180 | 209 | "dash.docset.html": {
|
181 | 210 | "type": "array",
|
|
217 | 246 | "items": {
|
218 | 247 | "type": "string"
|
219 | 248 | },
|
220 |
| - "default": ["jade"] |
| 249 | + "default": [ |
| 250 | + "jade" |
| 251 | + ] |
221 | 252 | },
|
222 | 253 | "dash.docset.java": {
|
223 | 254 | "type": "array",
|
|
291 | 322 | "items": {
|
292 | 323 | "type": "string"
|
293 | 324 | },
|
294 |
| - "default": ["react"] |
| 325 | + "default": [ |
| 326 | + "react" |
| 327 | + ] |
295 | 328 | },
|
296 | 329 | "dash.docset.julia": {
|
297 | 330 | "type": "array",
|
|
307 | 340 | "items": {
|
308 | 341 | "type": "string"
|
309 | 342 | },
|
310 |
| - "default": ["less"] |
| 343 | + "default": [ |
| 344 | + "less" |
| 345 | + ] |
311 | 346 | },
|
312 | 347 | "dash.docset.lua": {
|
313 | 348 | "type": "array",
|
314 | 349 | "items": {
|
315 | 350 | "type": "string"
|
316 | 351 | },
|
317 |
| - "default": ["lua", "corona"] |
| 352 | + "default": [ |
| 353 | + "lua", |
| 354 | + "corona" |
| 355 | + ] |
318 | 356 | },
|
319 | 357 | "dash.docset.markdown": {
|
320 | 358 | "type": "array",
|
321 | 359 | "items": {
|
322 | 360 | "type": "string"
|
323 | 361 | },
|
324 |
| - "default": ["markdown"] |
| 362 | + "default": [ |
| 363 | + "markdown" |
| 364 | + ] |
325 | 365 | },
|
326 | 366 | "dash.docset.objective-c": {
|
327 | 367 | "type": "array",
|
|
347 | 387 | "items": {
|
348 | 388 | "type": "string"
|
349 | 389 | },
|
350 |
| - "default": ["perl", "manpages"] |
| 390 | + "default": [ |
| 391 | + "perl", |
| 392 | + "manpages" |
| 393 | + ] |
351 | 394 | },
|
352 | 395 | "dash.docset.php": {
|
353 | 396 | "type": "array",
|
|
386 | 429 | "items": {
|
387 | 430 | "type": "string"
|
388 | 431 | },
|
389 |
| - "default": ["processing"] |
| 432 | + "default": [ |
| 433 | + "processing" |
| 434 | + ] |
390 | 435 | },
|
391 | 436 | "dash.docset.puppet": {
|
392 | 437 | "type": "array",
|
393 | 438 | "items": {
|
394 | 439 | "type": "string"
|
395 | 440 | },
|
396 |
| - "default": ["puppet"] |
| 441 | + "default": [ |
| 442 | + "puppet" |
| 443 | + ] |
397 | 444 | },
|
398 | 445 | "dash.docset.python": {
|
399 | 446 | "type": "array",
|
|
421 | 468 | "items": {
|
422 | 469 | "type": "string"
|
423 | 470 | },
|
424 |
| - "default": ["r"] |
| 471 | + "default": [ |
| 472 | + "r" |
| 473 | + ] |
425 | 474 | },
|
426 | 475 | "dash.docset.ruby": {
|
427 | 476 | "type": "array",
|
428 | 477 | "items": {
|
429 | 478 | "type": "string"
|
430 | 479 | },
|
431 |
| - "default": ["ruby", "rubygems", "rails"] |
| 480 | + "default": [ |
| 481 | + "ruby", |
| 482 | + "rubygems", |
| 483 | + "rails" |
| 484 | + ] |
432 | 485 | },
|
433 | 486 | "dash.docset.rust": {
|
434 | 487 | "type": "array",
|
435 | 488 | "items": {
|
436 | 489 | "type": "string"
|
437 | 490 | },
|
438 |
| - "default": ["rust"] |
| 491 | + "default": [ |
| 492 | + "rust" |
| 493 | + ] |
439 | 494 | },
|
440 | 495 | "dash.docset.sass": {
|
441 | 496 | "type": "array",
|
442 | 497 | "items": {
|
443 | 498 | "type": "string"
|
444 | 499 | },
|
445 |
| - "default": ["sass", "compass", "bourbon", "neat", "susy", "css"] |
| 500 | + "default": [ |
| 501 | + "sass", |
| 502 | + "compass", |
| 503 | + "bourbon", |
| 504 | + "neat", |
| 505 | + "susy", |
| 506 | + "css" |
| 507 | + ] |
446 | 508 | },
|
447 | 509 | "dash.docset.scala": {
|
448 | 510 | "type": "array",
|
449 | 511 | "items": {
|
450 | 512 | "type": "string"
|
451 | 513 | },
|
452 |
| - "default": ["scala", "akka", "playscala"] |
| 514 | + "default": [ |
| 515 | + "scala", |
| 516 | + "akka", |
| 517 | + "playscala" |
| 518 | + ] |
453 | 519 | },
|
454 | 520 | "dash.docset.shellscript": {
|
455 | 521 | "type": "array",
|
456 | 522 | "items": {
|
457 | 523 | "type": "string"
|
458 | 524 | },
|
459 |
| - "default": ["bash", "manpages"] |
| 525 | + "default": [ |
| 526 | + "bash", |
| 527 | + "manpages" |
| 528 | + ] |
460 | 529 | },
|
461 | 530 | "dash.docset.sql": {
|
462 | 531 | "type": "array",
|
463 | 532 | "items": {
|
464 | 533 | "type": "string"
|
465 | 534 | },
|
466 |
| - "default": ["mysql", "sqlite", "psql"] |
| 535 | + "default": [ |
| 536 | + "mysql", |
| 537 | + "sqlite", |
| 538 | + "psql" |
| 539 | + ] |
467 | 540 | },
|
468 | 541 | "dash.docset.stylus": {
|
469 | 542 | "type": "array",
|
470 | 543 | "items": {
|
471 | 544 | "type": "string"
|
472 | 545 | },
|
473 |
| - "default": ["stylus"] |
| 546 | + "default": [ |
| 547 | + "stylus" |
| 548 | + ] |
474 | 549 | },
|
475 | 550 | "dash.docset.swift": {
|
476 | 551 | "type": "array",
|
|
491 | 566 | "items": {
|
492 | 567 | "type": "string"
|
493 | 568 | },
|
494 |
| - "default": ["tcl"] |
| 569 | + "default": [ |
| 570 | + "tcl" |
| 571 | + ] |
495 | 572 | },
|
496 | 573 | "dash.docset.typescript": {
|
497 | 574 | "type": "array",
|
498 | 575 | "items": {
|
499 | 576 | "type": "string"
|
500 | 577 | },
|
501 |
| - "default": ["typescript", "javascript"] |
| 578 | + "default": [ |
| 579 | + "typescript", |
| 580 | + "javascript" |
| 581 | + ] |
502 | 582 | },
|
503 | 583 | "dash.docset.yaml": {
|
504 | 584 | "type": "array",
|
505 | 585 | "items": {
|
506 | 586 | "type": "string"
|
507 | 587 | },
|
508 |
| - "default": ["chef", "ansible"] |
| 588 | + "default": [ |
| 589 | + "chef", |
| 590 | + "ansible" |
| 591 | + ] |
509 | 592 | },
|
510 | 593 | "dash.docset.haxe": {
|
511 | 594 | "type": "array",
|
512 | 595 | "items": {
|
513 | 596 | "type": "string"
|
514 | 597 | },
|
515 |
| - "default": ["haxe"] |
| 598 | + "default": [ |
| 599 | + "haxe" |
| 600 | + ] |
516 | 601 | },
|
517 | 602 | "dash.docset.terraform": {
|
518 | 603 | "type": "array",
|
519 | 604 | "items": {
|
520 | 605 | "type": "string"
|
521 | 606 | },
|
522 |
| - "default": ["terraform"] |
| 607 | + "default": [ |
| 608 | + "terraform" |
| 609 | + ] |
523 | 610 | }
|
524 | 611 | }
|
525 | 612 | }
|
|
550 | 637 | "vscode": "0.10.x"
|
551 | 638 | },
|
552 | 639 | "lint-staged": {
|
553 |
| - "*.{ts,json}": ["prettier", "git add"], |
554 |
| - "*.ts": ["tslint --fix", "tslint"] |
| 640 | + "*.{ts,json}": [ |
| 641 | + "prettier", |
| 642 | + "git add" |
| 643 | + ], |
| 644 | + "*.ts": [ |
| 645 | + "tslint --fix", |
| 646 | + "tslint" |
| 647 | + ] |
555 | 648 | }
|
556 | 649 | }
|
0 commit comments