Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Labels inside itemize-like environment not in ref-Intellisense #3963

Closed
4 tasks done
CronJorian opened this issue Jul 11, 2023 · 0 comments
Closed
4 tasks done

Labels inside itemize-like environment not in ref-Intellisense #3963

CronJorian opened this issue Jul 11, 2023 · 0 comments

Comments

@CronJorian
Copy link

CronJorian commented Jul 11, 2023

Please fill the following fields with a star (*) and provide as much related information as possible.

Pre-checks*

Please change the following [ ] to [x] for confirmation.

  • The issue has not been reported in this repository.
  • The issue remains after disabling all other extensions and restarting Visual Studio Code.
  • The FAQ cannot address the issue.
  • The issue is not related to compiling a document, or the document can be successfully compiled in the OS terminal but not in Visual Studio Code with this extension.

Environment*

Please write exact version numbers instead of descriptors such as latest.

  • Operating System: macOS Ventura 13.4.1 (22F82)
  • Visual Studio Code Version: 1.80.0 (Universal) - Commit: 660393deaaa6d1996740ff4880f1bad43768c81
  • LaTeX Workshop Version: 9.12.3
  • TeX Distribution Version: TeXLive 2023

Please list the environment and version number if you are using VSCodium, Snap or Flatpack versions of Visual Studio Code, and/or Visual Studio Code Remote Containers/SSH/WSL.

  • I am using XXX whose version is YY.ZZ

The Issue*

Please briefly describe the issue you come across.

  • When labeling items in an itemize-like environment (tested with itemize and enumerate, with and without the enumitem package) the label does not appear in the \ref intellisense option
  • To be clear: The reference per se works, but the intellisense doesn't show the labels
    image

Reproduction Steps

