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-07-07Switch extensions to 1DS (#154299)Logan Ramos
2022-07-07Scaffold out basic markdown language server (#154293)Matt Bierner
2022-07-01Update id of markdown-it renderer (#153876)Matt Bierner
2022-05-20Pick up latest markdown-it-katex (#149978)Matt Bierner
2022-05-19Changing dependency syntax for markdown-it-katex (#149962)Matt Bierner
2022-05-06Pull in latest markdown-it-katex (#148845)Matt Bierner
2022-05-02Pass one shared `macros` object into every call to katex renderer (#148006)AlbertHilb
2022-03-25Reapply parcel/watcher adoptionMatt Bierner
2022-03-24Revert e7fffbf1c9169087f1098aedfe54c59c079fa3acdbaeumer/revert/e7fffbf1cDirk Baeumer
2022-03-24Use parcel for watching esbuild build filesMatt Bierner
2022-03-24Remove test fileMatt Bierner
2022-03-09Hook up watch properly for extension build scriptsMatt Bierner
2022-02-23Only ship woff2 fonts for math supportMatt Bierner
2022-02-18remove unecessary files in buildMartin Aeschlimann
2022-02-04Allow bare math blocks with nested begin/endsMatt Bierner
2022-02-03Use latex as language mode inside markdown math blocksMatt Bierner
2022-01-05Corrected the regex to detect espaced percent symbol (#139437)Khaled
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-09Fix highlighting of dollar amount at start of line in md filesMatt Bierner
2021-11-09Allow non-word character after inline math code blockMatt Bierner
2021-10-21Fix a few more cases of math block highlightingMatt Bierner
2021-10-21Make sure inline math is marked as markdown-mathMatt Bierner
2021-10-21Allow leading and trailing math on same line as math blockMatt Bierner
2021-10-20Disable markdown math inside of raw code blocksMatt Bierner
2021-10-15Allow spaces in katex commandsMatt Bierner
2021-10-12Enable rendering of bare math blocks in notebooksMatt Bierner
2021-08-30Use `@types/vscode-notebook-renderer`Matt Bierner
2021-08-19Fix #131113Rob Lourens
2021-08-06Fix format errors from PRMatt Bierner
2021-08-06Persist KaTeX macros across render calls (#129747)Christopher Yeh
2021-08-06Update math fixtureMatt Bierner
2021-08-05Fix syntax highlighting of math in markdown listsMatt Bierner
2021-08-05Exclude a few extra build files from buildMatt Bierner
2021-08-04Add katex style to root of notebookMatt Bierner
2021-07-26Settings description typosgregvanl
2021-07-23Don't include node types in markdown-mathMatt Bierner
2021-07-02Disable math highlighting in markdown fenced code blocksMatt Bierner
2021-07-01Add markdown math support readmeMatt Bierner
2021-06-30Pull in copied katex css instead of node_modulesMatt Bierner
2021-06-18Add math grammar/language to markdown math blocksMatt Bierner
2021-06-18Remove console.logMatt Bierner
2021-06-17Split MarkdownString out of MarkedStringMatt Bierner
2021-06-10Use templates for markdown stylesMatt Bierner
2021-06-08Enable math in markdown previewMatt Bierner
2021-06-08Rename `notebook-markdown-extension` to `markdown-math`Matt Bierner