microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.22k stars 29.29k forks source link

Source control not detecting changes to files #107674

Closed dgard1981 closed 4 years ago

dgard1981 commented 4 years ago

Issue Type: Bug

When I save a file, previously the Source Control tab would see the changes and I'd be able to stage/commit files. However, since updating to version 1.49.2 yesterday, these changes are not discovered unless I 'Synchronise Changes'.

Additionally, the changes are not displayed on the Explorer tab of VS Code as they previously were, even after I manually 'Synchronise Changes'.

In my case, the stpes to reporduce are simple changing/saving a file in the opened repository and seeing that the change is not discovered.

I have set Developer: Set Log Level to trace, and under Output --> Log (Window) I can see the following -

[File Watcher (C#)] Start watching: c:\correct-path\to\my\repo
[File Watcher (node.js)] [CHANGED] c:\Users\dgard\AppData\Roaming\Code\User\globalStorage
[File Watcher (node.js)] [CHANGED] c:\Users\dgard\AppData\Roaming\Code\User\globalStorage
[File Watcher (node.js)] >> normalized [CHANGED] c:\Users\dgard\AppData\Roaming\Code\User\globalStorage

When viewing the output under Git I can see that no git commands are run when I update a file. However, if I 'Synchronise Changes' some commands are (obviously) run. Actions in the Source Control tab also correctly execute git commands.

Not sure if it relevant here, but in the settings I have "git.path": "C:\\Program Files\\Git\\bin\\git.exe".

VS Code version: Code 1.49.2 (e5e9e69aed6e1984f7499b7af85b3d05f9a6883a, 2020-09-24T16:29:41.983Z) OS version: Windows_NT x64 10.0.19041

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz (8 x 1800)| |GPU Status|2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
opengl: enabled_on
protected_video_decode: enabled
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled| |Load (avg)|undefined| |Memory (System)|15.86GB (3.19GB free)| |Process Argv|--crash-reporter-id ea5a1e03-47e7-4a3c-897c-a6096037a7b6| |Screen Reader|no| |VM|0%|
Extensions (31) Extension|Author (truncated)|Version ---|---|--- atlascode|atl|2.8.2 highlight-line-vscode|cli|0.0.1 bracket-pair-colorizer|Coe|1.0.61 xml|Dot|2.5.1 json-tools|eri|1.0.2 prettier-vscode|esb|5.7.1 go|gol|0.17.0 gc-excelviewer|Gra|3.0.40 rest-client|hum|0.24.2 vscode-nuget-package-manager|jmr|1.1.6 postgresql|JPT|0.0.2 docomment|k--|0.1.18 prettify-json|moh|0.0.3 vscode-azurefunctions|ms-|0.24.1 vscode-docker|ms-|1.6.0 csharp|ms-|1.23.2 vscode-dotnet-runtime|ms-|0.1.2 remote-wsl|ms-|0.44.5 azure-account|ms-|0.9.3 azurecli|ms-|0.5.0 powershell|ms-|2020.6.0 vscode-typescript-tslint-plugin|ms-|1.2.3 azurerm-vscode-tools|msa|0.12.0 color-highlight|nau|2.3.0 copy-json-path|nid|0.1.0 angular-console|nrw|14.0.0 indent-rainbow|ode|7.4.0 vscode-yaml|red|0.11.1 preview-vscode|sea|2.1.0 markdown-preview-enhanced|shd|0.5.13 es6-string-html|Tob|1.8.8
joaomoreno commented 4 years ago

By Synchronise Changes do you mean the refresh icon atop of the SCM view?

When viewing the output under Git I can see that no git commands are run when I update a file.

Can you show me the full output of Git: Show Git Output right after opening the folder in VS Code?

dgard1981 commented 4 years ago

@joaomoreno - I was meaning the sync icon next to the branch name, but the refresh icon you described does the same thing.

Hers is the git output after I open a folder. If there are any uncommitted changes, these are detected at this time. However, future changes are not detected until I refresh in the SCM view.

Looking for git in: C:\Program Files\Git\cmd\git.exe
Using git 2.28.0.windows.1 from C:\Program Files\Git\cmd\git.exe
> git rev-parse --git-dir
Open repository: c:\correct-path\to\my\repo
> git status -z -u
> git symbolic-ref --short HEAD
> git rev-parse CS-1160
> git rev-parse --symbolic-full-name CS-1160@{u}
> git rev-list --left-right CS-1160...refs/remotes/origin/CS-1160
> git for-each-ref --sort -committerdate --format %(refname) %(objectname)
> git remote --verbose
> git config --get commit.template

Edit: Having just checked, if I select a changed file in the SCM view to compare the differences, this will also cause other changes to be found.

joaomoreno commented 4 years ago

I'm interested in the actual output, since I suspect there is an issue with the path casing. Please do not replace the actual path with Open repository: c:\correct-path\to\my\repo.

dgard1981 commented 4 years ago

OK, real path is - c:\Users\dgard\Documents\Repositories\core-services--transaction-service--function-app

The rest of the output is as above.

joaomoreno commented 4 years ago

OK let's try this then:

  1. Set Developer: Set Log Level to Trace
  2. Open the folder
  3. Run Git: Show Git Output
  4. Make changes on a file
  5. Hit the refresh icon

And send me entire, unaltered git log file.

dgard1981 commented 4 years ago

Output as requested -

Looking for git in: C:\Program Files\Git\cmd\git.exe
Using git 2.28.0.windows.1 from C:\Program Files\Git\cmd\git.exe
> git rev-parse --git-dir
Open repository: c:\Users\dgard\Documents\Repositories\core-services--transaction-service--function-app
> git status -z -u
> git symbolic-ref --short HEAD
> git rev-parse CS-1160
> git rev-parse --symbolic-full-name CS-1160@{u}
> git rev-list --left-right CS-1160...refs/remotes/origin/CS-1160
> git for-each-ref --sort -committerdate --format %(refname) %(objectname)
> git remote --verbose
> git config --get commit.template
> git status -z -u
> git symbolic-ref --short HEAD
> git rev-parse CS-1160
> git rev-parse --symbolic-full-name CS-1160@{u}
> git rev-list --left-right CS-1160...refs/remotes/origin/CS-1160
> git for-each-ref --sort -committerdate --format %(refname) %(objectname)
> git remote --verbose
> git config --get commit.template
> git check-ignore -v -z --stdin
joaomoreno commented 4 years ago

This is interesting, no file events happen at all. Can you see if there are any file event logs in Output --> Log (Window) when you touch a file?

dgard1981 commented 4 years ago

These are the logs around me opening, editing and saving a file from Output --> Log (Window)

Logs ``` [2020-09-30 13:41:12.519] [renderer4] [trace] telemetry/workbenchActionExecuted {"id":"workbench.files.openFile","from":"explorer","VSCode.ABExp.Features":"","abexp.assignmentcontext":""} [2020-09-30 13:41:12.519] [renderer4] [trace] telemetry/editorOpened {"typeId":"workbench.editors.files.fileEditorInput","resource":{"mimeType":"text/x-yaml, text/plain","scheme":"file","ext":".yml","path":2038015634},"VSCode.ABExp.Features":"","abexp.assignmentcontext":""} [2020-09-30 13:41:12.524] [renderer4] [trace] [text file model] load() - enter file:///z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:12.599] [renderer4] [trace] telemetry/workbenchActionExecuted {"id":"workbench.files.openFile","from":"explorer","VSCode.ABExp.Features":"","abexp.assignmentcontext":""} [2020-09-30 13:41:12.643] [renderer4] [trace] [text file model] loadFromContent() - enter file:///z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:12.645] [renderer4] [trace] [text file model] doCreateTextModel() file:///z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:12.645] [renderer4] [trace] onWillActivateByEvent: onLanguage:yaml [2020-09-30 13:41:12.652] [renderer4] [trace] telemetry/fileGet {"mimeType":"text/x-yaml, text/plain","ext":".yml","path":2038015634,"reason":1,"VSCode.ABExp.Features":"","abexp.assignmentcontext":""} [2020-09-30 13:41:14.113] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:14.114] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:14.115] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:14.115] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:14.116] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:14.117] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:14.117] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:14.117] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:14.117] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:14.118] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:14.118] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:14.122] [renderer4] [trace] telemetry/activatePlugin {"id":"vscode.docker","name":"docker","extensionVersion":"1.0.0","publisherDisplayName":"vscode","activationEvents":null,"isBuiltin":true,"reason":"onLanguage:yaml","reasonId":"ms-azuretools.vscode-docker","pluginHostTelemetry":true,"VSCode.ABExp.Features":"","abexp.assignmentcontext":""} [2020-09-30 13:41:14.122] [renderer4] [trace] telemetry/activatePlugin {"id":"vscode.yaml","name":"yaml","extensionVersion":"1.0.0","publisherDisplayName":"vscode","activationEvents":null,"isBuiltin":true,"reason":"onLanguage:yaml","reasonId":"ms-azuretools.vscode-docker","pluginHostTelemetry":true,"VSCode.ABExp.Features":"","abexp.assignmentcontext":""} [2020-09-30 13:41:14.123] [renderer4] [trace] telemetry/extensionActivationTimes {"id":"vscode.docker","name":"docker","extensionVersion":"1.0.0","publisherDisplayName":"vscode","activationEvents":null,"isBuiltin":true,"reason":"onLanguage:yaml","reasonId":"ms-azuretools.vscode-docker","startup":false,"codeLoadingTime":-1,"activateCallTime":-1,"activateResolvedTime":-1,"outcome":"success","pluginHostTelemetry":true,"VSCode.ABExp.Features":"","abexp.assignmentcontext":""} [2020-09-30 13:41:14.123] [renderer4] [trace] telemetry/extensionActivationTimes {"id":"vscode.yaml","name":"yaml","extensionVersion":"1.0.0","publisherDisplayName":"vscode","activationEvents":null,"isBuiltin":true,"reason":"onLanguage:yaml","reasonId":"ms-azuretools.vscode-docker","startup":false,"codeLoadingTime":-1,"activateCallTime":-1,"activateResolvedTime":-1,"outcome":"success","pluginHostTelemetry":true,"VSCode.ABExp.Features":"","abexp.assignmentcontext":""} [2020-09-30 13:41:14.123] [renderer4] [trace] telemetry/activatePlugin {"id":"ms-azuretools.vscode-docker","name":"vscode-docker","extensionVersion":"1.6.0","publisherDisplayName":"ms-azuretools","activationEvents":"onCommand:vscode-docker.compose.down,onCommand:vscode-docker.compose.restart,onCommand:vscode-docker.compose.up,onCommand:vscode-docker.configure,onCommand:vscode-docker.configureCompose,onCommand:vscode-docker.containers.attachShell,onCommand:vscode-docker.containers.browse,onCommand:vscode-docker.containers.configureExplorer,onCommand:vscode-docker.containers.inspect,onCommand:vscode-docker.containers.prune,onCommand:vscode-docker.containers.refresh,onCommand:vscode-docker.containers.remove,onCommand:vscode-docker.containers.restart,onCommand:vscode-docker.containers.select,onCommand:vscode-docker.containers.start,onCommand:vscode-docker.containers.stop,onCommand:vscode-docker.containers.viewLogs,onCommand:vscode-docker.debugging.initializeForDebugging,onCommand:vscode-docker.help.reportIssue,onCommand:vscode-docker.images.build,onCommand:vscode-docker.images.configureExplorer,onCommand:vscode-docker.images.inspect,onCommand:vscode-docker.images.prune,onCommand:vscode-docker.images.pull,onCommand:vscode-docker.images.push,onCommand:vscode-docker.images.refresh,onCommand:vscode-docker.images.remove,onCommand:vscode-docker.images.run,onCommand:vscode-docker.images.runAzureCli,onCommand:vscode-docker.images.runInteractive,onCommand:vscode-docker.images.tag,onCommand:vscode-docker.images.copyFullTag,onCommand:vscode-docker.installDocker,onCommand:vscode-docker.networks.configureExplorer,onCommand:vscode-docker.networks.create,onCommand:vscode-docker.networks.inspect,onCommand:vscode-docker.networks.prune,onCommand:vscode-docker.networks.refresh,onCommand:vscode-docker.networks.remove,onCommand:vscode-docker.pruneSystem,onCommand:vscode-docker.registries.azure.buildImage,onCommand:vscode-docker.registries.azure.createRegistry,onCommand:vscode-docker.registries.azure.deleteRegistry,onCommand:vscode-docker.registries.azure.deleteRepository,onCommand:vscode-docker.registries.azure.openInPortal,onCommand:vscode-docker.registries.azure.runFileAsTask,onCommand:vscode-docker.registries.azure.runTask,onCommand:vscode-docker.registries.azure.untagImage,onCommand:vscode-docker.registries.azure.viewProperties,onCommand:vscode-docker.registries.azure.viewTaskLogs,onCommand:vscode-docker.registries.connectRegistry,onCommand:vscode-docker.registries.copyImageDigest,onCommand:vscode-docker.registries.deleteImage,onCommand:vscode-docker.registries.deployImageToAzure,onCommand:vscode-docker.registries.deployImageToAci,onCommand:vscode-docker.registries.disconnectRegistry,onCommand:vscode-docker.registries.dockerHub.openInBrowser,onCommand:vscode-docker.registries.help,onCommand:vscode-docker.registries.logInToDockerCli,onCommand:vscode-docker.registries.logOutOfDockerCli,onCommand:vscode-docker.registries.pullImage,onCommand:vscode-docker.registries.pullRepository,onCommand:vscode-docker.registries.reconnectRegistry,onCommand:vscode-docker.registries.refresh,onCommand:vscode-docker.volumes.configureExplorer,onCommand:vscode-docker.volumes.inspect,onCommand:vscode-docker.volumes.prune,onCommand:vscode-docker.volumes.refresh,onCommand:vscode-docker.volumes.remove,onCommand:vscode-docker.contexts.use,onCommand:vscode-docker.contexts.remove,onCommand:vscode-docker.contexts.inspect,onCommand:vscode-docker.contexts.configureExplorer,onCommand:vscode-docker.contexts.refresh,onCommand:vscode-docker.contexts.help,onCommand:vscode-docker.contexts.create.aci,onCommand:workbench.action.tasks.runTask,onDebugInitialConfigurations,onDebugResolve:docker-coreclr,onDebugResolve:docker,onLanguage:dockerfile,onLanguage:yaml,onView:dockerContainers,onView:dockerImages,onView:dockerNetworks,onView:dockerRegistries,onView:dockerVolumes,onView:vscode-docker.views.dockerContexts,onView:vscode-docker.views.help","isBuiltin":false,"reason":"onLanguage:yaml","reasonId":"ms-azuretools.vscode-docker","pluginHostTelemetry":true,"VSCode.ABExp.Features":"","abexp.assignmentcontext":""} [2020-09-30 13:41:14.247] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:14.248] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:14.248] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:14.249] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:14.279] [renderer4] [trace] [text file model] load() - enter git:/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml.git?{"path":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy\\AzureDevOps\\Pipelines\\pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","ref":""} [2020-09-30 13:41:14.279] [renderer4] [trace] onWillActivateByEvent: onFileSystem:git [2020-09-30 13:41:14.281] [renderer4] [trace] onWillActivateByEvent: onFileSystem:git [2020-09-30 13:41:14.297] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:14.400] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:14.407] [renderer4] [trace] [text file model] dispose() git:/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml.git?{"path":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy\\AzureDevOps\\Pipelines\\pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","ref":""} [2020-09-30 13:41:14.408] [renderer4] [trace] [backup tracker] discarding backup git:/z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml.git?%7B%22path%22%3A%22z%3A%5C%5Ccore-services--transaction-service--function-app%5C%5CCore.Services.TransactionService.AzureDeploy%5C%5CAzureDevOps%5C%5CPipelines%5C%5Cpipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml%22%2C%22ref%22%3A%22%22%7D [2020-09-30 13:41:14.558] [renderer4] [trace] MainThreadTreeViews#$registerTreeViewDataProvider dockerContainers {"showCollapseAll":false,"canSelectMany":true} [2020-09-30 13:41:14.559] [renderer4] [trace] MainThreadTreeViews#$registerTreeViewDataProvider dockerNetworks {"showCollapseAll":false,"canSelectMany":true} [2020-09-30 13:41:14.560] [renderer4] [trace] MainThreadTreeViews#$registerTreeViewDataProvider dockerImages {"showCollapseAll":false,"canSelectMany":true} [2020-09-30 13:41:14.560] [renderer4] [trace] MainThreadTreeViews#$registerTreeViewDataProvider dockerRegistries {"showCollapseAll":true,"canSelectMany":false} [2020-09-30 13:41:14.561] [renderer4] [trace] MainThreadTreeViews#$registerTreeViewDataProvider dockerVolumes {"showCollapseAll":false,"canSelectMany":true} [2020-09-30 13:41:14.561] [renderer4] [trace] MainThreadTreeViews#$registerTreeViewDataProvider vscode-docker.views.dockerContexts {"showCollapseAll":false,"canSelectMany":false} [2020-09-30 13:41:14.562] [renderer4] [trace] MainThreadTreeViews#$registerTreeViewDataProvider vscode-docker.views.help {"showCollapseAll":false,"canSelectMany":false} [2020-09-30 13:41:14.623] [renderer4] [trace] telemetry/extensionActivationTimes {"id":"ms-azuretools.vscode-docker","name":"vscode-docker","extensionVersion":"1.6.0","publisherDisplayName":"ms-azuretools","activationEvents":"onCommand:vscode-docker.compose.down,onCommand:vscode-docker.compose.restart,onCommand:vscode-docker.compose.up,onCommand:vscode-docker.configure,onCommand:vscode-docker.configureCompose,onCommand:vscode-docker.containers.attachShell,onCommand:vscode-docker.containers.browse,onCommand:vscode-docker.containers.configureExplorer,onCommand:vscode-docker.containers.inspect,onCommand:vscode-docker.containers.prune,onCommand:vscode-docker.containers.refresh,onCommand:vscode-docker.containers.remove,onCommand:vscode-docker.containers.restart,onCommand:vscode-docker.containers.select,onCommand:vscode-docker.containers.start,onCommand:vscode-docker.containers.stop,onCommand:vscode-docker.containers.viewLogs,onCommand:vscode-docker.debugging.initializeForDebugging,onCommand:vscode-docker.help.reportIssue,onCommand:vscode-docker.images.build,onCommand:vscode-docker.images.configureExplorer,onCommand:vscode-docker.images.inspect,onCommand:vscode-docker.images.prune,onCommand:vscode-docker.images.pull,onCommand:vscode-docker.images.push,onCommand:vscode-docker.images.refresh,onCommand:vscode-docker.images.remove,onCommand:vscode-docker.images.run,onCommand:vscode-docker.images.runAzureCli,onCommand:vscode-docker.images.runInteractive,onCommand:vscode-docker.images.tag,onCommand:vscode-docker.images.copyFullTag,onCommand:vscode-docker.installDocker,onCommand:vscode-docker.networks.configureExplorer,onCommand:vscode-docker.networks.create,onCommand:vscode-docker.networks.inspect,onCommand:vscode-docker.networks.prune,onCommand:vscode-docker.networks.refresh,onCommand:vscode-docker.networks.remove,onCommand:vscode-docker.pruneSystem,onCommand:vscode-docker.registries.azure.buildImage,onCommand:vscode-docker.registries.azure.createRegistry,onCommand:vscode-docker.registries.azure.deleteRegistry,onCommand:vscode-docker.registries.azure.deleteRepository,onCommand:vscode-docker.registries.azure.openInPortal,onCommand:vscode-docker.registries.azure.runFileAsTask,onCommand:vscode-docker.registries.azure.runTask,onCommand:vscode-docker.registries.azure.untagImage,onCommand:vscode-docker.registries.azure.viewProperties,onCommand:vscode-docker.registries.azure.viewTaskLogs,onCommand:vscode-docker.registries.connectRegistry,onCommand:vscode-docker.registries.copyImageDigest,onCommand:vscode-docker.registries.deleteImage,onCommand:vscode-docker.registries.deployImageToAzure,onCommand:vscode-docker.registries.deployImageToAci,onCommand:vscode-docker.registries.disconnectRegistry,onCommand:vscode-docker.registries.dockerHub.openInBrowser,onCommand:vscode-docker.registries.help,onCommand:vscode-docker.registries.logInToDockerCli,onCommand:vscode-docker.registries.logOutOfDockerCli,onCommand:vscode-docker.registries.pullImage,onCommand:vscode-docker.registries.pullRepository,onCommand:vscode-docker.registries.reconnectRegistry,onCommand:vscode-docker.registries.refresh,onCommand:vscode-docker.volumes.configureExplorer,onCommand:vscode-docker.volumes.inspect,onCommand:vscode-docker.volumes.prune,onCommand:vscode-docker.volumes.refresh,onCommand:vscode-docker.volumes.remove,onCommand:vscode-docker.contexts.use,onCommand:vscode-docker.contexts.remove,onCommand:vscode-docker.contexts.inspect,onCommand:vscode-docker.contexts.configureExplorer,onCommand:vscode-docker.contexts.refresh,onCommand:vscode-docker.contexts.help,onCommand:vscode-docker.contexts.create.aci,onCommand:workbench.action.tasks.runTask,onDebugInitialConfigurations,onDebugResolve:docker-coreclr,onDebugResolve:docker,onLanguage:dockerfile,onLanguage:yaml,onView:dockerContainers,onView:dockerImages,onView:dockerNetworks,onView:dockerRegistries,onView:dockerVolumes,onView:vscode-docker.views.dockerContexts,onView:vscode-docker.views.help","isBuiltin":false,"reason":"onLanguage:yaml","reasonId":"ms-azuretools.vscode-docker","startup":false,"codeLoadingTime":1126,"activateCallTime":11,"activateResolvedTime":344,"outcome":"success","pluginHostTelemetry":true,"VSCode.ABExp.Features":"","abexp.assignmentcontext":""} [2020-09-30 13:41:15.043] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:15.044] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:15.044] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:15.044] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:15.151] [renderer4] [trace] KeybindingService#dispatch Enter undefined [2020-09-30 13:41:15.155] [renderer4] [trace] CommandService#executeCommand type [2020-09-30 13:41:15.166] [renderer4] [trace] [text file model] onModelContentChanged() - enter file:///z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:15.167] [renderer4] [trace] [text file model] onModelContentChanged() - new versionId 1 file:///z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:15.167] [renderer4] [trace] [text file model] onModelContentChanged() - model content changed and marked as dirty file:///z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:15.167] [renderer4] [trace] [backup tracker] scheduling backup file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:15.188] [renderer4] [trace] [backup tracker] clearing pending backup file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:15.188] [renderer4] [trace] [backup tracker] scheduling backup file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:15.287] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:15.291] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:15.292] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:15.292] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:15.292] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:15.294] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:15.294] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:15.294] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:15.468] [renderer4] [trace] [text file model] load() - enter git:/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml.git?{"path":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy\\AzureDevOps\\Pipelines\\pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","ref":""} [2020-09-30 13:41:15.468] [renderer4] [trace] onWillActivateByEvent: onFileSystem:git [2020-09-30 13:41:15.469] [renderer4] [trace] onWillActivateByEvent: onFileSystem:git [2020-09-30 13:41:15.536] [renderer4] [trace] [text file model] dispose() git:/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml.git?{"path":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy\\AzureDevOps\\Pipelines\\pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","ref":""} [2020-09-30 13:41:15.536] [renderer4] [trace] [backup tracker] discarding backup git:/z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml.git?%7B%22path%22%3A%22z%3A%5C%5Ccore-services--transaction-service--function-app%5C%5CCore.Services.TransactionService.AzureDeploy%5C%5CAzureDevOps%5C%5CPipelines%5C%5Cpipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml%22%2C%22ref%22%3A%22%22%7D [2020-09-30 13:41:15.589] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:15.590] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:15.590] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:15.590] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:15.597] [renderer4] [trace] KeybindingService#dispatch Enter undefined [2020-09-30 13:41:15.599] [renderer4] [trace] CommandService#executeCommand type [2020-09-30 13:41:15.602] [renderer4] [trace] [text file model] onModelContentChanged() - enter file:///z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:15.602] [renderer4] [trace] [text file model] onModelContentChanged() - new versionId 2 file:///z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:15.602] [renderer4] [trace] [text file model] onModelContentChanged() - model content changed and marked as dirty file:///z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:15.603] [renderer4] [trace] [backup tracker] clearing pending backup file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:15.603] [renderer4] [trace] [backup tracker] scheduling backup file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:15.662] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:15.663] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:15.663] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:15.664] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:15.810] [renderer4] [trace] [text file model] load() - enter git:/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml.git?{"path":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy\\AzureDevOps\\Pipelines\\pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","ref":""} [2020-09-30 13:41:15.810] [renderer4] [trace] onWillActivateByEvent: onFileSystem:git [2020-09-30 13:41:15.811] [renderer4] [trace] onWillActivateByEvent: onFileSystem:git [2020-09-30 13:41:15.814] [renderer4] [trace] [text file model] dispose() git:/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml.git?{"path":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy\\AzureDevOps\\Pipelines\\pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","ref":""} [2020-09-30 13:41:15.814] [renderer4] [trace] [backup tracker] discarding backup git:/z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml.git?%7B%22path%22%3A%22z%3A%5C%5Ccore-services--transaction-service--function-app%5C%5CCore.Services.TransactionService.AzureDeploy%5C%5CAzureDevOps%5C%5CPipelines%5C%5Cpipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml%22%2C%22ref%22%3A%22%22%7D [2020-09-30 13:41:15.956] [renderer4] [trace] KeybindingService#dispatch A undefined [2020-09-30 13:41:15.958] [renderer4] [trace] CommandService#executeCommand type [2020-09-30 13:41:15.965] [renderer4] [trace] [text file model] onModelContentChanged() - enter file:///z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:15.965] [renderer4] [trace] [text file model] onModelContentChanged() - new versionId 3 file:///z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:15.965] [renderer4] [trace] [text file model] onModelContentChanged() - model content changed and marked as dirty file:///z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:15.965] [renderer4] [trace] [backup tracker] clearing pending backup file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:15.965] [renderer4] [trace] [backup tracker] scheduling backup file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:16.015] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:16.016] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:16.016] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:16.017] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:16.080] [renderer4] [trace] KeybindingService#dispatch S undefined [2020-09-30 13:41:16.082] [renderer4] [trace] CommandService#executeCommand type [2020-09-30 13:41:16.084] [renderer4] [trace] [text file model] onModelContentChanged() - enter file:///z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:16.084] [renderer4] [trace] [text file model] onModelContentChanged() - new versionId 4 file:///z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:16.084] [renderer4] [trace] [text file model] onModelContentChanged() - model content changed and marked as dirty file:///z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:16.084] [renderer4] [trace] [backup tracker] clearing pending backup file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:16.085] [renderer4] [trace] [backup tracker] scheduling backup file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:16.141] [renderer4] [trace] KeybindingService#dispatch D undefined [2020-09-30 13:41:16.143] [renderer4] [trace] CommandService#executeCommand type [2020-09-30 13:41:16.145] [renderer4] [trace] [text file model] onModelContentChanged() - enter file:///z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:16.146] [renderer4] [trace] [text file model] onModelContentChanged() - new versionId 5 file:///z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:16.146] [renderer4] [trace] [text file model] onModelContentChanged() - model content changed and marked as dirty file:///z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:16.146] [renderer4] [trace] [backup tracker] clearing pending backup file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:16.146] [renderer4] [trace] [backup tracker] scheduling backup file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:16.175] [renderer4] [trace] KeybindingService#dispatch F undefined [2020-09-30 13:41:16.177] [renderer4] [trace] CommandService#executeCommand type [2020-09-30 13:41:16.179] [renderer4] [trace] [text file model] onModelContentChanged() - enter file:///z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:16.179] [renderer4] [trace] [text file model] onModelContentChanged() - new versionId 6 file:///z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:16.180] [renderer4] [trace] [text file model] onModelContentChanged() - model content changed and marked as dirty file:///z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:16.180] [renderer4] [trace] [backup tracker] clearing pending backup file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:16.180] [renderer4] [trace] [backup tracker] scheduling backup file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:16.191] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:16.192] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:16.192] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:16.192] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:16.193] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:16.196] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:16.196] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:16.197] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:16.197] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:16.198] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:16.198] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:16.198] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:16.269] [renderer4] [trace] KeybindingService#dispatch S undefined [2020-09-30 13:41:16.272] [renderer4] [trace] CommandService#executeCommand type [2020-09-30 13:41:16.274] [renderer4] [trace] [text file model] onModelContentChanged() - enter file:///z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:16.274] [renderer4] [trace] [text file model] onModelContentChanged() - new versionId 7 file:///z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:16.274] [renderer4] [trace] [text file model] onModelContentChanged() - model content changed and marked as dirty file:///z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:16.274] [renderer4] [trace] [backup tracker] clearing pending backup file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:16.274] [renderer4] [trace] [backup tracker] scheduling backup file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:16.283] [renderer4] [trace] KeybindingService#dispatch D undefined [2020-09-30 13:41:16.285] [renderer4] [trace] CommandService#executeCommand type [2020-09-30 13:41:16.287] [renderer4] [trace] [text file model] onModelContentChanged() - enter file:///z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:16.287] [renderer4] [trace] [text file model] onModelContentChanged() - new versionId 8 file:///z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:16.287] [renderer4] [trace] [text file model] onModelContentChanged() - model content changed and marked as dirty file:///z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:16.287] [renderer4] [trace] [backup tracker] clearing pending backup file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:16.287] [renderer4] [trace] [backup tracker] scheduling backup file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:16.293] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:16.294] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:16.294] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:16.295] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:16.330] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:16.331] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:16.332] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:16.332] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:16.332] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:16.333] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:16.333] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:16.333] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:16.342] [renderer4] [trace] [Decorations] keepItem -> CANCEL previous Problems {"$mid":1,"fsPath":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy\\AzureDevOps\\Pipelines\\pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","_sep":1,"external":"file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","path":"/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","scheme":"file"} {"weight":800,"bubble":true,"tooltip":"2 problems in this file","letter":"2","color":"list.errorForeground"} [2020-09-30 13:41:16.444] [renderer4] [trace] [Decorations] getOrRetrieve -> RESULT (children) Problems {"$mid":1,"fsPath":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy","_sep":1,"external":"file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy","path":"/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy","scheme":"file"} [2020-09-30 13:41:16.445] [renderer4] [trace] DecorationsService#getDecoration#getOrRetrieve Problems {"weight":800,"bubble":true,"tooltip":"2 problems in this file","letter":"2","color":"list.errorForeground"} true {"$mid":1,"fsPath":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy","_sep":1,"external":"file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy","path":"/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy","scheme":"file"} [2020-09-30 13:41:16.449] [renderer4] [trace] [Decorations] getOrRetrieve -> RESULT (children) Problems {"$mid":1,"fsPath":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy\\AzureDevOps","_sep":1,"external":"file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps","path":"/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps","scheme":"file"} [2020-09-30 13:41:16.450] [renderer4] [trace] DecorationsService#getDecoration#getOrRetrieve Problems {"weight":800,"bubble":true,"tooltip":"2 problems in this file","letter":"2","color":"list.errorForeground"} true {"$mid":1,"fsPath":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy\\AzureDevOps","_sep":1,"external":"file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps","path":"/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps","scheme":"file"} [2020-09-30 13:41:16.451] [renderer4] [trace] [Decorations] getOrRetrieve -> RESULT (children) Problems {"$mid":1,"fsPath":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy\\AzureDevOps\\Pipelines","_sep":1,"external":"file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines","path":"/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines","scheme":"file"} [2020-09-30 13:41:16.451] [renderer4] [trace] DecorationsService#getDecoration#getOrRetrieve Problems {"weight":800,"bubble":true,"tooltip":"2 problems in this file","letter":"2","color":"list.errorForeground"} true {"$mid":1,"fsPath":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy\\AzureDevOps\\Pipelines","_sep":1,"external":"file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines","path":"/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines","scheme":"file"} [2020-09-30 13:41:16.452] [renderer4] [trace] [Decorations] getOrRetrieve -> RESULT Problems {"$mid":1,"fsPath":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy\\AzureDevOps\\Pipelines\\pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","_sep":1,"external":"file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","path":"/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","scheme":"file"} [2020-09-30 13:41:16.452] [renderer4] [trace] DecorationsService#getDecoration#getOrRetrieve Problems {"weight":800,"bubble":true,"tooltip":"2 problems in this file","letter":"2","color":"list.errorForeground"} false {"$mid":1,"fsPath":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy\\AzureDevOps\\Pipelines\\pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","_sep":1,"external":"file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","path":"/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","scheme":"file"} [2020-09-30 13:41:16.453] [renderer4] [trace] [Decorations] getOrRetrieve -> RESULT Problems {"$mid":1,"fsPath":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy\\AzureDevOps\\Pipelines\\pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","_sep":1,"external":"file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","path":"/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","scheme":"file"} [2020-09-30 13:41:16.453] [renderer4] [trace] DecorationsService#getDecoration#getOrRetrieve Problems {"weight":800,"bubble":true,"tooltip":"2 problems in this file","letter":"2","color":"list.errorForeground"} false {"$mid":1,"fsPath":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy\\AzureDevOps\\Pipelines\\pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","_sep":1,"external":"file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","path":"/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","scheme":"file"} [2020-09-30 13:41:16.455] [renderer4] [trace] [Decorations] getOrRetrieve -> RESULT (children) Problems {"$mid":1,"fsPath":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy","_sep":1,"external":"file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy","path":"/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy","scheme":"file"} [2020-09-30 13:41:16.455] [renderer4] [trace] DecorationsService#getDecoration#getOrRetrieve Problems {"weight":800,"bubble":true,"tooltip":"2 problems in this file","letter":"2","color":"list.errorForeground"} true {"$mid":1,"fsPath":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy","_sep":1,"external":"file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy","path":"/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy","scheme":"file"} [2020-09-30 13:41:16.457] [renderer4] [trace] [Decorations] getOrRetrieve -> RESULT (children) Problems {"$mid":1,"fsPath":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy\\AzureDevOps","_sep":1,"external":"file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps","path":"/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps","scheme":"file"} [2020-09-30 13:41:16.457] [renderer4] [trace] DecorationsService#getDecoration#getOrRetrieve Problems {"weight":800,"bubble":true,"tooltip":"2 problems in this file","letter":"2","color":"list.errorForeground"} true {"$mid":1,"fsPath":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy\\AzureDevOps","_sep":1,"external":"file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps","path":"/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps","scheme":"file"} [2020-09-30 13:41:16.458] [renderer4] [trace] [Decorations] getOrRetrieve -> RESULT (children) Problems {"$mid":1,"fsPath":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy\\AzureDevOps\\Pipelines","_sep":1,"external":"file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines","path":"/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines","scheme":"file"} [2020-09-30 13:41:16.458] [renderer4] [trace] DecorationsService#getDecoration#getOrRetrieve Problems {"weight":800,"bubble":true,"tooltip":"2 problems in this file","letter":"2","color":"list.errorForeground"} true {"$mid":1,"fsPath":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy\\AzureDevOps\\Pipelines","_sep":1,"external":"file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines","path":"/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines","scheme":"file"} [2020-09-30 13:41:16.459] [renderer4] [trace] [Decorations] getOrRetrieve -> RESULT Problems {"$mid":1,"fsPath":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy\\AzureDevOps\\Pipelines\\pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","_sep":1,"external":"file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","path":"/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","scheme":"file"} [2020-09-30 13:41:16.459] [renderer4] [trace] DecorationsService#getDecoration#getOrRetrieve Problems {"weight":800,"bubble":true,"tooltip":"2 problems in this file","letter":"2","color":"list.errorForeground"} false {"$mid":1,"fsPath":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy\\AzureDevOps\\Pipelines\\pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","_sep":1,"external":"file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","path":"/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","scheme":"file"} [2020-09-30 13:41:16.539] [renderer4] [trace] [text file model] load() - enter git:/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml.git?{"path":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy\\AzureDevOps\\Pipelines\\pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","ref":""} [2020-09-30 13:41:16.539] [renderer4] [trace] onWillActivateByEvent: onFileSystem:git [2020-09-30 13:41:16.540] [renderer4] [trace] onWillActivateByEvent: onFileSystem:git [2020-09-30 13:41:16.602] [renderer4] [trace] [text file model] dispose() git:/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml.git?{"path":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy\\AzureDevOps\\Pipelines\\pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","ref":""} [2020-09-30 13:41:16.602] [renderer4] [trace] [backup tracker] discarding backup git:/z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml.git?%7B%22path%22%3A%22z%3A%5C%5Ccore-services--transaction-service--function-app%5C%5CCore.Services.TransactionService.AzureDeploy%5C%5CAzureDevOps%5C%5CPipelines%5C%5Cpipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml%22%2C%22ref%22%3A%22%22%7D [2020-09-30 13:41:16.682] [renderer4] [trace] [Decorations] keepItem -> CANCEL previous Problems {"$mid":1,"fsPath":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy\\AzureDevOps\\Pipelines\\pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","_sep":1,"external":"file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","path":"/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","scheme":"file"} {"weight":800,"bubble":true,"tooltip":"2 problems in this file","letter":"2","color":"list.errorForeground"} [2020-09-30 13:41:16.701] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:16.702] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:16.702] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:16.702] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:16.784] [renderer4] [trace] [Decorations] getOrRetrieve -> RESULT (children) Problems {"$mid":1,"fsPath":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy","_sep":1,"external":"file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy","path":"/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy","scheme":"file"} [2020-09-30 13:41:16.784] [renderer4] [trace] DecorationsService#getDecoration#getOrRetrieve Problems {"weight":800,"bubble":true,"tooltip":"2 problems in this file","letter":"2","color":"list.errorForeground"} true {"$mid":1,"fsPath":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy","_sep":1,"external":"file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy","path":"/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy","scheme":"file"} [2020-09-30 13:41:16.785] [renderer4] [trace] [Decorations] getOrRetrieve -> RESULT (children) Problems {"$mid":1,"fsPath":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy\\AzureDevOps","_sep":1,"external":"file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps","path":"/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps","scheme":"file"} [2020-09-30 13:41:16.785] [renderer4] [trace] DecorationsService#getDecoration#getOrRetrieve Problems {"weight":800,"bubble":true,"tooltip":"2 problems in this file","letter":"2","color":"list.errorForeground"} true {"$mid":1,"fsPath":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy\\AzureDevOps","_sep":1,"external":"file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps","path":"/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps","scheme":"file"} [2020-09-30 13:41:16.786] [renderer4] [trace] [Decorations] getOrRetrieve -> RESULT (children) Problems {"$mid":1,"fsPath":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy\\AzureDevOps\\Pipelines","_sep":1,"external":"file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines","path":"/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines","scheme":"file"} [2020-09-30 13:41:16.786] [renderer4] [trace] DecorationsService#getDecoration#getOrRetrieve Problems {"weight":800,"bubble":true,"tooltip":"2 problems in this file","letter":"2","color":"list.errorForeground"} true {"$mid":1,"fsPath":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy\\AzureDevOps\\Pipelines","_sep":1,"external":"file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines","path":"/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines","scheme":"file"} [2020-09-30 13:41:16.786] [renderer4] [trace] [Decorations] getOrRetrieve -> RESULT Problems {"$mid":1,"fsPath":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy\\AzureDevOps\\Pipelines\\pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","_sep":1,"external":"file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","path":"/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","scheme":"file"} [2020-09-30 13:41:16.787] [renderer4] [trace] DecorationsService#getDecoration#getOrRetrieve Problems {"weight":800,"bubble":true,"tooltip":"2 problems in this file","letter":"2","color":"list.errorForeground"} false {"$mid":1,"fsPath":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy\\AzureDevOps\\Pipelines\\pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","_sep":1,"external":"file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","path":"/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","scheme":"file"} [2020-09-30 13:41:16.787] [renderer4] [trace] [Decorations] getOrRetrieve -> RESULT Problems {"$mid":1,"fsPath":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy\\AzureDevOps\\Pipelines\\pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","_sep":1,"external":"file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","path":"/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","scheme":"file"} [2020-09-30 13:41:16.787] [renderer4] [trace] DecorationsService#getDecoration#getOrRetrieve Problems {"weight":800,"bubble":true,"tooltip":"2 problems in this file","letter":"2","color":"list.errorForeground"} false {"$mid":1,"fsPath":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy\\AzureDevOps\\Pipelines\\pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","_sep":1,"external":"file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","path":"/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","scheme":"file"} [2020-09-30 13:41:16.788] [renderer4] [trace] [Decorations] getOrRetrieve -> RESULT (children) Problems {"$mid":1,"fsPath":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy","_sep":1,"external":"file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy","path":"/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy","scheme":"file"} [2020-09-30 13:41:16.788] [renderer4] [trace] DecorationsService#getDecoration#getOrRetrieve Problems {"weight":800,"bubble":true,"tooltip":"2 problems in this file","letter":"2","color":"list.errorForeground"} true {"$mid":1,"fsPath":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy","_sep":1,"external":"file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy","path":"/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy","scheme":"file"} [2020-09-30 13:41:16.789] [renderer4] [trace] [Decorations] getOrRetrieve -> RESULT (children) Problems {"$mid":1,"fsPath":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy\\AzureDevOps","_sep":1,"external":"file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps","path":"/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps","scheme":"file"} [2020-09-30 13:41:16.790] [renderer4] [trace] DecorationsService#getDecoration#getOrRetrieve Problems {"weight":800,"bubble":true,"tooltip":"2 problems in this file","letter":"2","color":"list.errorForeground"} true {"$mid":1,"fsPath":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy\\AzureDevOps","_sep":1,"external":"file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps","path":"/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps","scheme":"file"} [2020-09-30 13:41:16.790] [renderer4] [trace] [Decorations] getOrRetrieve -> RESULT (children) Problems {"$mid":1,"fsPath":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy\\AzureDevOps\\Pipelines","_sep":1,"external":"file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines","path":"/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines","scheme":"file"} [2020-09-30 13:41:16.791] [renderer4] [trace] DecorationsService#getDecoration#getOrRetrieve Problems {"weight":800,"bubble":true,"tooltip":"2 problems in this file","letter":"2","color":"list.errorForeground"} true {"$mid":1,"fsPath":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy\\AzureDevOps\\Pipelines","_sep":1,"external":"file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines","path":"/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines","scheme":"file"} [2020-09-30 13:41:16.791] [renderer4] [trace] [Decorations] getOrRetrieve -> RESULT Problems {"$mid":1,"fsPath":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy\\AzureDevOps\\Pipelines\\pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","_sep":1,"external":"file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","path":"/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","scheme":"file"} [2020-09-30 13:41:16.791] [renderer4] [trace] DecorationsService#getDecoration#getOrRetrieve Problems {"weight":800,"bubble":true,"tooltip":"2 problems in this file","letter":"2","color":"list.errorForeground"} false {"$mid":1,"fsPath":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy\\AzureDevOps\\Pipelines\\pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","_sep":1,"external":"file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","path":"/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","scheme":"file"} [2020-09-30 13:41:17.154] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:17.154] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:17.154] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:17.154] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:17.288] [renderer4] [trace] [backup tracker] running backup file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:17.650] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:17.651] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:17.651] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:17.651] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:17.884] [renderer4] [trace] KeybindingService#dispatch Ctrl+S workbench.action.files.save [2020-09-30 13:41:17.884] [renderer4] [trace] CommandService#executeCommand workbench.action.files.save [2020-09-30 13:41:17.885] [renderer4] [trace] [text file model] save() - enter file:///z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:17.886] [renderer4] [trace] [text file model] doSave(8) - enter with versionId 8 file:///z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:17.887] [renderer4] [trace] telemetry/workbenchActionExecuted {"id":"workbench.action.files.save","from":"keybinding","VSCode.ABExp.Features":"","abexp.assignmentcontext":""} [2020-09-30 13:41:17.893] [renderer4] [trace] [text file model] doSave(8) - before write() file:///z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:17.905] [renderer4] [trace] [text file model] handleSaveSuccess(8) - setting dirty to false because versionId did not change file:///z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:17.906] [renderer4] [trace] [backup tracker] discarding backup file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:17.910] [renderer4] [trace] [Decorations] getOrRetrieve -> RESULT Problems {"$mid":1,"fsPath":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy\\AzureDevOps\\Pipelines\\pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","_sep":1,"external":"file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","path":"/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","scheme":"file"} [2020-09-30 13:41:17.910] [renderer4] [trace] DecorationsService#getDecoration#getOrRetrieve Problems {"weight":800,"bubble":true,"tooltip":"2 problems in this file","letter":"2","color":"list.errorForeground"} false {"$mid":1,"fsPath":"z:\\core-services--transaction-service--function-app\\Core.Services.TransactionService.AzureDeploy\\AzureDevOps\\Pipelines\\pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","_sep":1,"external":"file:///z%3A/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","path":"/z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml","scheme":"file"} [2020-09-30 13:41:17.916] [renderer4] [trace] telemetry/filePUT {"mimeType":"text/x-yaml, text/plain","ext":".yml","path":2038015634,"reason":1,"VSCode.ABExp.Features":"","abexp.assignmentcontext":""} [2020-09-30 13:41:17.917] [renderer4] [trace] [text file model] save() - exit file:///z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:17.951] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:17.952] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:17.952] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:17.953] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:17.953] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:17.953] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:17.954] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:17.954] [renderer4] [trace] CommandService#executeCommand setContext [2020-09-30 13:41:17.957] [renderer4] [trace] [File Watcher (C#)] [CHANGED] z:\core-services--transaction-service--function-app\Core.Services.TransactionService.AzureDeploy\AzureDevOps\Pipelines\pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:17.957] [renderer4] [trace] [File Watcher (C#)] [CHANGED] z:\core-services--transaction-service--function-app\Core.Services.TransactionService.AzureDeploy\AzureDevOps\Pipelines\pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:18.084] [renderer4] [trace] [File Watcher (C#)] >> normalized [CHANGED] z:\core-services--transaction-service--function-app\Core.Services.TransactionService.AzureDeploy\AzureDevOps\Pipelines\pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml [2020-09-30 13:41:18.086] [renderer4] [trace] [text file model] load() - enter file:///z:/core-services--transaction-service--function-app/Core.Services.TransactionService.AzureDeploy/AzureDevOps/Pipelines/pipeline--code--build-and-deploy-function-app-to-uat-and-prd.yml ```
joaomoreno commented 4 years ago

OK. So is Z: an alias to c:\Users\dgard\Documents\Repositories?

Duplicate of https://github.com/microsoft/vscode/issues/100274?

dgard1981 commented 4 years ago

Correct, I map a drive to avoid issues with long paths/names. The issue that you have linked does indeed seem to be what is affecting me.

I haven't purposely updated Git, but I was running 2.28.0.windows.1 - not sure if that came from the VS Code update?

The linked issue suggests that the problem was introduced in 2.25.0, so I downgraded to 2.24.0.windows.2 and proper functionality has been restored.

As this is on your radar, do you know if a change will be made to VS Code to handle this Git change?

Thanks very much for the help.

joaomoreno commented 4 years ago

As this is on your radar, do you know if a change will be made to VS Code to handle this Git change?

It's possible that there is something we can do, yeah.