This website requires JavaScript.
Explore
Help
Register
Sign In
Microsoft
/
vscode
Watch
1
Star
0
Fork
0
You've already forked vscode
mirror of
https://github.com/microsoft/vscode.git
synced
2026-02-26 12:44:05 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
df09257f2e73fb382e2abe8a42d635fb33fe1d31
vscode
/
extensions
/
ipynb
/
src
History
Johannes Rieken
7ccb868835
make sure to use
.eslintignore
when running
yarn eslint
, this will ensure that cli failure and editor squiggles are always equal
2022-02-02 12:37:29 +01:00
..
test
make sure to use
.eslintignore
when running
yarn eslint
, this will ensure that cli failure and editor squiggles are always equal
2022-02-02 12:37:29 +01:00
cellIdService.ts
Add cell_ids for ipynb with nbformat >= 4.5 (
#134835
)
2021-10-12 09:35:05 -07:00
common.ts
Support nbformat 4.5
2021-09-24 13:16:03 -07:00
constants.ts
…
deserializers.ts
Support nbformat 4.5
2021-09-24 13:16:03 -07:00
ipynbMain.ts
Remove inputCollapsed and outputCollapsed metadata, make them view properties
2021-11-03 17:22:07 -07:00
notebookSerializer.ts
Fix jupyter version number,
#136544
2021-11-05 14:50:10 -07:00
serializers.ts
Add cell_ids for ipynb with nbformat >= 4.5 (
#134835
)
2021-10-12 09:35:05 -07:00
types.d.ts
use tsconfig.json#include for vscode.d.ts and vscode.proposed.d.ts, enables to remove most ref.d.ts-files
2021-11-09 15:53:35 +01:00