opening file with .cfg extension (buildbot config file)
See original GitHub issuethrows this error:
[Window Title] devenv.exe
[Main Instruction] An unexpected error occurred
[Content] Please press Ctrl+C to copy the contents of this dialog and report this error to our issue tracker.
[^] Hide details [Close]
[Expanded Information]
Build: 3.0.17297.4
System.InvalidOperationException: Failed to create entry for file
at Microsoft.PythonTools.Intellisense.VsProjectAnalyzer.<AnalyzeFileAsync>d__82.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.PythonTools.Intellisense.IntellisenseController.<ConnectSubjectBufferAsync>d__22.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.PythonTools.Infrastructure.VSTaskExtensions.<HandleAllExceptions>d__5.MoveNext()
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
2.5.1. Configuring Buildbot
Buildbot's behavior is defined by the config file, which normally lives in the master.cfg file in the buildmaster's base directory (but this can...
Read more >buildbot-docker-example-config/master.cfg at master
example configuration for running buildbot in docker ... import os from buildbot.plugins import * # This is a sample buildmaster config file.
Read more >What Are CFG and CONFIG Files, and How Do You Open ...
A CFG/CONFIG file is a configuration file. If it can be opened, try a text editor like Notepad++. Convert to other text formats...
Read more >Unable to restart the buildbot master - python
I am running Buildbot version 0.8.8 on Windows7. I have the configuration ( master.cfg ) file which creates all the builders using a...
Read more >How To Set Up Buildbot on FreeBSD
Open up another new configuration file for the worker jail using the ee command: sudo ee /etc/jail.buildbot-worker0.conf. Add the following ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@bruceoberg I can’t say anything about the future schedule, I’m afraid - releasing that information is above my pay grade 😃
You can see the release history of 15.5 in the release notes, which may give you a sense of how close it is.
thank you steve… when is 15.5 scheduled to release? or should i say, when did 15.4 release?