VSCode Notebook 📝 v2.1 VSCode Notebook is an attempt to use VSCode as a complete note taking application. This is a VSCode port of the popularSublimeNotebookproject. Why did you build this? 🤔 I have been note-taking for as long as I started using computers. I use notes mostly for...
> An attempt to use VSCode as a complete note taking application. This is a port of the SublimeNotebook project, so check that out if you're a Sublime user.
For example, the CodeTour extension lets you create guided walkthroughs of a code base and the WikiLens extension turns VS Code and your repository into a powerful note taking tool (with bi-directional linking). To make it easy to access your code in GitHub, VS Code for the Web comes ...
Dendron is an open-source, local-first, markdown-based, note-taking tool within Visual Studio Code. PR creates VSCode extension packages for Dendron and its dependency extensions: dendron.dendron: init at 0.124.0 dendron-paste-image: init at 1.1.1 dendron-markdown-preview-enhanced: init at 0....
Docker Desktop is an application for MacOS and Windows machines for the building and sharing of containerized applications. For more details, the user can refer tohere, but the role of docker here is to import theESP-IDF Docker Imageand manage it, such as start,restart,close etc. ...
For parents with children in trees, this setting will control if a single click expands the parent or a double click. Note that some trees and lists might choose to ignore this setting if it is not applicable. "workbench.list.openMode": "singleClick", // Controls whether lists and trees ...
Note: This slide has fragments which are also stepped through in the notes window. -- Fragment Styles There's different types of fragments, like: grow shrink fade-out fade-up (also down, left and right!) current-visible Highlightredbluegreen ...
The process outlined below may help you identify which parts of your shell initialization are taking the most time: Open your shell's startup file (for example, in VS Code by typing~/.bashrcor~/.zshrcin Quick Open (⌘P(Windows, LinuxCtrl+P))). ...
👍🎉 First off, thanks for taking the time to contribute! 🎉👍When contributing to this project, please first discuss the changes you wish to make via an issue before making changes.Please note the Code of Conduct document, please follow it in all your interactions with this project....
{//Editor//Controls whether the editor shows CodeLens."diffEditor.codeLens":false,//When enabled, the diff editor ignores changes in leading or trailing whitespace."diffEditor.ignoreTrimWhitespace":true,//Timeout in milliseconds after which diff computation is cancelled. Use 0 for no timeout."...