Skip to content

Instantly share code, notes, and snippets.

@watamario15
Created August 23, 2023 01:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save watamario15/896f5a2f1448f33ade17b98a749c8a06 to your computer and use it in GitHub Desktop.
Save watamario15/896f5a2f1448f33ade17b98a749c8a06 to your computer and use it in GitHub Desktop.
{
"settingsSync.ignoredSettings": ["-C_Cpp.default.includePath", "java.configuration.runtimes", "-python.defaultInterpreterPath", "github.copilot.enable", "workbench.colorTheme", "workbench.list.mouseWheelScrollSensitivity", "terminal.integrated.mouseWheelScrollSensitivity", "editor.mouseWheelScrollSensitivity"],
"settingsSync.ignoredExtensions": ["icrawl.discord-vscode", "ms-ceintl.vscode-language-pack-ja", "vhdlwhiz.vhdl-by-vhdlwhiz", "github.copilot", "vsciot-vscode.vscode-arduino"],
"C_Cpp.default.cStandard": "c23",
"C_Cpp.default.cppStandard": "c++23",
"C_Cpp.clang_format_style": "{BasedOnStyle: Google, ColumnLimit: 120}",
"C_Cpp.clang_format_fallbackStyle": "{BasedOnStyle: Google, ColumnLimit: 120}",
"cmake.configureOnOpen": false,
"arduino.logLevel": "info",
"arduino.enableUSBDetection": true,
"arduino.disableTestingOpen": false,
"arduino.skipHeaderProvider": false,
"arduino.defaultBaudRate": 19200,
"arduino.disableIntelliSenseAutoGen": true,
"arduino.openPDEFiletype": true,
"wikitext.host": "ja.wikipedia.org",
"latex-workshop.latex.recipes": [
{
"name": "LuaLaTeX",
"tools": ["LuaLaTeX"]
},
{
"name": "upLaTeX",
"tools": ["ptex2pdf (upLaTeX)"]
},
{
"name": "pLaTeX",
"tools": ["ptex2pdf (pLaTeX)"]
},
{
"name": "upBibTeX",
"tools": ["upBibTeX"]
},
{
"name": "pBibTeX",
"tools": ["pBibTeX"]
}
],
"latex-workshop.latex.tools": [
{
"name": "LuaLaTeX",
"command": "lualatex",
"args": ["--cmdx", "-synctex=1", "-interaction=nonstopmode", "-halt-on-error", "-file-line-error", "%DOC%"]
},
{
"name": "ptex2pdf (upLaTeX)",
"command": "ptex2pdf",
"args": ["-u", "-l", "-ot", "-kanji=utf8 -no-guess-input-enc -synctex=1 -interaction=nonstopmode -file-line-error", "-od", "-d 5", "%DOC%"]
},
{
"name": "upBibTeX",
"command": "upbibtex",
"args": ["%DOCFILE%"]
},
{
"name": "ptex2pdf (pLaTeX)",
"command": "ptex2pdf",
"args": ["-l", "-ot", "-kanji=utf8 -no-guess-input-enc -synctex=1 -interaction=nonstopmode -file-line-error", "-od", "-d 5", "%DOC%"]
},
{
"name": "pBibTeX",
"command": "pbibtex",
"args": ["kanji=utf8", "%DOCFILE%"]
}
],
"latex-workshop.view.pdf.viewer": "tab",
"latex-workshop.synctex.afterBuild.enabled": true,
"latex-workshop.message.latexlog.exclude": ["(Font shape `(JY1|JY2)/(hmc)/(b)/(n)'.*|Some font shapes were not available.*)"],
"casl2.allowNegativeValueForEffectiveAddress": true,
"casl2.enableLabelScope": true,
"casl2.useGR8": true,
"markdown.editor.pasteUrlAsFormattedLink.enabled": "smart",
"[python]": {
"editor.formatOnType": true
},
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [80],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": false
},
"dart.openDevTools": "never",
"dart.debugExternalPackageLibraries": false,
"dart.debugSdkLibraries": false,
"svelte.enable-ts-plugin": true,
"javascript.inlayHints.parameterNames.enabled": "all",
"javascript.inlayHints.variableTypes.enabled": true,
"javascript.inlayHints.propertyDeclarationTypes.enabled": true,
"javascript.inlayHints.parameterTypes.enabled": true,
"javascript.inlayHints.functionLikeReturnTypes.enabled": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"files.eol": "\n",
"files.insertFinalNewline": true,
"window.autoDetectColorScheme": true,
"security.workspace.trust.enabled": false,
"terminal.integrated.mouseWheelScrollSensitivity": 0.16,
"workbench.list.mouseWheelScrollSensitivity": 0.16,
"workbench.editorAssociations": {
"*.pdf": "latex-workshop-pdf-hook"
},
"workbench.editor.autoLockGroups": {
"terminalEditor": true,
"mainThreadWebview-markdown.preview": true,
"default": false
},
"editor.fontFamily": "'Noto Sans Mono CJK JP', 'BIZ UDゴシック', monospace",
"editor.renderControlCharacters": true,
"editor.wordSeparators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?.。,、()「」[]{}《》てにをはがのともへでや",
"editor.guides.bracketPairs": true,
"editor.suggestSelection": "first",
"editor.inlineSuggest.enabled": true,
"editor.tabSize": 2,
"editor.indentSize": 2,
"editor.unicodeHighlight.ambiguousCharacters": false,
"editor.minimap.enabled": false,
"editor.accessibilitySupport": "off",
"editor.mouseWheelScrollSensitivity": 0.16,
"editor.multiCursorModifier": "ctrlCmd",
"editor.pasteAs.enabled": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"diffEditor.maxComputationTime": 0,
"diffEditor.ignoreTrimWhitespace": false,
"diffEditor.experimental.useVersion2": true,
"diffEditor.experimental.collapseUnchangedRegions": true,
"diffEditor.experimental.showMoves": true,
"git.mergeEditor": true,
"git.autorefresh": false,
"git.closeDiffOnOperation": true,
"git.openRepositoryInParentFolders": "never",
"github.copilot.enable": {
"*": false,
"plaintext": false,
"markdown": false,
"scminput": false,
"yaml": false,
"latex": false
},
"github.copilot.advanced": {
"slashCommands": {
"createWorkspace": true,
"createNotebook": true,
"search": true
}
},
"liveshare.connectionMode": "relay",
"prettier.printWidth": 65535,
"[cpp]": {
"editor.defaultFormatter": "ms-vscode.cpptools"
},
"[c]": {
"editor.defaultFormatter": "ms-vscode.cpptools"
},
"[cuda-cpp]": {
"editor.defaultFormatter": "ms-vscode.cpptools"
},
"workbench.colorTheme": "Default Light Modern"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment