Commit Graph

  • 5fc9f567e0 Samples for embedded lsp Pine Wu 2020-03-25 12:01:54 -07:00
  • 1a6bac6dd9 Add custom editor example extensions Matt Bierner 2020-03-18 15:32:34 -07:00
  • b5fc559a93 Update vscode.proposed.d.ts and required version Alex Ross 2020-03-02 16:03:26 +01:00
  • b007022783 Fixes #257: [lsp-sample] completion.test.ts fails if a global snippet is defined Dirk Baeumer 2020-02-27 09:32:49 +01:00
  • 2564b2e73c Merge pull request #256 from fanich37/fix/cas-typos Daniel Imms 2020-02-19 06:06:34 -08:00
  • 0749cbabac Fix typos in code-actions-sample fanich37 2020-02-19 12:18:49 +03:00
  • 59577b3341 add example for language specific settings Sandeep Somavarapu 2020-01-31 15:47:29 +01:00
  • 5ae1f77871 update semantic token sample Martin Aeschlimann 2020-01-17 16:41:22 +01:00
  • 8e2f08086b Adopt latest proposed API Alex Dima 2020-01-16 18:12:19 +01:00
  • f3933c584d Merge pull request #243 from justise/fix-npm-install Pine 2020-01-10 16:42:54 +01:00
  • 3dae5f8bcf Merge pull request #239 from brettcannon/patch-1 Pine 2020-01-10 16:38:00 +01:00
  • b6158195a3 Updating npm run install to pass Kris Gray 2020-01-08 22:08:36 -08:00
  • 89f4e29ff4 Fix path to 'extension.ts' Brett Cannon 2019-12-27 13:41:12 -08:00
  • 926c5c045e Update vscode-test Pine Wu 2019-12-11 13:31:52 -08:00
  • ba9a56e682 Fix microsoft/vscode#80757 Pine Wu 2019-12-11 12:54:02 -08:00
  • 0a4a2d44d0 Add sample Alexandru Dima 2019-12-09 15:39:21 +01:00
  • 9c2110873e Move dependencies to latest version Dirk Baeumer 2019-11-25 09:37:58 +01:00
  • 3fa2d68290 Add lsp code action ui sample Dirk Baeumer 2019-11-15 19:19:44 +01:00
  • 92354b3a8a Merge pull request #225 from jan-dolejsi/call-hierarchy-sample Johannes Rieken 2019-11-14 07:11:55 +01:00
  • d94d69a3c1 - unified 'vscode' imports - unified naming of private fields to _xyz - use vscode.workspace.fs instead of fs Jan Dolejsi 2019-11-13 20:35:35 +01:00
  • b55100aff7 Fix formatting Pine Wu 2019-11-13 10:42:26 -08:00
  • 1b451d934d revert whitespace change Jan Dolejsi 2019-11-11 01:19:02 +01:00
  • dfe4bba9a3 clean-up Jan Dolejsi 2019-11-11 01:16:15 +01:00
  • 4c16ae3106 reverting unintended changes to progress-sample Jan Dolejsi 2019-11-11 01:01:53 +01:00
  • a1d64677ea call-hierarchy-sample Jan Dolejsi 2019-11-11 00:47:36 +01:00
  • a8af0838d6 Merge pull request #220 from joanrieu:patch-1 Peng Lyu 2019-11-01 11:19:27 -07:00
  • 8982c892ef Add demo GIF Joan Rieu 2019-10-31 20:36:03 -04:00
  • 2a221320d4 Update README.md Joan Rieu 2019-10-31 20:33:10 -04:00
  • 51d8bfd132 Update README for CodeLens sample Pine Wu 2019-10-25 09:49:00 -07:00
  • a4b8b17f44 Merge pull request #108 from fcrespo82/codelens-sample Pine 2019-10-25 09:47:57 -07:00
  • 0d75c54755 Update task provider sample Alex Ross 2019-10-21 11:49:13 +02:00
  • 1e3ddac3e1 Fix the 'finishDraft' action RMacfarlane 2019-10-16 11:53:12 -07:00
  • a03e8175c2 Use all comment related context keys in commenting sample, fixes https://github.com/microsoft/vscode/issues/74553 RMacfarlane 2019-10-16 09:48:43 -07:00
  • ed9ebfeb7a fix https://github.com/microsoft/vscode-extension-samples/issues/189 and some polish Johannes Rieken 2019-10-10 16:30:31 +02:00
  • eca6b10051 Update tree view sample vscode.proposed.d.ts Alex Ross 2019-10-10 15:55:57 +02:00
  • e65c542a07 Add title to treeview sample Alex Ross 2019-10-09 17:29:14 +02:00
  • 90c1110f8c Fix for @KamasamaK review Fernando Crespo 2019-10-08 18:47:35 -03:00
  • 646d4064cb fix sample description in samples.js Fernando Crespo 2019-10-03 21:44:08 -03:00
  • 2902b68d59 Add run config for testing the sample Fernando Crespo 2019-10-03 16:55:33 -03:00
  • 224effdb91 Add CodeLens to sample array Fernando Crespo 2019-10-03 16:55:17 -03:00
  • a507ccbbeb Fix VS Code API section in README Fernando Crespo 2019-10-03 16:54:55 -03:00
  • 61ed753981 Add gif Fernando Crespo 2019-10-03 16:54:05 -03:00
  • 62b7c5b56b Merge master Fernando Crespo 2019-10-03 16:07:15 -03:00
  • 34194ceba5 Changes requested by @octref Fernando Crespo 2019-10-03 16:02:43 -03:00
  • fd5f179cde Clear scrollback as well as viewport Daniel Imms 2019-10-03 09:39:08 -07:00
  • 9f5fff5669 Add a clear command to extension terminal sample Daniel Imms 2019-10-03 09:13:38 -07:00
  • 7e28b5280d Merge pull request #216 from oshikiri/fix-invalid-comment-at-lsp-sample Daniel Imms 2019-10-02 09:23:08 -07:00
  • 351c1a4b49 Fix invalid comments at lsp-sample Takamasa Oshikiri 2019-10-02 23:41:13 +09:00
  • 8e7bea8f76 Fix #214 again again Daniel Imms 2019-10-01 14:18:13 -07:00
  • 9a9cc4f8a5 Fix #214 again Pine Wu 2019-10-01 10:26:51 -07:00
  • 24c7766c2e Fix #214 Pine Wu 2019-10-01 09:36:05 -07:00
  • 199c5d8eeb Update test sample Pine Wu 2019-09-25 12:20:23 -07:00
  • 708bc30908 Use asWebviewUri instead of vscode-resource directly Matt Bierner 2019-09-13 16:37:37 -07:00
  • 104c10a3f2 Add repository field Matt Bierner 2019-08-12 15:42:47 -07:00
  • 6400a0cf68 Use onDidWriteTerminalData Daniel Imms 2019-09-12 19:07:48 -07:00
  • 438c78ebb4 Merge pull request #212 from microsoft/pine/proposed-api-sample Pine 2019-09-11 11:29:46 -07:00
  • 2545f5adc3 Polish and update deps Pine Wu 2019-09-11 11:29:24 -07:00
  • 063946acc0 Improve quick input sample Pine Wu 2019-09-10 15:05:39 -07:00
  • 8a1c4e05a5 Improve quick input sample Pine Wu 2019-09-10 15:05:39 -07:00
  • 0676a3074b Proposed API sample Pine Wu 2019-09-05 10:56:40 -07:00
  • 5c3010f375 Update node version to avoid compile error Pine Wu 2019-09-05 10:44:27 -07:00
  • bc19fa2e13 Update readme listing Pine Wu 2019-09-04 09:10:11 -07:00
  • 92aff11b9f Custom data sample Pine Wu 2019-09-04 09:08:23 -07:00
  • f184129db1 Merge pull request #202 from jan-dolejsi/master João Moreno 2019-09-04 17:30:54 +02:00
  • 7495517545 Remove wrong server connect launch config Dirk Baeumer 2019-09-03 17:19:56 +02:00
  • 90d7bf5f17 Merge pull request #210 from sguillia/sguillia/fix-typo-completion Daniel Imms 2019-09-03 07:31:58 -07:00
  • 12b49f3104 Fix another typo in completion sample Simon Guilliams 2019-08-29 19:34:17 +02:00
  • 7acf79f0e7 Fix typo in completion sample Simon Guilliams 2019-08-29 18:59:22 +02:00
  • 7b4d139f4b Fix #209 Peng Lyu 2019-08-21 16:17:01 -07:00
  • e5598998fe Update dependencies Dirk Baeumer 2019-08-16 10:07:30 +02:00
  • 30cd2019f9 Move to latest version of LSP libraries Dirk Baeumer 2019-08-16 10:03:27 +02:00
  • 21853bff4c Add extension terminal sample to scripts Daniel Imms 2019-08-12 10:07:28 -07:00
  • 5fb626a4e3 Update task provider sample for resolveTask Alex Ross 2019-08-07 17:30:13 +02:00
  • 30a6bf29aa Remove terminal renderer examples Daniel Imms 2019-08-07 07:55:11 -07:00
  • 4b006f12e2 Add a sample for CustomExecution tasks Alex Ross 2019-08-06 15:23:43 +02:00
  • 28adf20489 Update build time in tasks sample Alex Ross 2019-08-06 14:54:15 +02:00
  • 89b73121aa Add a sample for CustomExecution tasks Alex Ross 2019-08-06 14:03:07 +02:00
  • b007d4cc45 ensure the extension is activate on all commands Jan Dolejsi 2019-08-05 11:00:06 +02:00
  • b0ee08758e uses the same spelling for 'JS Fiddle' to avoid confusion Jan Dolejsi 2019-08-05 10:13:52 +02:00
  • f199b40801 typo Jan Dolejsi 2019-08-03 23:46:23 +02:00
  • 4bf4061a8f - awaiting async fs operation to avoid race conditions - more flexible handling of workspace folders Jan Dolejsi 2019-08-03 23:42:21 +02:00
  • e5418aced1 Add extension terminal sample Daniel Imms 2019-08-02 14:56:52 -07:00
  • 8b25a4bee3 Normalize comment sample Pine Wu 2019-08-01 14:28:12 -07:00
  • 4f483e1b25 No yarn, only npm Pine Wu 2019-08-01 14:26:41 -07:00
  • 5d4c7045ba Update comment sample Peng Lyu 2019-08-01 10:50:33 -07:00
  • 0b3a31bf2b update dependencies Johannes Rieken 2019-07-31 09:42:43 +02:00
  • 833f574ff9 webview resource rebornix/78050 rebornix 2019-07-30 15:30:30 -07:00
  • 1055d9f640 Merge pull request #195 from microsoft/joh/fsc-onsumer Johannes Rieken 2019-07-23 10:43:26 +02:00
  • 947dea5a63 fix getting started instructions Johannes Rieken 2019-07-23 10:27:48 +02:00
  • c6cffef8c9 tweak commands Johannes Rieken 2019-07-23 10:15:31 +02:00
  • 1740bcdbdb add some doc, tweak command names Johannes Rieken 2019-07-23 09:59:41 +02:00
  • dec5333ef6 Don't require a deactivate handler Matt Bierner 2019-07-22 13:37:44 -07:00
  • 966cc9f141 Merge pull request #198 from jan-dolejsi/master Matt Bierner 2019-07-22 13:36:09 -07:00
  • 31062c4634 add read/write sample, tweak all samples Johannes Rieken 2019-07-22 16:54:57 +02:00
  • 2d9a7922e9 dispose all comments Peng Lyu 2019-07-19 11:07:03 -07:00
  • 9a190eb7b0 diagnostic code action sample Jan Dolejsi 2019-07-18 15:26:53 +02:00
  • 697a322827 source control life-cycle Jan Dolejsi 2019-07-18 15:25:19 +02:00
  • dbc7b9b6ab correctly using the expected/actual assert arguments Jan Dolejsi 2019-07-18 14:15:06 +02:00
  • 68217ba392 individual file handling kieferrm 2019-07-15 14:44:04 -07:00
  • 5fc83ec28b Use engine 1.33 Daniel Imms 2019-07-15 11:41:23 -07:00