about summary refs log tree commit diff
path: root/editors/code
AgeCommit message (Expand)AuthorLines
2020-07-07Merge #5235 #5236 #5241bors[bot]-4/+2
2020-07-07Consider EPERM error as other vscode processes using rust-analyzerVeetaha-1/+1
2020-07-06Disable ES module interopLaurențiu Nicola-4/+2
2020-07-06Fix: allow for binaries from $PATH to pass validity checkVeetaha-6/+2
2020-07-05Revert "Dispose logger on extension deactivation"Veetaha-6/+0
2020-07-05Dispose logger on extension deactivationVeetaha-0/+6
2020-07-05Improve client logging (use output channel and more log levels)Veetaha-18/+49
2020-07-03Merge #5203bors[bot]-1/+1
2020-07-03Merge #5202bors[bot]-13/+191
2020-07-03Fix typo in description of vscode settingPaul Daniel Faria-1/+1
2020-07-03Fix workspaceRootvsrs-1/+3
2020-07-03code lintingvsrs-32/+32
2020-07-03Add testsvsrs-10/+128
2020-07-03Add runnable env support.vsrs-11/+69
2020-07-02Pass CodeActionKind through our middleware to populate menusJeremy Kolb-2/+4
2020-07-02Merge #5188bors[bot]-1/+46
2020-07-02Implement StatusBarAleksey Kladov-1/+46
2020-07-02Merge #5089 #5161 #5184 #5185 #5186bors[bot]-7/+19
2020-07-02Force showing extension activation error pop-up notificationVeetaha-3/+11
2020-07-02Always install required nightly extension if current one is not nightlyVeetaha-4/+8
2020-07-01Add reload workspace commandAleksey Kladov-8/+8
2020-07-01Merge #5098bors[bot]-601/+390
2020-07-01Be more strict with `@types/node`Laurențiu Nicola-4/+4
2020-06-30Fix a typoMatthijs Brobbel-2/+2
2020-06-30Merge #5101bors[bot]-1/+6
2020-06-29Merge #5119bors[bot]-3/+9
2020-06-29Use newer @types/nodeLaurențiu Nicola-1/+1
2020-06-29Show notification while SSR is in progressDavid Lattimore-3/+9
2020-06-28Downgrade @types/nodeLaurențiu Nicola-4/+4
2020-06-27Bump @rollup/plugin-commonjsLaurențiu Nicola-10/+9
2020-06-27Bump some npm depsLaurențiu Nicola-591/+381
2020-06-27Add light-weight snapshot testing library with editor integrationAleksey Kladov-1/+6
2020-06-27Fix SSR prompt following #4919David Lattimore-1/+1
2020-06-26Merge #5017bors[bot]-83/+104
2020-06-25Merge branch 'Veetaha-feat/sync-branch'Aleksey Kladov-103/+0
2020-06-24Merge #5025bors[bot]-57/+27
2020-06-25Append 10 random hex chars to temp artifact filesVeetaha-1/+5
2020-06-24Remove namedExports configLaurențiu Nicola-6/+1
2020-06-24Don't mess with messy temp dir and just download into extension dirVeetaha-57/+23
2020-06-24Fix ts lintsvsrs-2/+2
2020-06-24Switch to ShellExecution instead of full Taskvsrs-41/+45
2020-06-24Add custom cargo runnersvsrs-56/+73
2020-06-23Merge #4992 #4993 #4994 #4997 #4998bors[bot]-50/+66
2020-06-22Disrecommend trace.server: "verbose" for regular usersVeetaha-1/+1
2020-06-22Decouple http file stream logic from temp dir logicVeetaha-44/+57
2020-06-22Never disable error logging on the frontendVeetaha-1/+0
2020-06-22Make bootstrap error message more informative and better-fittingVeetaha-4/+8
2020-06-22Hotfix skipping the first chunks of the artifactsVeetaha-6/+7
2020-06-20Download artifacts into tmp dirVeetaha-11/+60
2020-06-19Update workaround commentVeetaha-3/+2