Please list out the steps to reproduce your bug. Include relevant environmental variables or any other configuration.

  1. Create itemize environment
  2. Add some \items with a \label (e.g. \item a \label{a})
  3. Call the \ref function to get the available labels (e.g. \ref{)

Expected Behavior

What were you expecting to see? Include any relevant examples or documentation links.

  • I'd be expecting to see label a suggested by intellisense
  • When specifying a label outside the environment, everything works as expected. Labels inside the itemize environment are not recognized

Logs

LaTeX Workshop Output*

Please paste the whole log messages below, not parts of ones. The log should start with New log placeholder %WS1% registered.

[13:54:25.664][Extension] onDidSaveTextDocument triggered: file://%WS1%/expose/chapters/objectives.tex
[13:54:25.726][Cacher][Watcher] "change" emitted on %WS1%/expose/chapters/objectives.tex .
[13:54:25.727][Cacher] Caching %WS1%/expose/chapters/objectives.tex .
[13:54:25.728][Cacher] Updated inputs of %WS1%/expose/chapters/objectives.tex .
[13:54:25.728][Cacher] Parse LaTeX AST: %WS1%/expose/chapters/objectives.tex .
[13:54:25.729][Builder] Auto build started detecting the change of a file: %WS1%/expose/chapters/objectives.tex .
[13:54:25.729][Event] AUTO_BUILD_INITIATED: {"type":"onChange","file":"%WS1%/expose/chapters/objectives.tex"}
[13:54:25.729][Commander] BUILD command invoked.
[13:54:25.729][Commander] The document of the active editor: file://%WS1%/expose/chapters/objectives.tex
[13:54:25.730][Commander] The languageId of the document: latex
[13:54:25.730][Commander] Building root file: %WS1%/expose/main.tex
[13:54:25.730][Builder] Build root file %WS1%/expose/main.tex
[13:54:25.730][Event] FILE_CHANGED: "%WS1%/expose/chapters/objectives.tex"
[13:54:25.732][Builder] outDir: %WS1%/expose .
[13:54:25.733][Builder] Preparing to run recipe: latexmk.
[13:54:25.733][Builder] Prepared 1 tools.
[13:54:25.734][Builder] Recipe step 1 The command is latexmk:["-synctex=1","-interaction=nonstopmode","-file-line-error","-pdf","-outdir=%WS1%/expose","%WS1%/expose/main"].
[13:54:25.735][Builder] env: {}
[13:54:25.735][Builder] root: %WS1%/expose/main.tex
[13:54:25.735][Builder] cwd: %WS1%/expose
[13:54:25.737][Builder] LaTeX build process spawned with PID 76723.
[13:54:25.745][Cacher] Parsed LaTeX AST: %WS1%/expose/chapters/objectives.tex .
[13:54:25.745][Cacher] Updated elements in 0.36 ms: %WS1%/expose/chapters/objectives.tex .
[13:54:25.746][Event] FILE_PARSED: "%WS1%/expose/chapters/objectives.tex"
[13:54:25.748][Structure] Structure force updated with 5 root sections for %WS1%/expose/main.tex .
[13:54:25.749][Event] STRUCTURE_UPDATED
[13:54:25.901][Builder] Finished a step in recipe with PID 76723.
[13:54:25.902][Builder] Successfully built %WS1%/expose/main.tex .
[13:54:25.902][Event] BUILD_DONE
[13:54:26.668][Cacher] Caching %WS1%/expose/chapters/objectives.tex .
[13:54:26.669][Cacher] Updated inputs of %WS1%/expose/chapters/objectives.tex .
[13:54:26.669][Cacher] Parse LaTeX AST: %WS1%/expose/chapters/objectives.tex .
[13:54:26.683][Cacher] Parsed LaTeX AST: %WS1%/expose/chapters/objectives.tex .
[13:54:26.684][Cacher] Updated elements in 0.38 ms: %WS1%/expose/chapters/objectives.tex .
[13:54:26.684][Event] FILE_PARSED: "%WS1%/expose/chapters/objectives.tex"
[13:54:26.685][Cacher][Path] Non-existent .fls for %WS1%/expose/main.tex .
[13:54:26.686][Structure] Structure force updated with 5 root sections for %WS1%/expose/main.tex .
[13:54:26.687][Event] STRUCTURE_UPDATED

Developer Tools Console

Please paste the whole log messages below, not parts of ones. This console logs can sometimes be very important in many cases. To access the log, click Help -> Toggle Developer Tools -> Console.

configurationModels.ts:256 Ignoring vscode-kubernetes.kubectl-path.windows as vscode-kubernetes.kubectl-path is ""
(anonymous) @ configurationModels.ts:256
p @ configuration.ts:231
j @ configurationModels.ts:256
addValue @ configurationModels.ts:236
h @ configurations.ts:62
c @ configurations.ts:40
c @ configuration.ts:91
(anonymous) @ configurations.ts:30
w @ event.ts:1088
fire @ event.ts:1119
deltaConfiguration @ configurationRegistry.ts:446
(anonymous) @ configurationExtensionPoint.ts:298
d @ extensionsRegistry.ts:144
acceptUsers @ extensionsRegistry.ts:135
Fb @ abstractExtensionService.ts:1068
Cb @ abstractExtensionService.ts:998
hb @ abstractExtensionService.ts:472
gb @ abstractExtensionService.ts:419
await in gb (async)
(anonymous) @ nativeExtensionService.ts:136
requestIdleCallback (async)
e.$Gg @ async.ts:1188
(anonymous) @ nativeExtensionService.ts:135
Promise.then (async)
e.$W9b @ nativeExtensionService.ts:133
j @ instantiationService.ts:119
t @ instantiationService.ts:245
s @ instantiationService.ts:234
r @ instantiationService.ts:223
q @ instantiationService.ts:163
m @ instantiationService.ts:147
get @ instantiationService.ts:61
db @ layout.ts:233
(anonymous) @ workbench.ts:153
invokeFunction @ instantiationService.ts:68
startup @ workbench.ts:144
open @ desktop.main.ts:122
await in open (async)
ce @ desktop.main.ts:383
d.load.configureDeveloperSettings @ workbench.js:2697
(anonymous) @ workbench.js:2569
_invokeFactory @ workbench.js:1394
complete @ workbench.js:1404
_onModuleComplete @ workbench.js:2019
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_resolve @ workbench.js:1977
defineModule @ workbench.js:1627
_onLoad @ workbench.js:1706
(anonymous) @ workbench.js:1883
triggerCallback @ workbench.js:846
(anonymous) @ workbench.js:840
a @ workbench.js:869
load (async)
attachListeners @ workbench.js:875
load @ workbench.js:898
load @ workbench.js:840
a @ workbench.js:1878
_loadModule @ workbench.js:1890
_resolve @ workbench.js:1973
defineModule @ workbench.js:1627
c @ workbench.js:2068
(anonymous) @ workspacesService.ts:25
(anonymous) @ fake:1
configurationModels.ts:256 Ignoring vscode-kubernetes.helm-path.windows as vscode-kubernetes.helm-path is ""
(anonymous) @ configurationModels.ts:256
p @ configuration.ts:231
j @ configurationModels.ts:256
addValue @ configurationModels.ts:236
h @ configurations.ts:62
c @ configurations.ts:40
c @ configuration.ts:91
(anonymous) @ configurations.ts:30
w @ event.ts:1088
fire @ event.ts:1119
deltaConfiguration @ configurationRegistry.ts:446
(anonymous) @ configurationExtensionPoint.ts:298
d @ extensionsRegistry.ts:144
acceptUsers @ extensionsRegistry.ts:135
Fb @ abstractExtensionService.ts:1068
Cb @ abstractExtensionService.ts:998
hb @ abstractExtensionService.ts:472
gb @ abstractExtensionService.ts:419
await in gb (async)
(anonymous) @ nativeExtensionService.ts:136
requestIdleCallback (async)
e.$Gg @ async.ts:1188
(anonymous) @ nativeExtensionService.ts:135
Promise.then (async)
e.$W9b @ nativeExtensionService.ts:133
j @ instantiationService.ts:119
t @ instantiationService.ts:245
s @ instantiationService.ts:234
r @ instantiationService.ts:223
q @ instantiationService.ts:163
m @ instantiationService.ts:147
get @ instantiationService.ts:61
db @ layout.ts:233
(anonymous) @ workbench.ts:153
invokeFunction @ instantiationService.ts:68
startup @ workbench.ts:144
open @ desktop.main.ts:122
await in open (async)
ce @ desktop.main.ts:383
d.load.configureDeveloperSettings @ workbench.js:2697
(anonymous) @ workbench.js:2569
_invokeFactory @ workbench.js:1394
complete @ workbench.js:1404
_onModuleComplete @ workbench.js:2019
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_resolve @ workbench.js:1977
defineModule @ workbench.js:1627
_onLoad @ workbench.js:1706
(anonymous) @ workbench.js:1883
triggerCallback @ workbench.js:846
(anonymous) @ workbench.js:840
a @ workbench.js:869
load (async)
attachListeners @ workbench.js:875
load @ workbench.js:898
load @ workbench.js:840
a @ workbench.js:1878
_loadModule @ workbench.js:1890
_resolve @ workbench.js:1973
defineModule @ workbench.js:1627
c @ workbench.js:2068
(anonymous) @ workspacesService.ts:25
(anonymous) @ fake:1
configurationModels.ts:256 Ignoring vscode-kubernetes.minikube-path.windows as vscode-kubernetes.minikube-path is ""
(anonymous) @ configurationModels.ts:256
p @ configuration.ts:231
j @ configurationModels.ts:256
addValue @ configurationModels.ts:236
h @ configurations.ts:62
c @ configurations.ts:40
c @ configuration.ts:91
(anonymous) @ configurations.ts:30
w @ event.ts:1088
fire @ event.ts:1119
deltaConfiguration @ configurationRegistry.ts:446
(anonymous) @ configurationExtensionPoint.ts:298
d @ extensionsRegistry.ts:144
acceptUsers @ extensionsRegistry.ts:135
Fb @ abstractExtensionService.ts:1068
Cb @ abstractExtensionService.ts:998
hb @ abstractExtensionService.ts:472
gb @ abstractExtensionService.ts:419
await in gb (async)
(anonymous) @ nativeExtensionService.ts:136
requestIdleCallback (async)
e.$Gg @ async.ts:1188
(anonymous) @ nativeExtensionService.ts:135
Promise.then (async)
e.$W9b @ nativeExtensionService.ts:133
j @ instantiationService.ts:119
t @ instantiationService.ts:245
s @ instantiationService.ts:234
r @ instantiationService.ts:223
q @ instantiationService.ts:163
m @ instantiationService.ts:147
get @ instantiationService.ts:61
db @ layout.ts:233
(anonymous) @ workbench.ts:153
invokeFunction @ instantiationService.ts:68
startup @ workbench.ts:144
open @ desktop.main.ts:122
await in open (async)
ce @ desktop.main.ts:383
d.load.configureDeveloperSettings @ workbench.js:2697
(anonymous) @ workbench.js:2569
_invokeFactory @ workbench.js:1394
complete @ workbench.js:1404
_onModuleComplete @ workbench.js:2019
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_resolve @ workbench.js:1977
defineModule @ workbench.js:1627
_onLoad @ workbench.js:1706
(anonymous) @ workbench.js:1883
triggerCallback @ workbench.js:846
(anonymous) @ workbench.js:840
a @ workbench.js:869
load (async)
attachListeners @ workbench.js:875
load @ workbench.js:898
load @ workbench.js:840
a @ workbench.js:1878
_loadModule @ workbench.js:1890
_resolve @ workbench.js:1973
defineModule @ workbench.js:1627
c @ workbench.js:2068
(anonymous) @ workspacesService.ts:25
(anonymous) @ fake:1
configurationModels.ts:256 Ignoring vscode-kubernetes.kubectl-path.mac as vscode-kubernetes.kubectl-path is ""
(anonymous) @ configurationModels.ts:256
p @ configuration.ts:231
j @ configurationModels.ts:256
addValue @ configurationModels.ts:236
h @ configurations.ts:62
c @ configurations.ts:40
c @ configuration.ts:91
(anonymous) @ configurations.ts:30
w @ event.ts:1088
fire @ event.ts:1119
deltaConfiguration @ configurationRegistry.ts:446
(anonymous) @ configurationExtensionPoint.ts:298
d @ extensionsRegistry.ts:144
acceptUsers @ extensionsRegistry.ts:135
Fb @ abstractExtensionService.ts:1068
Cb @ abstractExtensionService.ts:998
hb @ abstractExtensionService.ts:472
gb @ abstractExtensionService.ts:419
await in gb (async)
(anonymous) @ nativeExtensionService.ts:136
requestIdleCallback (async)
e.$Gg @ async.ts:1188
(anonymous) @ nativeExtensionService.ts:135
Promise.then (async)
e.$W9b @ nativeExtensionService.ts:133
j @ instantiationService.ts:119
t @ instantiationService.ts:245
s @ instantiationService.ts:234
r @ instantiationService.ts:223
q @ instantiationService.ts:163
m @ instantiationService.ts:147
get @ instantiationService.ts:61
db @ layout.ts:233
(anonymous) @ workbench.ts:153
invokeFunction @ instantiationService.ts:68
startup @ workbench.ts:144
open @ desktop.main.ts:122
await in open (async)
ce @ desktop.main.ts:383
d.load.configureDeveloperSettings @ workbench.js:2697
(anonymous) @ workbench.js:2569
_invokeFactory @ workbench.js:1394
complete @ workbench.js:1404
_onModuleComplete @ workbench.js:2019
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_resolve @ workbench.js:1977
defineModule @ workbench.js:1627
_onLoad @ workbench.js:1706
(anonymous) @ workbench.js:1883
triggerCallback @ workbench.js:846
(anonymous) @ workbench.js:840
a @ workbench.js:869
load (async)
attachListeners @ workbench.js:875
load @ workbench.js:898
load @ workbench.js:840
a @ workbench.js:1878
_loadModule @ workbench.js:1890
_resolve @ workbench.js:1973
defineModule @ workbench.js:1627
c @ workbench.js:2068
(anonymous) @ workspacesService.ts:25
(anonymous) @ fake:1
configurationModels.ts:256 Ignoring vscode-kubernetes.helm-path.mac as vscode-kubernetes.helm-path is ""
(anonymous) @ configurationModels.ts:256
p @ configuration.ts:231
j @ configurationModels.ts:256
addValue @ configurationModels.ts:236
h @ configurations.ts:62
c @ configurations.ts:40
c @ configuration.ts:91
(anonymous) @ configurations.ts:30
w @ event.ts:1088
fire @ event.ts:1119
deltaConfiguration @ configurationRegistry.ts:446
(anonymous) @ configurationExtensionPoint.ts:298
d @ extensionsRegistry.ts:144
acceptUsers @ extensionsRegistry.ts:135
Fb @ abstractExtensionService.ts:1068
Cb @ abstractExtensionService.ts:998
hb @ abstractExtensionService.ts:472
gb @ abstractExtensionService.ts:419
await in gb (async)
(anonymous) @ nativeExtensionService.ts:136
requestIdleCallback (async)
e.$Gg @ async.ts:1188
(anonymous) @ nativeExtensionService.ts:135
Promise.then (async)
e.$W9b @ nativeExtensionService.ts:133
j @ instantiationService.ts:119
t @ instantiationService.ts:245
s @ instantiationService.ts:234
r @ instantiationService.ts:223
q @ instantiationService.ts:163
m @ instantiationService.ts:147
get @ instantiationService.ts:61
db @ layout.ts:233
(anonymous) @ workbench.ts:153
invokeFunction @ instantiationService.ts:68
startup @ workbench.ts:144
open @ desktop.main.ts:122
await in open (async)
ce @ desktop.main.ts:383
d.load.configureDeveloperSettings @ workbench.js:2697
(anonymous) @ workbench.js:2569
_invokeFactory @ workbench.js:1394
complete @ workbench.js:1404
_onModuleComplete @ workbench.js:2019
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_resolve @ workbench.js:1977
defineModule @ workbench.js:1627
_onLoad @ workbench.js:1706
(anonymous) @ workbench.js:1883
triggerCallback @ workbench.js:846
(anonymous) @ workbench.js:840
a @ workbench.js:869
load (async)
attachListeners @ workbench.js:875
load @ workbench.js:898
load @ workbench.js:840
a @ workbench.js:1878
_loadModule @ workbench.js:1890
_resolve @ workbench.js:1973
defineModule @ workbench.js:1627
c @ workbench.js:2068
(anonymous) @ workspacesService.ts:25
(anonymous) @ fake:1
configurationModels.ts:256 Ignoring vscode-kubernetes.minikube-path.mac as vscode-kubernetes.minikube-path is ""
(anonymous) @ configurationModels.ts:256
p @ configuration.ts:231
j @ configurationModels.ts:256
addValue @ configurationModels.ts:236
h @ configurations.ts:62
c @ configurations.ts:40
c @ configuration.ts:91
(anonymous) @ configurations.ts:30
w @ event.ts:1088
fire @ event.ts:1119
deltaConfiguration @ configurationRegistry.ts:446
(anonymous) @ configurationExtensionPoint.ts:298
d @ extensionsRegistry.ts:144
acceptUsers @ extensionsRegistry.ts:135
Fb @ abstractExtensionService.ts:1068
Cb @ abstractExtensionService.ts:998
hb @ abstractExtensionService.ts:472
gb @ abstractExtensionService.ts:419
await in gb (async)
(anonymous) @ nativeExtensionService.ts:136
requestIdleCallback (async)
e.$Gg @ async.ts:1188
(anonymous) @ nativeExtensionService.ts:135
Promise.then (async)
e.$W9b @ nativeExtensionService.ts:133
j @ instantiationService.ts:119
t @ instantiationService.ts:245
s @ instantiationService.ts:234
r @ instantiationService.ts:223
q @ instantiationService.ts:163
m @ instantiationService.ts:147
get @ instantiationService.ts:61
db @ layout.ts:233
(anonymous) @ workbench.ts:153
invokeFunction @ instantiationService.ts:68
startup @ workbench.ts:144
open @ desktop.main.ts:122
await in open (async)
ce @ desktop.main.ts:383
d.load.configureDeveloperSettings @ workbench.js:2697
(anonymous) @ workbench.js:2569
_invokeFactory @ workbench.js:1394
complete @ workbench.js:1404
_onModuleComplete @ workbench.js:2019
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_resolve @ workbench.js:1977
defineModule @ workbench.js:1627
_onLoad @ workbench.js:1706
(anonymous) @ workbench.js:1883
triggerCallback @ workbench.js:846
(anonymous) @ workbench.js:840
a @ workbench.js:869
load (async)
attachListeners @ workbench.js:875
load @ workbench.js:898
load @ workbench.js:840
a @ workbench.js:1878
_loadModule @ workbench.js:1890
_resolve @ workbench.js:1973
defineModule @ workbench.js:1627
c @ workbench.js:2068
(anonymous) @ workspacesService.ts:25
(anonymous) @ fake:1
configurationModels.ts:256 Ignoring vscode-kubernetes.kubectl-path.linux as vscode-kubernetes.kubectl-path is ""
(anonymous) @ configurationModels.ts:256
p @ configuration.ts:231
j @ configurationModels.ts:256
addValue @ configurationModels.ts:236
h @ configurations.ts:62
c @ configurations.ts:40
c @ configuration.ts:91
(anonymous) @ configurations.ts:30
w @ event.ts:1088
fire @ event.ts:1119
deltaConfiguration @ configurationRegistry.ts:446
(anonymous) @ configurationExtensionPoint.ts:298
d @ extensionsRegistry.ts:144
acceptUsers @ extensionsRegistry.ts:135
Fb @ abstractExtensionService.ts:1068
Cb @ abstractExtensionService.ts:998
hb @ abstractExtensionService.ts:472
gb @ abstractExtensionService.ts:419
await in gb (async)
(anonymous) @ nativeExtensionService.ts:136
requestIdleCallback (async)
e.$Gg @ async.ts:1188
(anonymous) @ nativeExtensionService.ts:135
Promise.then (async)
e.$W9b @ nativeExtensionService.ts:133
j @ instantiationService.ts:119
t @ instantiationService.ts:245
s @ instantiationService.ts:234
r @ instantiationService.ts:223
q @ instantiationService.ts:163
m @ instantiationService.ts:147
get @ instantiationService.ts:61
db @ layout.ts:233
(anonymous) @ workbench.ts:153
invokeFunction @ instantiationService.ts:68
startup @ workbench.ts:144
open @ desktop.main.ts:122
await in open (async)
ce @ desktop.main.ts:383
d.load.configureDeveloperSettings @ workbench.js:2697
(anonymous) @ workbench.js:2569
_invokeFactory @ workbench.js:1394
complete @ workbench.js:1404
_onModuleComplete @ workbench.js:2019
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_resolve @ workbench.js:1977
defineModule @ workbench.js:1627
_onLoad @ workbench.js:1706
(anonymous) @ workbench.js:1883
triggerCallback @ workbench.js:846
(anonymous) @ workbench.js:840
a @ workbench.js:869
load (async)
attachListeners @ workbench.js:875
load @ workbench.js:898
load @ workbench.js:840
a @ workbench.js:1878
_loadModule @ workbench.js:1890
_resolve @ workbench.js:1973
defineModule @ workbench.js:1627
c @ workbench.js:2068
(anonymous) @ workspacesService.ts:25
(anonymous) @ fake:1
configurationModels.ts:256 Ignoring vscode-kubernetes.helm-path.linux as vscode-kubernetes.helm-path is ""
(anonymous) @ configurationModels.ts:256
p @ configuration.ts:231
j @ configurationModels.ts:256
addValue @ configurationModels.ts:236
h @ configurations.ts:62
c @ configurations.ts:40
c @ configuration.ts:91
(anonymous) @ configurations.ts:30
w @ event.ts:1088
fire @ event.ts:1119
deltaConfiguration @ configurationRegistry.ts:446
(anonymous) @ configurationExtensionPoint.ts:298
d @ extensionsRegistry.ts:144
acceptUsers @ extensionsRegistry.ts:135
Fb @ abstractExtensionService.ts:1068
Cb @ abstractExtensionService.ts:998
hb @ abstractExtensionService.ts:472
gb @ abstractExtensionService.ts:419
await in gb (async)
(anonymous) @ nativeExtensionService.ts:136
requestIdleCallback (async)
e.$Gg @ async.ts:1188
(anonymous) @ nativeExtensionService.ts:135
Promise.then (async)
e.$W9b @ nativeExtensionService.ts:133
j @ instantiationService.ts:119
t @ instantiationService.ts:245
s @ instantiationService.ts:234
r @ instantiationService.ts:223
q @ instantiationService.ts:163
m @ instantiationService.ts:147
get @ instantiationService.ts:61
db @ layout.ts:233
(anonymous) @ workbench.ts:153
invokeFunction @ instantiationService.ts:68
startup @ workbench.ts:144
open @ desktop.main.ts:122
await in open (async)
ce @ desktop.main.ts:383
d.load.configureDeveloperSettings @ workbench.js:2697
(anonymous) @ workbench.js:2569
_invokeFactory @ workbench.js:1394
complete @ workbench.js:1404
_onModuleComplete @ workbench.js:2019
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_resolve @ workbench.js:1977
defineModule @ workbench.js:1627
_onLoad @ workbench.js:1706
(anonymous) @ workbench.js:1883
triggerCallback @ workbench.js:846
(anonymous) @ workbench.js:840
a @ workbench.js:869
load (async)
attachListeners @ workbench.js:875
load @ workbench.js:898
load @ workbench.js:840
a @ workbench.js:1878
_loadModule @ workbench.js:1890
_resolve @ workbench.js:1973
defineModule @ workbench.js:1627
c @ workbench.js:2068
(anonymous) @ workspacesService.ts:25
(anonymous) @ fake:1
configurationModels.ts:256 Ignoring vscode-kubernetes.minikube-path.linux as vscode-kubernetes.minikube-path is ""
(anonymous) @ configurationModels.ts:256
p @ configuration.ts:231
j @ configurationModels.ts:256
addValue @ configurationModels.ts:236
h @ configurations.ts:62
c @ configurations.ts:40
c @ configuration.ts:91
(anonymous) @ configurations.ts:30
w @ event.ts:1088
fire @ event.ts:1119
deltaConfiguration @ configurationRegistry.ts:446
(anonymous) @ configurationExtensionPoint.ts:298
d @ extensionsRegistry.ts:144
acceptUsers @ extensionsRegistry.ts:135
Fb @ abstractExtensionService.ts:1068
Cb @ abstractExtensionService.ts:998
hb @ abstractExtensionService.ts:472
gb @ abstractExtensionService.ts:419
await in gb (async)
(anonymous) @ nativeExtensionService.ts:136
requestIdleCallback (async)
e.$Gg @ async.ts:1188
(anonymous) @ nativeExtensionService.ts:135
Promise.then (async)
e.$W9b @ nativeExtensionService.ts:133
j @ instantiationService.ts:119
t @ instantiationService.ts:245
s @ instantiationService.ts:234
r @ instantiationService.ts:223
q @ instantiationService.ts:163
m @ instantiationService.ts:147
get @ instantiationService.ts:61
db @ layout.ts:233
(anonymous) @ workbench.ts:153
invokeFunction @ instantiationService.ts:68
startup @ workbench.ts:144
open @ desktop.main.ts:122
await in open (async)
ce @ desktop.main.ts:383
d.load.configureDeveloperSettings @ workbench.js:2697
(anonymous) @ workbench.js:2569
_invokeFactory @ workbench.js:1394
complete @ workbench.js:1404
_onModuleComplete @ workbench.js:2019
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_resolve @ workbench.js:1977
defineModule @ workbench.js:1627
_onLoad @ workbench.js:1706
(anonymous) @ workbench.js:1883
triggerCallback @ workbench.js:846
(anonymous) @ workbench.js:840
a @ workbench.js:869
load (async)
attachListeners @ workbench.js:875
load @ workbench.js:898
load @ workbench.js:840
a @ workbench.js:1878
_loadModule @ workbench.js:1890
_resolve @ workbench.js:1973
defineModule @ workbench.js:1627
c @ workbench.js:2068
(anonymous) @ workspacesService.ts:25
(anonymous) @ fake:1
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope source.dart.
Old grammar file: file:///Applications/Visual%20Studio%20Code.app/Contents/Resources/app/extensions/dart/syntaxes/dart.tmLanguage.json.
New grammar file: file:///Users/sschwarzer/.vscode/extensions/dart-code.dart-code-3.68.1/syntaxes/dart.json
register @ TMScopeRegistry.ts:46
L @ TMGrammarFactory.ts:74
M @ textMateTokenizationFeatureImpl.ts:252
await in M (async)
N @ textMateTokenizationFeatureImpl.ts:272
(anonymous) @ textMateTokenizationFeatureImpl.ts:107
get tokenizationSupport @ languages.ts:1872
i @ tokenizationRegistry.ts:148
resolve @ tokenizationRegistry.ts:142
getOrCreate @ tokenizationRegistry.ts:76
requestRichLanguageFeatures @ languageService.ts:145
Un @ textModel.ts:378
F @ modelService.ts:328
createModel @ modelService.ts:458
D @ textEditorModel.ts:155
C @ textEditorModel.ts:149
Bb @ textFileEditorModel.ts:554
Ab @ textFileEditorModel.ts:536
yb @ textFileEditorModel.ts:405
await in yb (async)
xb @ textFileEditorModel.ts:392
await in xb (async)
vb @ textFileEditorModel.ts:315
resolve @ textFileEditorModel.ts:300
P @ textFileEditorModelManager.ts:393
resolve @ textFileEditorModelManager.ts:336
cb @ fileEditorInput.ts:336
resolve @ fileEditorInput.ts:322
setInput @ textFileEditor.ts:105
await in setInput (async)
M @ editorPanes.ts:422
D @ editorPanes.ts:252
openEditor @ editorPanes.ts:129
(anonymous) @ editorGroupView.ts:1081
yb @ editorGroupView.ts:1106
ib @ editorGroupView.ts:507
un @ editorGroupView.ts:228
j @ instantiationService.ts:119
createInstance @ instantiationService.ts:85
createFromSerialized @ editorGroupView.ts:69
Cb @ editorPart.ts:574
fromJSON @ editorPart.ts:1092
o @ gridview.ts:1567
(anonymous) @ gridview.ts:1560
o @ gridview.ts:1558
(anonymous) @ gridview.ts:1560
o @ gridview.ts:1558
n @ gridview.ts:1551
deserialize @ gridview.ts:1545
deserialize @ grid.ts:768
Qb @ editorPart.ts:1086
Pb @ editorPart.ts:1053
Ob @ editorPart.ts:1025
I @ editorPart.ts:893
create @ part.ts:76
dc @ workbench.ts:357
(anonymous) @ workbench.ts:166
invokeFunction @ instantiationService.ts:68
startup @ workbench.ts:144
open @ desktop.main.ts:122
await in open (async)
ce @ desktop.main.ts:383
d.load.configureDeveloperSettings @ workbench.js:2697
(anonymous) @ workbench.js:2569
_invokeFactory @ workbench.js:1394
complete @ workbench.js:1404
_onModuleComplete @ workbench.js:2019
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_resolve @ workbench.js:1977
defineModule @ workbench.js:1627
_onLoad @ workbench.js:1706
(anonymous) @ workbench.js:1883
triggerCallback @ workbench.js:846
(anonymous) @ workbench.js:840
a @ workbench.js:869
load (async)
attachListeners @ workbench.js:875
load @ workbench.js:898
load @ workbench.js:840
a @ workbench.js:1878
_loadModule @ workbench.js:1890
_resolve @ workbench.js:1973
defineModule @ workbench.js:1627
c @ workbench.js:2068
(anonymous) @ workspacesService.ts:25
(anonymous) @ fake:1
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope text.tex.
Old grammar file: file:///Applications/Visual%20Studio%20Code.app/Contents/Resources/app/extensions/latex/syntaxes/TeX.tmLanguage.json.
New grammar file: file:///Users/sschwarzer/.vscode/extensions/james-yu.latex-workshop-9.12.3/syntax/TeX.tmLanguage.json
register @ TMScopeRegistry.ts:46
L @ TMGrammarFactory.ts:74
M @ textMateTokenizationFeatureImpl.ts:252
await in M (async)
N @ textMateTokenizationFeatureImpl.ts:272
(anonymous) @ textMateTokenizationFeatureImpl.ts:107
get tokenizationSupport @ languages.ts:1872
i @ tokenizationRegistry.ts:148
resolve @ tokenizationRegistry.ts:142
getOrCreate @ tokenizationRegistry.ts:76
requestRichLanguageFeatures @ languageService.ts:145
Un @ textModel.ts:378
F @ modelService.ts:328
createModel @ modelService.ts:458
D @ textEditorModel.ts:155
C @ textEditorModel.ts:149
Bb @ textFileEditorModel.ts:554
Ab @ textFileEditorModel.ts:536
yb @ textFileEditorModel.ts:405
await in yb (async)
xb @ textFileEditorModel.ts:392
await in xb (async)
vb @ textFileEditorModel.ts:315
resolve @ textFileEditorModel.ts:300
P @ textFileEditorModelManager.ts:393
resolve @ textFileEditorModelManager.ts:336
cb @ fileEditorInput.ts:336
resolve @ fileEditorInput.ts:322
setInput @ textFileEditor.ts:105
await in setInput (async)
M @ editorPanes.ts:422
D @ editorPanes.ts:252
openEditor @ editorPanes.ts:129
(anonymous) @ editorGroupView.ts:1081
yb @ editorGroupView.ts:1106
ib @ editorGroupView.ts:507
un @ editorGroupView.ts:228
j @ instantiationService.ts:119
createInstance @ instantiationService.ts:85
createFromSerialized @ editorGroupView.ts:69
Cb @ editorPart.ts:574
fromJSON @ editorPart.ts:1092
o @ gridview.ts:1567
(anonymous) @ gridview.ts:1560
o @ gridview.ts:1558
(anonymous) @ gridview.ts:1560
o @ gridview.ts:1558
n @ gridview.ts:1551
deserialize @ gridview.ts:1545
deserialize @ grid.ts:768
Qb @ editorPart.ts:1086
Pb @ editorPart.ts:1053
Ob @ editorPart.ts:1025
I @ editorPart.ts:893
create @ part.ts:76
dc @ workbench.ts:357
(anonymous) @ workbench.ts:166
invokeFunction @ instantiationService.ts:68
startup @ workbench.ts:144
open @ desktop.main.ts:122
await in open (async)
ce @ desktop.main.ts:383
d.load.configureDeveloperSettings @ workbench.js:2697
(anonymous) @ workbench.js:2569
_invokeFactory @ workbench.js:1394
complete @ workbench.js:1404
_onModuleComplete @ workbench.js:2019
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_resolve @ workbench.js:1977
defineModule @ workbench.js:1627
_onLoad @ workbench.js:1706
(anonymous) @ workbench.js:1883
triggerCallback @ workbench.js:846
(anonymous) @ workbench.js:840
a @ workbench.js:869
load (async)
attachListeners @ workbench.js:875
load @ workbench.js:898
load @ workbench.js:840
a @ workbench.js:1878
_loadModule @ workbench.js:1890
_resolve @ workbench.js:1973
defineModule @ workbench.js:1627
c @ workbench.js:2068
(anonymous) @ workspacesService.ts:25
(anonymous) @ fake:1
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope text.tex.latex.
Old grammar file: file:///Applications/Visual%20Studio%20Code.app/Contents/Resources/app/extensions/latex/syntaxes/LaTeX.tmLanguage.json.
New grammar file: file:///Users/sschwarzer/.vscode/extensions/james-yu.latex-workshop-9.12.3/syntax/LaTeX.tmLanguage.json
register @ TMScopeRegistry.ts:46
L @ TMGrammarFactory.ts:74
M @ textMateTokenizationFeatureImpl.ts:252
await in M (async)
N @ textMateTokenizationFeatureImpl.ts:272
(anonymous) @ textMateTokenizationFeatureImpl.ts:107
get tokenizationSupport @ languages.ts:1872
i @ tokenizationRegistry.ts:148
resolve @ tokenizationRegistry.ts:142
getOrCreate @ tokenizationRegistry.ts:76
requestRichLanguageFeatures @ languageService.ts:145
Un @ textModel.ts:378
F @ modelService.ts:328
createModel @ modelService.ts:458
D @ textEditorModel.ts:155
C @ textEditorModel.ts:149
Bb @ textFileEditorModel.ts:554
Ab @ textFileEditorModel.ts:536
yb @ textFileEditorModel.ts:405
await in yb (async)
xb @ textFileEditorModel.ts:392
await in xb (async)
vb @ textFileEditorModel.ts:315
resolve @ textFileEditorModel.ts:300
P @ textFileEditorModelManager.ts:393
resolve @ textFileEditorModelManager.ts:336
cb @ fileEditorInput.ts:336
resolve @ fileEditorInput.ts:322
setInput @ textFileEditor.ts:105
await in setInput (async)
M @ editorPanes.ts:422
D @ editorPanes.ts:252
openEditor @ editorPanes.ts:129
(anonymous) @ editorGroupView.ts:1081
yb @ editorGroupView.ts:1106
ib @ editorGroupView.ts:507
un @ editorGroupView.ts:228
j @ instantiationService.ts:119
createInstance @ instantiationService.ts:85
createFromSerialized @ editorGroupView.ts:69
Cb @ editorPart.ts:574
fromJSON @ editorPart.ts:1092
o @ gridview.ts:1567
(anonymous) @ gridview.ts:1560
o @ gridview.ts:1558
(anonymous) @ gridview.ts:1560
o @ gridview.ts:1558
n @ gridview.ts:1551
deserialize @ gridview.ts:1545
deserialize @ grid.ts:768
Qb @ editorPart.ts:1086
Pb @ editorPart.ts:1053
Ob @ editorPart.ts:1025
I @ editorPart.ts:893
create @ part.ts:76
dc @ workbench.ts:357
(anonymous) @ workbench.ts:166
invokeFunction @ instantiationService.ts:68
startup @ workbench.ts:144
open @ desktop.main.ts:122
await in open (async)
ce @ desktop.main.ts:383
d.load.configureDeveloperSettings @ workbench.js:2697
(anonymous) @ workbench.js:2569
_invokeFactory @ workbench.js:1394
complete @ workbench.js:1404
_onModuleComplete @ workbench.js:2019
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_resolve @ workbench.js:1977
defineModule @ workbench.js:1627
_onLoad @ workbench.js:1706
(anonymous) @ workbench.js:1883
triggerCallback @ workbench.js:846
(anonymous) @ workbench.js:840
a @ workbench.js:869
load (async)
attachListeners @ workbench.js:875
load @ workbench.js:898
load @ workbench.js:840
a @ workbench.js:1878
_loadModule @ workbench.js:1890
_resolve @ workbench.js:1973
defineModule @ workbench.js:1627
c @ workbench.js:2068
(anonymous) @ workspacesService.ts:25
(anonymous) @ fake:1
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope text.bibtex.
Old grammar file: file:///Applications/Visual%20Studio%20Code.app/Contents/Resources/app/extensions/latex/syntaxes/Bibtex.tmLanguage.json.
New grammar file: file:///Users/sschwarzer/.vscode/extensions/james-yu.latex-workshop-9.12.3/syntax/Bibtex.tmLanguage.json
register @ TMScopeRegistry.ts:46
L @ TMGrammarFactory.ts:74
M @ textMateTokenizationFeatureImpl.ts:252
await in M (async)
N @ textMateTokenizationFeatureImpl.ts:272
(anonymous) @ textMateTokenizationFeatureImpl.ts:107
get tokenizationSupport @ languages.ts:1872
i @ tokenizationRegistry.ts:148
resolve @ tokenizationRegistry.ts:142
getOrCreate @ tokenizationRegistry.ts:76
requestRichLanguageFeatures @ languageService.ts:145
Un @ textModel.ts:378
F @ modelService.ts:328
createModel @ modelService.ts:458
D @ textEditorModel.ts:155
C @ textEditorModel.ts:149
Bb @ textFileEditorModel.ts:554
Ab @ textFileEditorModel.ts:536
yb @ textFileEditorModel.ts:405
await in yb (async)
xb @ textFileEditorModel.ts:392
await in xb (async)
vb @ textFileEditorModel.ts:315
resolve @ textFileEditorModel.ts:300
P @ textFileEditorModelManager.ts:393
resolve @ textFileEditorModelManager.ts:336
cb @ fileEditorInput.ts:336
resolve @ fileEditorInput.ts:322
setInput @ textFileEditor.ts:105
await in setInput (async)
M @ editorPanes.ts:422
D @ editorPanes.ts:252
openEditor @ editorPanes.ts:129
(anonymous) @ editorGroupView.ts:1081
yb @ editorGroupView.ts:1106
ib @ editorGroupView.ts:507
un @ editorGroupView.ts:228
j @ instantiationService.ts:119
createInstance @ instantiationService.ts:85
createFromSerialized @ editorGroupView.ts:69
Cb @ editorPart.ts:574
fromJSON @ editorPart.ts:1092
o @ gridview.ts:1567
(anonymous) @ gridview.ts:1560
o @ gridview.ts:1558
(anonymous) @ gridview.ts:1560
o @ gridview.ts:1558
n @ gridview.ts:1551
deserialize @ gridview.ts:1545
deserialize @ grid.ts:768
Qb @ editorPart.ts:1086
Pb @ editorPart.ts:1053
Ob @ editorPart.ts:1025
I @ editorPart.ts:893
create @ part.ts:76
dc @ workbench.ts:357
(anonymous) @ workbench.ts:166
invokeFunction @ instantiationService.ts:68
startup @ workbench.ts:144
open @ desktop.main.ts:122
await in open (async)
ce @ desktop.main.ts:383
d.load.configureDeveloperSettings @ workbench.js:2697
(anonymous) @ workbench.js:2569
_invokeFactory @ workbench.js:1394
complete @ workbench.js:1404
_onModuleComplete @ workbench.js:2019
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_resolve @ workbench.js:1977
defineModule @ workbench.js:1627
_onLoad @ workbench.js:1706
(anonymous) @ workbench.js:1883
triggerCallback @ workbench.js:846
(anonymous) @ workbench.js:840
a @ workbench.js:869
load (async)
attachListeners @ workbench.js:875
load @ workbench.js:898
load @ workbench.js:840
a @ workbench.js:1878
_loadModule @ workbench.js:1890
_resolve @ workbench.js:1973
defineModule @ workbench.js:1627
c @ workbench.js:2068
(anonymous) @ workspacesService.ts:25
(anonymous) @ fake:1
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope text.tex.markdown_latex_combined.
Old grammar file: file:///Applications/Visual%20Studio%20Code.app/Contents/Resources/app/extensions/latex/syntaxes/markdown-latex-combined.tmLanguage.json.
New grammar file: file:///Users/sschwarzer/.vscode/extensions/james-yu.latex-workshop-9.12.3/syntax/markdown-latex-combined.tmLanguage.json
register @ TMScopeRegistry.ts:46
L @ TMGrammarFactory.ts:74
M @ textMateTokenizationFeatureImpl.ts:252
await in M (async)
N @ textMateTokenizationFeatureImpl.ts:272
(anonymous) @ textMateTokenizationFeatureImpl.ts:107
get tokenizationSupport @ languages.ts:1872
i @ tokenizationRegistry.ts:148
resolve @ tokenizationRegistry.ts:142
getOrCreate @ tokenizationRegistry.ts:76
requestRichLanguageFeatures @ languageService.ts:145
Un @ textModel.ts:378
F @ modelService.ts:328
createModel @ modelService.ts:458
D @ textEditorModel.ts:155
C @ textEditorModel.ts:149
Bb @ textFileEditorModel.ts:554
Ab @ textFileEditorModel.ts:536
yb @ textFileEditorModel.ts:405
await in yb (async)
xb @ textFileEditorModel.ts:392
await in xb (async)
vb @ textFileEditorModel.ts:315
resolve @ textFileEditorModel.ts:300
P @ textFileEditorModelManager.ts:393
resolve @ textFileEditorModelManager.ts:336
cb @ fileEditorInput.ts:336
resolve @ fileEditorInput.ts:322
setInput @ textFileEditor.ts:105
await in setInput (async)
M @ editorPanes.ts:422
D @ editorPanes.ts:252
openEditor @ editorPanes.ts:129
(anonymous) @ editorGroupView.ts:1081
yb @ editorGroupView.ts:1106
ib @ editorGroupView.ts:507
un @ editorGroupView.ts:228
j @ instantiationService.ts:119
createInstance @ instantiationService.ts:85
createFromSerialized @ editorGroupView.ts:69
Cb @ editorPart.ts:574
fromJSON @ editorPart.ts:1092
o @ gridview.ts:1567
(anonymous) @ gridview.ts:1560
o @ gridview.ts:1558
(anonymous) @ gridview.ts:1560
o @ gridview.ts:1558
n @ gridview.ts:1551
deserialize @ gridview.ts:1545
deserialize @ grid.ts:768
Qb @ editorPart.ts:1086
Pb @ editorPart.ts:1053
Ob @ editorPart.ts:1025
I @ editorPart.ts:893
create @ part.ts:76
dc @ workbench.ts:357
(anonymous) @ workbench.ts:166
invokeFunction @ instantiationService.ts:68
startup @ workbench.ts:144
open @ desktop.main.ts:122
await in open (async)
ce @ desktop.main.ts:383
d.load.configureDeveloperSettings @ workbench.js:2697
(anonymous) @ workbench.js:2569
_invokeFactory @ workbench.js:1394
complete @ workbench.js:1404
_onModuleComplete @ workbench.js:2019
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_resolve @ workbench.js:1977
defineModule @ workbench.js:1627
_onLoad @ workbench.js:1706
(anonymous) @ workbench.js:1883
triggerCallback @ workbench.js:846
(anonymous) @ workbench.js:840
a @ workbench.js:869
load (async)
attachListeners @ workbench.js:875
load @ workbench.js:898
load @ workbench.js:840
a @ workbench.js:1878
_loadModule @ workbench.js:1890
_resolve @ workbench.js:1973
defineModule @ workbench.js:1627
c @ workbench.js:2068
(anonymous) @ workspacesService.ts:25
(anonymous) @ fake:1
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope source.cpp.embedded.latex.
Old grammar file: file:///Applications/Visual%20Studio%20Code.app/Contents/Resources/app/extensions/latex/syntaxes/cpp-grammar-bailout.tmLanguage.json.
New grammar file: file:///Users/sschwarzer/.vscode/extensions/james-yu.latex-workshop-9.12.3/syntax/cpp-grammar-bailout.tmLanguage.json
register @ TMScopeRegistry.ts:46
L @ TMGrammarFactory.ts:74
M @ textMateTokenizationFeatureImpl.ts:252
await in M (async)
N @ textMateTokenizationFeatureImpl.ts:272
(anonymous) @ textMateTokenizationFeatureImpl.ts:107
get tokenizationSupport @ languages.ts:1872
i @ tokenizationRegistry.ts:148
resolve @ tokenizationRegistry.ts:142
getOrCreate @ tokenizationRegistry.ts:76
requestRichLanguageFeatures @ languageService.ts:145
Un @ textModel.ts:378
F @ modelService.ts:328
createModel @ modelService.ts:458
D @ textEditorModel.ts:155
C @ textEditorModel.ts:149
Bb @ textFileEditorModel.ts:554
Ab @ textFileEditorModel.ts:536
yb @ textFileEditorModel.ts:405
await in yb (async)
xb @ textFileEditorModel.ts:392
await in xb (async)
vb @ textFileEditorModel.ts:315
resolve @ textFileEditorModel.ts:300
P @ textFileEditorModelManager.ts:393
resolve @ textFileEditorModelManager.ts:336
cb @ fileEditorInput.ts:336
resolve @ fileEditorInput.ts:322
setInput @ textFileEditor.ts:105
await in setInput (async)
M @ editorPanes.ts:422
D @ editorPanes.ts:252
openEditor @ editorPanes.ts:129
(anonymous) @ editorGroupView.ts:1081
yb @ editorGroupView.ts:1106
ib @ editorGroupView.ts:507
un @ editorGroupView.ts:228
j @ instantiationService.ts:119
createInstance @ instantiationService.ts:85
createFromSerialized @ editorGroupView.ts:69
Cb @ editorPart.ts:574
fromJSON @ editorPart.ts:1092
o @ gridview.ts:1567
(anonymous) @ gridview.ts:1560
o @ gridview.ts:1558
(anonymous) @ gridview.ts:1560
o @ gridview.ts:1558
n @ gridview.ts:1551
deserialize @ gridview.ts:1545
deserialize @ grid.ts:768
Qb @ editorPart.ts:1086
Pb @ editorPart.ts:1053
Ob @ editorPart.ts:1025
I @ editorPart.ts:893
create @ part.ts:76
dc @ workbench.ts:357
(anonymous) @ workbench.ts:166
invokeFunction @ instantiationService.ts:68
startup @ workbench.ts:144
open @ desktop.main.ts:122
await in open (async)
ce @ desktop.main.ts:383
d.load.configureDeveloperSettings @ workbench.js:2697
(anonymous) @ workbench.js:2569
_invokeFactory @ workbench.js:1394
complete @ workbench.js:1404
_onModuleComplete @ workbench.js:2019
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_resolve @ workbench.js:1977
defineModule @ workbench.js:1627
_onLoad @ workbench.js:1706
(anonymous) @ workbench.js:1883
triggerCallback @ workbench.js:846
(anonymous) @ workbench.js:840
a @ workbench.js:869
load (async)
attachListeners @ workbench.js:875
load @ workbench.js:898
load @ workbench.js:840
a @ workbench.js:1878
_loadModule @ workbench.js:1890
_resolve @ workbench.js:1973
defineModule @ workbench.js:1627
c @ workbench.js:2068
(anonymous) @ workspacesService.ts:25
(anonymous) @ fake:1
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope source.julia.
Old grammar file: file:///Applications/Visual%20Studio%20Code.app/Contents/Resources/app/extensions/julia/syntaxes/julia.tmLanguage.json.
New grammar file: file:///Users/sschwarzer/.vscode/extensions/julialang.language-julia-1.47.2/syntaxes/julia_vscode.json
register @ TMScopeRegistry.ts:46
L @ TMGrammarFactory.ts:74
M @ textMateTokenizationFeatureImpl.ts:252
await in M (async)
N @ textMateTokenizationFeatureImpl.ts:272
(anonymous) @ textMateTokenizationFeatureImpl.ts:107
get tokenizationSupport @ languages.ts:1872
i @ tokenizationRegistry.ts:148
resolve @ tokenizationRegistry.ts:142
getOrCreate @ tokenizationRegistry.ts:76
requestRichLanguageFeatures @ languageService.ts:145
Un @ textModel.ts:378
F @ modelService.ts:328
createModel @ modelService.ts:458
D @ textEditorModel.ts:155
C @ textEditorModel.ts:149
Bb @ textFileEditorModel.ts:554
Ab @ textFileEditorModel.ts:536
yb @ textFileEditorModel.ts:405
await in yb (async)
xb @ textFileEditorModel.ts:392
await in xb (async)
vb @ textFileEditorModel.ts:315
resolve @ textFileEditorModel.ts:300
P @ textFileEditorModelManager.ts:393
resolve @ textFileEditorModelManager.ts:336
cb @ fileEditorInput.ts:336
resolve @ fileEditorInput.ts:322
setInput @ textFileEditor.ts:105
await in setInput (async)
M @ editorPanes.ts:422
D @ editorPanes.ts:252
openEditor @ editorPanes.ts:129
(anonymous) @ editorGroupView.ts:1081
yb @ editorGroupView.ts:1106
ib @ editorGroupView.ts:507
un @ editorGroupView.ts:228
j @ instantiationService.ts:119
createInstance @ instantiationService.ts:85
createFromSerialized @ editorGroupView.ts:69
Cb @ editorPart.ts:574
fromJSON @ editorPart.ts:1092
o @ gridview.ts:1567
(anonymous) @ gridview.ts:1560
o @ gridview.ts:1558
(anonymous) @ gridview.ts:1560
o @ gridview.ts:1558
n @ gridview.ts:1551
deserialize @ gridview.ts:1545
deserialize @ grid.ts:768
Qb @ editorPart.ts:1086
Pb @ editorPart.ts:1053
Ob @ editorPart.ts:1025
I @ editorPart.ts:893
create @ part.ts:76
dc @ workbench.ts:357
(anonymous) @ workbench.ts:166
invokeFunction @ instantiationService.ts:68
startup @ workbench.ts:144
open @ desktop.main.ts:122
await in open (async)
ce @ desktop.main.ts:383
d.load.configureDeveloperSettings @ workbench.js:2697
(anonymous) @ workbench.js:2569
_invokeFactory @ workbench.js:1394
complete @ workbench.js:1404
_onModuleComplete @ workbench.js:2019
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_resolve @ workbench.js:1977
defineModule @ workbench.js:1627
_onLoad @ workbench.js:1706
(anonymous) @ workbench.js:1883
triggerCallback @ workbench.js:846
(anonymous) @ workbench.js:840
a @ workbench.js:869
load (async)
attachListeners @ workbench.js:875
load @ workbench.js:898
load @ workbench.js:840
a @ workbench.js:1878
_loadModule @ workbench.js:1890
_resolve @ workbench.js:1973
defineModule @ workbench.js:1627
c @ workbench.js:2068
(anonymous) @ workspacesService.ts:25
(anonymous) @ fake:1
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope source.yaml.
Old grammar file: file:///Applications/Visual%20Studio%20Code.app/Contents/Resources/app/extensions/yaml/syntaxes/yaml.tmLanguage.json.
New grammar file: file:///Users/sschwarzer/.vscode/extensions/redhat.vscode-yaml-1.13.0/syntaxes/yaml.tmLanguage.json
register @ TMScopeRegistry.ts:46
L @ TMGrammarFactory.ts:74
M @ textMateTokenizationFeatureImpl.ts:252
await in M (async)
N @ textMateTokenizationFeatureImpl.ts:272
(anonymous) @ textMateTokenizationFeatureImpl.ts:107
get tokenizationSupport @ languages.ts:1872
i @ tokenizationRegistry.ts:148
resolve @ tokenizationRegistry.ts:142
getOrCreate @ tokenizationRegistry.ts:76
requestRichLanguageFeatures @ languageService.ts:145
Un @ textModel.ts:378
F @ modelService.ts:328
createModel @ modelService.ts:458
D @ textEditorModel.ts:155
C @ textEditorModel.ts:149
Bb @ textFileEditorModel.ts:554
Ab @ textFileEditorModel.ts:536
yb @ textFileEditorModel.ts:405
await in yb (async)
xb @ textFileEditorModel.ts:392
await in xb (async)
vb @ textFileEditorModel.ts:315
resolve @ textFileEditorModel.ts:300
P @ textFileEditorModelManager.ts:393
resolve @ textFileEditorModelManager.ts:336
cb @ fileEditorInput.ts:336
resolve @ fileEditorInput.ts:322
setInput @ textFileEditor.ts:105
await in setInput (async)
M @ editorPanes.ts:422
D @ editorPanes.ts:252
openEditor @ editorPanes.ts:129
(anonymous) @ editorGroupView.ts:1081
yb @ editorGroupView.ts:1106
ib @ editorGroupView.ts:507
un @ editorGroupView.ts:228
j @ instantiationService.ts:119
createInstance @ instantiationService.ts:85
createFromSerialized @ editorGroupView.ts:69
Cb @ editorPart.ts:574
fromJSON @ editorPart.ts:1092
o @ gridview.ts:1567
(anonymous) @ gridview.ts:1560
o @ gridview.ts:1558
(anonymous) @ gridview.ts:1560
o @ gridview.ts:1558
n @ gridview.ts:1551
deserialize @ gridview.ts:1545
deserialize @ grid.ts:768
Qb @ editorPart.ts:1086
Pb @ editorPart.ts:1053
Ob @ editorPart.ts:1025
I @ editorPart.ts:893
create @ part.ts:76
dc @ workbench.ts:357
(anonymous) @ workbench.ts:166
invokeFunction @ instantiationService.ts:68
startup @ workbench.ts:144
open @ desktop.main.ts:122
await in open (async)
ce @ desktop.main.ts:383
d.load.configureDeveloperSettings @ workbench.js:2697
(anonymous) @ workbench.js:2569
_invokeFactory @ workbench.js:1394
complete @ workbench.js:1404
_onModuleComplete @ workbench.js:2019
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_onModuleComplete @ workbench.js:2031
_resolve @ workbench.js:1977
defineModule @ workbench.js:1627
_onLoad @ workbench.js:1706
(anonymous) @ workbench.js:1883
triggerCallback @ workbench.js:846
(anonymous) @ workbench.js:840
a @ workbench.js:869
load (async)
attachListeners @ workbench.js:875
load @ workbench.js:898
load @ workbench.js:840
a @ workbench.js:1878
_loadModule @ workbench.js:1890
_resolve @ workbench.js:1973
defineModule @ workbench.js:1627
c @ workbench.js:2068
(anonymous) @ workspacesService.ts:25
(anonymous) @ fake:1
log.ts:421  INFO [perf] Render performance baseline is 47ms
configurationModels.ts:256 Ignoring vscode-kubernetes.kubectl-path.windows as vscode-kubernetes.kubectl-path is ""
(anonymous) @ configurationModels.ts:256
p @ configuration.ts:231
j @ configurationModels.ts:256
addValue @ configurationModels.ts:236
h @ configurations.ts:62
g @ configurations.ts:51
reload @ configurations.ts:35
reload @ configuration.ts:64
hb @ configurationService.ts:621
reloadConfiguration @ configurationService.ts:377
(anonymous) @ configurationService.ts:1269
Promise.then (async)
F @ configurationService.ts:1269
j @ instantiationService.ts:119
createInstance @ instantiationService.ts:85
k @ contributions.ts:179
d @ contributions.ts:155
requestIdleCallback (async)
e.$Gg @ async.ts:1188
d @ contributions.ts:158
requestIdleCallback (async)
e.$Gg @ async.ts:1188
j @ contributions.ts:172
h @ contributions.ts:138
configurationModels.ts:256 Ignoring vscode-kubernetes.helm-path.windows as vscode-kubernetes.helm-path is ""
(anonymous) @ configurationModels.ts:256
p @ configuration.ts:231
j @ configurationModels.ts:256
addValue @ configurationModels.ts:236
h @ configurations.ts:62
g @ configurations.ts:51
reload @ configurations.ts:35
reload @ configuration.ts:64
hb @ configurationService.ts:621
reloadConfiguration @ configurationService.ts:377
(anonymous) @ configurationService.ts:1269
Promise.then (async)
F @ configurationService.ts:1269
j @ instantiationService.ts:119
createInstance @ instantiationService.ts:85
k @ contributions.ts:179
d @ contributions.ts:155
requestIdleCallback (async)
e.$Gg @ async.ts:1188
d @ contributions.ts:158
requestIdleCallback (async)
e.$Gg @ async.ts:1188
j @ contributions.ts:172
h @ contributions.ts:138
configurationModels.ts:256 Ignoring vscode-kubernetes.minikube-path.windows as vscode-kubernetes.minikube-path is ""
(anonymous) @ configurationModels.ts:256
p @ configuration.ts:231
j @ configurationModels.ts:256
addValue @ configurationModels.ts:236
h @ configurations.ts:62
g @ configurations.ts:51
reload @ configurations.ts:35
reload @ configuration.ts:64
hb @ configurationService.ts:621
reloadConfiguration @ configurationService.ts:377
(anonymous) @ configurationService.ts:1269
Promise.then (async)
F @ configurationService.ts:1269
j @ instantiationService.ts:119
createInstance @ instantiationService.ts:85
k @ contributions.ts:179
d @ contributions.ts:155
requestIdleCallback (async)
e.$Gg @ async.ts:1188
d @ contributions.ts:158
requestIdleCallback (async)
e.$Gg @ async.ts:1188
j @ contributions.ts:172
h @ contributions.ts:138
configurationModels.ts:256 Ignoring vscode-kubernetes.kubectl-path.mac as vscode-kubernetes.kubectl-path is ""
(anonymous) @ configurationModels.ts:256
p @ configuration.ts:231
j @ configurationModels.ts:256
addValue @ configurationModels.ts:236
h @ configurations.ts:62
g @ configurations.ts:51
reload @ configurations.ts:35
reload @ configuration.ts:64
hb @ configurationService.ts:621
reloadConfiguration @ configurationService.ts:377
(anonymous) @ configurationService.ts:1269
Promise.then (async)
F @ configurationService.ts:1269
j @ instantiationService.ts:119
createInstance @ instantiationService.ts:85
k @ contributions.ts:179
d @ contributions.ts:155
requestIdleCallback (async)
e.$Gg @ async.ts:1188
d @ contributions.ts:158
requestIdleCallback (async)
e.$Gg @ async.ts:1188
j @ contributions.ts:172
h @ contributions.ts:138
configurationModels.ts:256 Ignoring vscode-kubernetes.helm-path.mac as vscode-kubernetes.helm-path is ""
(anonymous) @ configurationModels.ts:256
p @ configuration.ts:231
j @ configurationModels.ts:256
addValue @ configurationModels.ts:236
h @ configurations.ts:62
g @ configurations.ts:51
reload @ configurations.ts:35
reload @ configuration.ts:64
hb @ configurationService.ts:621
reloadConfiguration @ configurationService.ts:377
(anonymous) @ configurationService.ts:1269
Promise.then (async)
F @ configurationService.ts:1269
j @ instantiationService.ts:119
createInstance @ instantiationService.ts:85
k @ contributions.ts:179
d @ contributions.ts:155
requestIdleCallback (async)
e.$Gg @ async.ts:1188
d @ contributions.ts:158
requestIdleCallback (async)
e.$Gg @ async.ts:1188
j @ contributions.ts:172
h @ contributions.ts:138
configurationModels.ts:256 Ignoring vscode-kubernetes.minikube-path.mac as vscode-kubernetes.minikube-path is ""
(anonymous) @ configurationModels.ts:256
p @ configuration.ts:231
j @ configurationModels.ts:256
addValue @ configurationModels.ts:236
h @ configurations.ts:62
g @ configurations.ts:51
reload @ configurations.ts:35
reload @ configuration.ts:64
hb @ configurationService.ts:621
reloadConfiguration @ configurationService.ts:377
(anonymous) @ configurationService.ts:1269
Promise.then (async)
F @ configurationService.ts:1269
j @ instantiationService.ts:119
createInstance @ instantiationService.ts:85
k @ contributions.ts:179
d @ contributions.ts:155
requestIdleCallback (async)
e.$Gg @ async.ts:1188
d @ contributions.ts:158
requestIdleCallback (async)
e.$Gg @ async.ts:1188
j @ contributions.ts:172
h @ contributions.ts:138
configurationModels.ts:256 Ignoring vscode-kubernetes.kubectl-path.linux as vscode-kubernetes.kubectl-path is ""
(anonymous) @ configurationModels.ts:256
p @ configuration.ts:231
j @ configurationModels.ts:256
addValue @ configurationModels.ts:236
h @ configurations.ts:62
g @ configurations.ts:51
reload @ configurations.ts:35
reload @ configuration.ts:64
hb @ configurationService.ts:621
reloadConfiguration @ configurationService.ts:377
(anonymous) @ configurationService.ts:1269
Promise.then (async)
F @ configurationService.ts:1269
j @ instantiationService.ts:119
createInstance @ instantiationService.ts:85
k @ contributions.ts:179
d @ contributions.ts:155
requestIdleCallback (async)
e.$Gg @ async.ts:1188
d @ contributions.ts:158
requestIdleCallback (async)
e.$Gg @ async.ts:1188
j @ contributions.ts:172
h @ contributions.ts:138
configurationModels.ts:256 Ignoring vscode-kubernetes.helm-path.linux as vscode-kubernetes.helm-path is ""
(anonymous) @ configurationModels.ts:256
p @ configuration.ts:231
j @ configurationModels.ts:256
addValue @ configurationModels.ts:236
h @ configurations.ts:62
g @ configurations.ts:51
reload @ configurations.ts:35
reload @ configuration.ts:64
hb @ configurationService.ts:621
reloadConfiguration @ configurationService.ts:377
(anonymous) @ configurationService.ts:1269
Promise.then (async)
F @ configurationService.ts:1269
j @ instantiationService.ts:119
createInstance @ instantiationService.ts:85
k @ contributions.ts:179
d @ contributions.ts:155
requestIdleCallback (async)
e.$Gg @ async.ts:1188
d @ contributions.ts:158
requestIdleCallback (async)
e.$Gg @ async.ts:1188
j @ contributions.ts:172
h @ contributions.ts:138
configurationModels.ts:256 Ignoring vscode-kubernetes.minikube-path.linux as vscode-kubernetes.minikube-path is ""
(anonymous) @ configurationModels.ts:256
p @ configuration.ts:231
j @ configurationModels.ts:256
addValue @ configurationModels.ts:236
h @ configurations.ts:62
g @ configurations.ts:51
reload @ configurations.ts:35
reload @ configuration.ts:64
hb @ configurationService.ts:621
reloadConfiguration @ configurationService.ts:377
(anonymous) @ configurationService.ts:1269
Promise.then (async)
F @ configurationService.ts:1269
j @ instantiationService.ts:119
createInstance @ instantiationService.ts:85
k @ contributions.ts:179
d @ contributions.ts:155
requestIdleCallback (async)
e.$Gg @ async.ts:1188
d @ contributions.ts:158
requestIdleCallback (async)
e.$Gg @ async.ts:1188
j @ contributions.ts:172
h @ contributions.ts:138

Anything Else?

Add any other context about the problem below.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant