Closed HaoxuanGuo closed 2 years ago
I cannot reproduce this issue. Can you in insider's?
What are your settings?
@meganrogge Arch Linux, KDE Plasma, official vscode from .tar.gz package.
版本: 1.63.2 提交: 899d46d82c4c95423fb7e10e68eba52050e30ba3 日期: 2021-12-15T09:39:46.686Z Electron: 13.5.2 Chromium: 91.0.4472.164 Node.js: 14.16.0 V8: 9.1.269.39-electron.0 OS: Linux x64 5.15.10-arch1-1
settings.json is below:
{
"editor.fontFamily": "'Cascadia Code', Consolas, 'Courier New', monospace",
"editor.fontLigatures": true,
"terminal.integrated.commandsToSkipShell": [
"language-julia.interrupt"
],
"julia.symbolCacheDownload": true,
"latex-workshop.view.pdf.viewer": "tab",
"latex-workshop.latex.tools": [
{
"name": "xelatex",
"command": "xelatex",
"args": [
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"%DOCFILE%"
]
},
{
"name": "pdflatex",
"command": "pdflatex",
"args": [
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"%DOCFILE%"
]
},
{
"name": "latexmk",
"command": "latexmk",
"args": [
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"-pdf",
"-outdir=%OUTDIR%",
"%DOCFILE%"
]
},
{
"name": "bibtex",
"command": "bibtex",
"args": [
"%DOCFILE%"
]
}
],
"latex-workshop.latex.recipes": [
{
"name": "XeLaTeX",
"tools": [
"xelatex"
]
},
{
"name": "PDFLaTeX",
"tools": [
"pdflatex"
]
},
{
"name": "BibTeX",
"tools": [
"bibtex"
]
},
{
"name": "LaTeXmk",
"tools": [
"latexmk"
]
},
{
"name": "xelatex -> bibtex -> xelatex*2",
"tools": [
"xelatex",
"bibtex",
"xelatex",
"xelatex"
]
},
{
"name": "pdflatex -> bibtex -> pdflatex*2",
"tools": [
"pdflatex",
"bibtex",
"pdflatex",
"pdflatex"
]
}
],
"[julia]": {
"editor.detectIndentation": false,
"editor.insertSpaces": true,
"editor.tabSize": 4,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"editor.rulers": [
92
],
},
"[latex]": {
"editor.formatOnPaste": false,
"editor.suggestSelection": "recentlyUsedByPrefix",
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 120,
"editor.fontFamily": "'Sarasa Mono SC', Consolas, 'Courier New', monospace"
},
"julia.enableTelemetry": true,
"latex-workshop.latex.recipe.default": "lastUsed",
"editor.minimap.renderCharacters": false,
"cmake.configureOnOpen": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"tabnine.experimentalAutoImports": true,
"remote.SSH.remotePlatform": {
"g4-01": "linux",
"g4-05": "linux",
"taxi": "linux",
"LinuxGPU": "linux",
"g4-old": "linux"
},
"editor.inlineSuggest.enabled": true,
"gitlens.hovers.currentLine.over": "line",
"git.autofetch": true,
"C_Cpp.clang_format_style": "{ BasedOnStyle: Chromium, IndentWidth: 4}",
"julia.enableCrashReporter": true,
"workbench.iconTheme": "material-icon-theme",
"gitlens.hovers.enabled": false,
"gitlens.currentLine.enabled": false,
"gitlens.codeLens.enabled": false,
"cSpell.enableFiletypes": [
"julia"
],
"githubIssues.queries": [
{
"label": "My Issues",
"query": "default"
},
{
"label": "Created Issues",
"query": "author:${user} state:open repo:${owner}/${repository} sort:created-desc"
},
{
"label": "Recent Issues",
"query": "state:open repo:${owner}/${repository} sort:updated-desc"
}
],
"editor.fontSize": 16,
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": false,
"julia": false
},
}
@meganrogge Chinese Simplified language pack is activated although all plugins are disabled. Is it possibly affected?
Tried without language pack. Same as well.
@meganrogge I tried code-insiders. This problem is also exist.
@meganrogge It seems disappeared. Don't know the reason. What about to close this issue?
Vscode terminal have only 2 columns when it is open.
This only affect the first output. No effects on the later input and output.
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce: