Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-02make sure to use `.eslintignore` when running `yarn eslint`, this will ensure...Johannes Rieken
2021-11-17Change jupyter language nameRob Lourens
2021-11-12use `enabledApiProposals` instead of wildcard property, also update compilati...Johannes Rieken
2021-11-12split vscode.proposed.d.ts into a file per proposal, https://github.com/micro...Johannes Rieken
2021-11-09use tsconfig.json#include for vscode.d.ts and vscode.proposed.d.ts, enables t...Johannes Rieken
2021-11-09move vscode.d.ts and vscode.proposed.d.ts into `src/vscode-dts`-folder, https...Johannes Rieken
2021-11-06Fix jupyter version number, #136544Rob Lourens
2021-11-06Show an error when opening an old unsupported jupyter formatRob Lourens
2021-11-04Remove inputCollapsed and outputCollapsed metadata, make them view propertiesRob Lourens
2021-10-12Add cell_ids for ipynb with nbformat >= 4.5 (#134835)Don Jayamanne
2021-09-24Support nbformat 4.5Don Jayamanne
2021-09-24add new lineDon Jayamanne
2021-09-24Fix unnecessary changesDon Jayamanne
2021-09-24oopsDon Jayamanne
2021-09-24Ensure nb cell source uses LF instead of CRLFDon Jayamanne
2021-09-21MiscDon Jayamanne
2021-09-20Remove window keyword from serializerDon Jayamanne
2021-09-17Fixes to image serializationsDon Jayamanne
2021-09-17Fixes to image serializationDon Jayamanne
2021-09-07Remove old APIDon Jayamanne
2021-09-07UdpatesDon Jayamanne
2021-09-04Add language_info to setKernelSpecDavid Anthoff
2021-09-03Add setKernelSpecAndLanguageInfo to ipynb extDavid Anthoff
2021-09-01remove web extension kind in builtin extensionsSandeep Somavarapu
2021-08-25Fix writing kernelspecMatt Bierner
2021-08-25Add API for setting kernelspec in ipynb files (#131219)Matt Bierner
2021-08-25Fixes with testsDon Jayamanne
2021-08-25Revert "Merge pull request #131592 from DonJayamanne/revertPerfFixes2"Don Jayamanne
2021-08-25Revert "Merge pull request #131035 from DonJayamanne/issue129370"Don Jayamanne
2021-08-19FixesDon Jayamanne
2021-08-19FixesDon Jayamanne
2021-08-19More perf fixes after reviewDon Jayamanne
2021-08-18Optimize indentation detectionDon Jayamanne
2021-08-17Perf improvements to the ipynb serializerDon Jayamanne
2021-08-07Add Jupyter language with JSON syntax highlightingRob Lourens
2021-08-06Change exportNotebook API to return stringRob Lourens
2021-08-05Add ipynb extension API to invoke the serializer.Rob Lourens
2021-08-03Port unit tests from vscode-jupyter to ipynb extensionRob Lourens
2021-08-03Split up ipynb serializer fileRob Lourens
2021-08-03Serializer cleanupRob Lourens
2021-07-29Temp: swtich image rendering pref from svg to pngDon Jayamanne
2021-07-28Fix #129502.Rob Lourens
2021-07-27ipynb: fix readmeJoyce Er
2021-07-26Fix incorrect buffer slicesRob Lourens
2021-07-24Fix save errorDon Jayamanne
2021-07-24re-use text encoderDon Jayamanne
2021-07-24Fix ipynb serializerDon Jayamanne
2021-07-24ipynb extension need not handle `NotebookDocument` and `NotebookCell`Joyce Er
2021-07-24Migrate webview notebook editor backup to builtin serializer (#129211)Peng Lyu
2021-07-23ipynb: Prefer "workspace" to"ui"Rob Lourens