I hereby claim:
- I am weedz on github.
- I am weedzcokie (https://keybase.io/weedzcokie) on keybase.
- I have a public key ASBjdbk5Gc2_KmX7xb5-bI4RiMLipG6NJFgHyVCr2HdSBQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
const { app } = require("electron/main"); | |
console.log(app.getName()); | |
console.log(app.getPath("userData")); | |
app.whenReady().then(() => { | |
console.log(app.getName()); | |
console.log(app.getPath("userData")); | |
app.quit(); |
Issue tracking the progress for this in VSCode microsoft/vscode#519.
Edit the file /opt/visual-studio-code/resources/app/out/vs/code/electron-sandbox/workbench/workbench.html
.
Add a <style>
tag under <head>
:
<style>
/* Think this is `.windows` or `.mac` if you are not using linux */
.linux {
font-family: 'JetBrainsMonoNL Nerd Font Mono' !important;
/* This seems to be not working any more ? */ | |
.ytp-tooltip-title.style-scope.ytd-player, | |
span.ytp-tooltip-text.style-scope.ytd-player{ | |
background-color: #131313; | |
padding: 0; | |
} | |
.ytp-tooltip-title, | |
.ytp-tooltip-text { | |
background-color: #131313; |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Document</title> | |
<style> | |
.flex-col { |