RT Phuoc Nguyen
Quick VS Code tip: Automatically add image width and height to images
Thanks for sharing, @codepo8 👍
#webdev #FrontEnd #frontenddev #VSCode
https://christianheilmann.com/2021/04/14/quick-vs-code-tip-automatically-add-image-width-and-height-to-images/
RT Claudia Regio
New to #Jupyter notebooks 📒? Interested in using them with #Python? Come get a quick intro on VS @code Toolbox show!!
Robert Green: Just published #VSToolbox. @ClaudiaRegio shows native support for Jupyter notebooks in @code.
https://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Getting-Started-with-Jupyter-Notebooks-in-VS-Code
https://youtu.be/Ozq24uAshXo
RT Wassim Chegham
Did you know @code has a built-in screencast mode?
⌘+⇧+P: Toggle Screencast Mode
Ctrl+⇧+P: : Toggle Screencast Mode
RT Justin Grote
One of the best, most incredible, and most underrated features of @code is the ability to move panes *wherever* you want. Don't like it in the sidebar? Move it to the bottom. For instance, ports makes far more sense here:
RT .
How to create Custom Tasks in VSCode
https://buff.ly/3v1SXtu
RT Yaojin Yang
Blogging time again. Welcome to the update of #Java on VS @code. In the last couple of months, together with @RedHat, we have been working on a few very important things. Now, it’s time to uncover.
For details, check out
https://devblogs.microsoft.com/java/java-on-visual-studio-code-update-march-2021/
RT Stephanie Eckles
🛠 VSCode Quick Tip
You can pin tabs from their context (aka right-click) menu.
Adjust `workbench.editor.pinnedTabSizing` to reduce tab width with `shrink` or reduce down to only the icon with `compact`.
Wrap tabs to rows vs. scroll with `workbench.editor.wrapTabs: true`
RT Miguel Solorio
⚡️ One of my favorite @code + @github features is mentioning an issue in the SCM view. You can also modify the string to match your preferred format.
👉 Install the GitHub Extension
https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github
https://twitter.com/miguelsolorio_/status/1384920510933438466
Re @jongallant That'd be the fantastic work of @Tyriar and @MeganRogge_!
RT Python Visual Studio Code
The April release of the #Python extension in VS @code is here!
Check out what's new:
⭐ Preview 🔍 support for #Poetry environments
⭐ Improved #Pylance completions in PyTorch 1.8.1 🐍
⭐ Data viewer improvements 📈
Learn more:
https://devblogs.microsoft.com/python/python-in-visual-studio-code-april-2021-release/
RT Microsoft Developer Canada
Microsoft Senior Software Engineer @mattbierner is sharing some awesome VS Code Tips & Tricks on the Dev.level(up); Show. Tune in now!
http://msft.it/6017Ve5Zx
To all C++ devs 💻 CMakePresets.json support is now available in VS Code in preview
Erika: - Move seamlessly between VS & VS Code
- Reproduce builds in VS & VS Code from the CLI on Win/Linux/macOS and in a CI pipeline
- Streamline build instructions for open source CMake projects
CMakePresets.json support is available in preview in VS & VS Code
https://devblogs.microsoft.com/cppblog/cmake-presets-integration-in-visual-studio-and-visual-studio-code/
RT Rong Lu
This is super cool! The widget works in VS Code Jupyter notebooks too via the @pythonvscode extension 😁
Vincent D. Warmerdam: A year and a half ago I made a website that allows you to draw your own dataset. As of today, you can also use it directly from Jupyter!
Announcement + mini tutorial:
GitHub:
https://calmcode.io/labs/drawdata.html
https://github.com/koaning/drawdata
RT D U
I'm humbled to see my "CSS Flexbox Cheatsheet" @code extension hitting 50k installs. Thanks to everyone who's tried it! I appreciate it 🙏 If you haven't, find it here ▶
https://marketplace.visualstudio.com/items?itemName=dzhavat.css-flexbox-cheatsheet
RT Tanha Kabir
REST Book is published on the marketplace for VS Code Insiders! 🥳 It’s a Notebook extension to make and review REST calls.
I previewed REST Book on @code’s livestream last week! Here’s a recording if you missed it:
REST Book:
https://youtu.be/D-AXZZDTQhM
https://marketplace.visualstudio.com/items?itemName=tanhakabir.rest-book
RT Daniel Imms
Terminal tabs have landed in @code insiders! They're still a little rough around the edges but the vision is there. Try them out by downloading the Insiders build
https://code.visualstudio.com/insiders
Want to learn how to build web apps with Vue.js? Check out this new, free course on @MicrosoftLearn 🧑💻
Start learning 👉
https://docs.microsoft.com/en-us/learn/paths/vue-first-steps/?WT.mc_id=devcloud-00000-cxa
Re @SachinT55229601 Sadly VS Code does not support Linux/i386 (32-bit Intel/AMD) at this time. Support for that platform was removed from the Electron framework (which we build VS Code on) in 2019, so we are not able to compile VS Code for that. Sorry for the inconvenience 😔
https://www.electronjs.org/blog/linux-32bit-support
Re @SachinT55229601 "Exec format error" usually happens when you're trying to launch a binary for a different architecture. You downloaded the amd64 binary of VS Code which is for Intel/AMD 64-bit. What is your architecture? (You can check it with "dpkg --print-architecture")
Twitter mirror
Microsoft Visual Studio Code lets you build and debug modern web and cloud applications. Visual Studio Code is free and available on Linux, macOS, and Windows.