Commit Graph

29 Commits

Author SHA1 Message Date
Takashi Tamura
c65e390a62 - Migrate to MathJax v3.2 2021-11-16 07:17:59 +09:00
Takashi Tamura
becb18ff42 Ignore unnecessary packages. 2021-11-09 09:17:28 +09:00
Takashi Tamura
6cb544816d Ignore JSON files in out/ 2021-11-09 08:57:06 +09:00
Takashi Tamura
7d0501b21a - Use the height attribute of an img tag to scale an image.
- Remove a dependency on the jimp package.
- Drop the support for VS Code prior to v1.62.0
2021-11-06 11:19:21 +09:00
Takashi Tamura
1cfd664291 Load PDF.js inside Snippet View and use it to render the thumbnail of a PDF file. 2021-10-28 07:59:30 +09:00
Takashi Tamura
94a3302e12 Add files from PDF.js to .vscodeignore 2021-07-15 21:12:38 +09:00
Joao Moreno
804277f237 revert .vscodeignore changes 2021-06-25 08:51:51 +00:00
James-Yu
01a3c4afef Fix .vscodeignore for microsoft/vscode-vsce#576 2021-06-11 10:22:38 +08:00
Takashi Tamura
acf77f29f5 Add VERSION to .vscodeignore 2021-05-14 09:38:24 +09:00
Takashi Tamura
7c1648a088 Add files to .vscodeignore 2021-03-13 09:01:51 +09:00
Takashi Tamura
d4fe312e49 We have to remove process.versions.electron to work around a bug of PDF.js.
With `process.versions.electron`, PDF.js misinterprets the context of the runtime as
the renderer of the browser.
2020-07-11 15:59:21 +09:00
Takashi Tamura
eb3737e00e * Add node_modules/pdfjs-dist/es5/ and node_modules/pdfjs-dist/image_decoders/ to .vscodeignore. It is not used in the PDF.js viewer.
* Remove unnecessary `**`
2020-06-13 09:27:31 +09:00
Takashi Tamura
2c593c3c66 Add test files in node_modules/ to .vscodeignore 2020-06-11 18:28:04 +09:00
Takashi Tamura
828586c9b4 Add tsconfig files to .vscodeignore 2020-04-25 08:28:52 +09:00
Takashi Tamura
5902ed73ad add viewer/**/*.ts to .vscodeignore 2019-11-30 17:14:48 +09:00
Takashi Tamura
85e7db0216 add node_modules/fsevents/ to .vscodeignore.
Since we have been shipping LaTeX Workshop without fsevents,
we should explicitly ignore it.
2019-10-31 20:11:34 +09:00
Takashi Tamura
e3786852e4 add .devcontainer/ to .vscodeignore 2019-09-13 12:19:40 +09:00
Takashi Tamura
5d3fc468f9 add .github/ to .vscodeignore 2019-09-13 12:19:40 +09:00
Takashi Tamura
d45a0450bd add sample/ and types/ to .vscodeignore 2019-09-11 20:23:01 +09:00
Takashi Tamura
75968619a5 * update typescript-eslint to v2 and eslint to v6
* use Array.includes instead of Array.indexOf
* remove unnecessary async
2019-09-03 21:11:11 +09:00
Takashi Tamura
4b25eb55e9 use pre-commit hook by husky to lint on every commit. 2019-08-01 20:11:39 +09:00
Takashi Tamura
b6b8444bad minor edit 2019-07-25 10:09:46 +09:00
Takashi Tamura
0e6cc9af79 stop using minify.sh 2019-07-25 10:07:29 +09:00
James-Yu
38eba3143e Use https to show gifs in readme 2018-11-03 18:43:45 +08:00
James-Yu
0f768019c7 Scrap webpack for now 2018-10-17 08:30:43 +08:00
James-Yu
2288e06671 Remove unnecessary vscode ignored file 2017-07-23 19:58:41 +08:00
James-Yu
1fff2ebd99 Fix #190 Version check using standalone file 2017-07-13 18:51:26 +08:00
James-Yu
c6797e576f Add package requirements to symbols, add script 2017-04-04 18:02:09 +08:00
James-Yu
c9c05ea024 Initial commit 2016-12-26 16:05:30 +08:00