id
stringlengths
4
10
text
stringlengths
4
2.14M
source
stringclasses
2 values
created
timestamp[s]date
2001-05-16 21:05:09
2025-01-01 03:38:30
added
stringdate
2025-04-01 04:05:38
2025-04-01 07:14:06
metadata
dict
741500855
Unable to install Hey there. I'm trying to install sops-secrets. I'm following the niv install version (using master HEAD). This is the error I'm getting: error: anonymous function at /nix/store/a6xf442xypwmxcvg8glawp8qsjgyp617-82b54d490663b6d87b7b34b9cfc0985df8b49c7d.tar.gz/pkgs/development/go-modules/generic/default.nix:3:1 called without required argument 'modSha256', at /nix/store/rxa8b97sr75xfknlp670wg9kxkp9qz54-source/pkgs/sops-install-secrets/default.nix:2:1 this is what my nix/source.json file looks like: { "niv": { "branch": "master", "description": "Easy dependency management for Nix projects", "homepage": "https://github.com/nmattia/niv", "owner": "nmattia", "repo": ##"niv", "rev": "f2e2502412a661bc371c7390d86de278c4b9ef97", "sha256": "01z6dsc2dlm7nf3x35hcq6d3qhh75786c36am3y9x98a3xn1q4jm", "type": "tarball", "url": "https://github.com/nmattia/niv/archive/f2e2502412a661bc371c7390d86de278c4b9ef97.tar.gz", "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" }, "nixpkgs": { "branch": "nixos-unstable", "description": "A read-only mirror of NixOS/nixpkgs tracking the released channels. Send issues and PRs to", "homepage": "https://github.com/NixOS/nixpkgs", "owner": "NixOS", "repo": "nixpkgs-channels", "rev": "82b54d490663b6d87b7b34b9cfc0985df8b49c7d", "sha256": "12gpsif48g5b4ys45x36g4vdf0srgal4c96351m7gd2jsgvdllyf", "type": "tarball", "url": "https://github.com/NixOS/nixpkgs-channels/archive/82b54d490663b6d87b7b34b9cfc0985df8b49c7d.tar.gz", "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" }, "sops-nix": { "branch": "master", "description": "Atomic secret provisioning for NixOS based on sops", "homepage": "", "owner": "Mic92", "repo": "sops-nix", "rev": "b67ae45dc7459e10f390b2c5d24822599b564974", "sha256": "02y1590s905zdhw68qqsls1ah6ysj1hyfhcqg0fanv0029lk4agz", "type": "tarball", "url": "https://github.com/Mic92/sops-nix/archive/b67ae45dc7459e10f390b2c5d24822599b564974.tar.gz", "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" } } I'm using nixops and I've added the following to my configuration.nix { config, lib, pkgs, ... }: { imports = [ # include the results of the hardware scan. ./hardware-configuration.nix "${(import ../../nix/sources.nix).sops-nix}/modules/sops" ]; I should probably note the nixops database has nixpkgs pinned as such: ## Updates the pinned nixpkgs in the nixops database pin-nixpkgs: @nixops modify -d server1 deployment/server1.nix -I nixpkgs=https://github.com/nixos/nixpkgs/archive/`cat nix/sources.json | jq -r '.["nixpkgs"]["rev"]'`.tar.gz @nixops modify -d server2 deployment/server2.nix -I nixpkgs=https://github.com/nixos/nixpkgs/archive/`cat nix/sources.json | jq -r '.["nixpkgs"]["rev"]'`.tar.gz I've never built golang with nix so I'm really not sure what the cause might be. Appreciate any guidance. modSha256 was used in 20.03. Starting with 20.09 there is vendorSha256. Can you upgrade? @Mic92 Thanks for the insight! I wanted to try and upgrade but for some reason "niv update nixpkgs -b nixos-20.09" is saying that nixos-20.09 tag/commit doesn't exist. Update nixpkgs FATAL: Cannot get latest revision for branch 'nixos-20.09' (NixOS/nixpkgs-channels) The request failed: Response {responseStatus = Status {statusCode = 422, statusMessage = "Unprocessable Entity"}, responseVersion = HTTP/1.1, responseHeaders = [("server","GitHub.com"),("date","Thu, 12 Nov 2020 13:44:01 GMT"),("content-type","application/json; charset=utf-8"),("content-length","130"),("status","422 Unprocessable Entity"),("x-github-media-type","github.v3; param=sha"),("access-control-expose-headers","ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset"),("access-control-allow-origin","*"),("strict-transport-security","max-age=31536000; includeSubdomains; preload"),("x-frame-options","deny"),("x-content-type-options","nosniff"),("x-xss-protection","1; mode=block"),("referrer-policy","origin-when-cross-origin, strict-origin-when-cross-origin"),("content-security-policy","default-src 'none'"),("vary","Accept-Encoding, Accept, X-Requested-With"),("X-Ratelimit-Limit","60"),("X-Ratelimit-Remaining","58"),("X-Ratelimit-Reset","1605192024"),("X-Ratelimit-Used","2"),("X-GitHub-Request-Id","88A2:4222:C0146D:1A0A2B0:5FAD3C20")], responseBody = "{\"message\":\"No commit found for SHA: nixos-20.09\",\"documentation_url\":\"https://docs.github.com/rest/reference/repos#get-a-commit\"}", responseCookieJar = CJ {expose = []}, responseClose' = ResponseClose} Nevermind. niv update nixpkgs -o NixOS -r nixpkgs -b nixos-20.09 works. I'll try with that. hey @Mic92 I was able to install it when bumping nixpkgs to nixos-20.09! Hooray! :cake: I was wondering though...I had to upgrade the entire system and it would be great if I could have used 20.09 just for sops-nix. If I had an entry in my source.json file nixpkgs-20.09 and left the original nixpkgs entry alone would it be possible to pass in the new nixpkgs value to ${(import ../../nix/sources.nix).sops-nix}/modules/sops somehow ? So it would get built with 20.09 but the rest of the system would be left alone. Yes. you can override pkgs here: https://github.com/Mic92/sops-nix/blob/b67ae45dc7459e10f390b2c5d24822599b564974/default.nix#L1 when importing it and pass it a different versions of nixpkgs. For the NixOS module it is trickier. You could create a wrapper module: https://github.com/Mic92/sops-nix/blob/b67ae45dc7459e10f390b2c5d24822599b564974/modules/sops/default.nix#L8 It would be roughly like this (untested) snippet: { config, lib, pkgs, ... }: { imports = [ ({ config, lib, ... }: (import ${(import ../../nix/sources.nix).sops-nix}/modules/sops ) {inherit config lib; pkgs = import <nixos-20.09> {};}) } Thanks @Mic92 I'll give it a try. I'm going to close this since it's resolved the issue for me.
gharchive/issue
2020-11-12T11:00:21
2025-04-01T04:55:20.138902
{ "authors": [ "Mic92", "denibertovic" ], "repo": "Mic92/sops-nix", "url": "https://github.com/Mic92/sops-nix/issues/42", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
206895709
[TRACKING ISSUE] Engine.io, and by extent, Socket.io, has a vulnerability Platform: Affects all platforms. Node Version: Affects all versions. MagicMirror Version: v2 Description: Engine.io, the stack behind Socket.io, has a vulnerability caused by an out-of-date version of the ws module. Tracking issue in socketio/engine.io is available here cc @MichMich @roramirez I can see. Its in the planning to fix soon. I think is need it before release a new version add this fix from the new version of ws module. By other hand, If is release soon the patch of this. How w'll process to apply a patch on master branch? I've mentioned before about release label, we using Semantic Versioning, What be the next release version name 2.1.0.1 or 2.1.1 if include only this patch? @roramirez When they release a newer version with an updated ws module, we can release it with the next new version. @nhubbard My question is more related, what will happened in the future if we need add only one patch on master branch?, What version name will be? If you patch current version with a backwards compatible bug fix or patch, v2.1.0 would become v2.1.1 if I'm not mistaken. As far as I recall Semantic Versioning follows vMajor.Minor.Patch scheme. Yes, I understand the version semantic that way. The main point is next planning name version is 2.1.1 I think should be 2.2.0 @morozgrafix Spot on. 2.2.0 will be used whenever there is a breaking change in the API. (like 2.1.0 was)... 2.1.1 will include this security patch. @MichMich They released version 2.0.2 of Engine.io... but I don't see any new version of Socket.io :cry: This https://github.com/socketio/socket.io/releases/tag/1.7.3 ? @roramirez Yup. 1.7.3 bumped engine.io-client to 1.8.3, which contained the bugfix. So we should be moved this in package.json. I pushed a PR.
gharchive/issue
2017-02-10T20:14:56
2025-04-01T04:55:20.148950
{ "authors": [ "MichMich", "morozgrafix", "nhubbard", "roramirez" ], "repo": "MichMich/MagicMirror", "url": "https://github.com/MichMich/MagicMirror/issues/709", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1561346790
improve german translation and make contributing translations easier Hi, I improved the wording of two German translations and added inlang/inlang to make contributing translations easier (with no overhead for maintainers except of a config file). Disclaimer, I am the maintainer of inlang and inlang is early. A better editor, a CLI to validate translations in CI/CD, and more to help OSS maintainers is coming soon. I thought this might already help. If not, please let me know what is missing. Changes added an inlang.config.js file to the root of the repo updated two German translations added the /translations directory to prettierignore to avoid (future) formatting differences Open questions should potentially outdated translations like "DAYAFTERTOMORROW" be deleted? Since linting via CLI is not available yet, I refrained from doing so in the fear of breaking things. Could you merge into master instead of development? I forked the repo with the master branch only (the default setting of GitHub). Rebasing on development would be a hassle. PS The config file can be deleted at any point, no accounts, sync, whatsoever is required as inlang is built on git, working with "local" files. Think of it as VSCode for translators. I put the PR in draft because of the open questions. It is theoretically ready for review And I forgot, here is a preview link https://inlang.com/editor/github.com/samuelstroschein/MagicMirror. Keep in mind, everything runs locally in the browser Codecov Report Merging #3025 (2fc6cd1) into master (2eaf9df) will increase coverage by 0.07%. The diff coverage is n/a. :mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@ ## master #3025 +/- ## ========================================== + Coverage 21.69% 21.77% +0.07% ========================================== Files 52 52 Lines 11424 11424 ========================================== + Hits 2479 2488 +9 + Misses 8945 8936 -9 Impacted Files Coverage Δ modules/default/updatenotification/node_helper.js 80.00% <0.00%> (+12.85%) :arrow_up: Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. Thansk for your PR and your work. Seems like a good idea to help with translations. Alas two things: merging in master is not a real option for a feature like this, we wor on the develop branch until a release is done every three month. sorry, you'll have to do a rebase adding the translation to prettierignore is also something I dont like since prettier helps us keeping the code style consistent. an excemption here would lead to people who commit via git to maybe add new intendations etc otherwise I am ok with adding your config to the project and wish you good luck merging in master is not a real option for a feature like this, we wor on the develop branch until a release is done every three month. sorry, you'll have to do a rebase I'll do that. I fear that the lack of support for branches right now of the editor (https://github.com/inlang/inlang/discussions/166) might lead to a similar problem for contributors. Damn, it will. The editor will always have the translation on the master branch, inevitably leading to merge conflicts when contributors edit the same translation because they were not aware of changes in the develop branch. A simple fix until https://github.com/inlang/inlang/discussions/166, and generally a good idea, could be the possibility to configure a defaultBranch in the config that points to develop in this case. What do you think? adding the translation to prettierignore is also something I dont like since prettier helps us keeping the code style consistent. an excemption here would lead to people who commit via git to maybe add new intendations etc I could expose the possibility to define how resources (en.json, etc.) could be serialized which aligns with the prettier config. otherwise I am ok with adding your config to the project and wish you good luck Is there more we can do for you as a maintainer to ease i18n? A simple fix until inlang/inlang#166, and generally a good idea, could be the possibility to configure a defaultBranch in the config that points to develop in this case. What do you think? Definitly something I would appreaciate and use here Is there more we can do for you as a maintainer to ease i18n? Nothing that comes to my mind, maybe the others (@MichMich @khassel @sdetweil ) can think of something? nothing additional for me Thanks for the feedback. I will expose an experimental defaultBranch property in the config and expose how JSON's are serialized to align with prettier. I will open a new PR in the upcoming week. Are you using VSCode for development btw? Are you using VSCode for development btw? Not me. Looking forward to the next updates to this PR How important is the branch feature to you/do you believe inlang will lead to more contributions? The effort and risk for bugs are high, probably too high, when I add an experimental.defaultBranch property. There are several logic-related flows that need to be adjusted. For example, forks only fork the main branch by default. The inlang editor would need to account for branches in forks. The inlang editor would also need to account for the branch the PR should be opened against. That are just two obstacles. More will likely arise and either increase our maintenance burden until the feature is implemented correctly or lead to bugs for users. We will eventually implement branches, especially considering our next git thesis, but I wonder whether the effort from our side and the value for you is worth the implementation of branches right now. I close this PR until we have branch support.
gharchive/pull-request
2023-01-29T15:50:32
2025-04-01T04:55:20.166907
{ "authors": [ "codecov-commenter", "rejas", "samuelstroschein", "sdetweil" ], "repo": "MichMich/MagicMirror", "url": "https://github.com/MichMich/MagicMirror/pull/3025", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
568880733
I'm really confused with the codes from line 51 to line 93 in main.py I'm really confused with the codes from line 51 to line 93 in main.py. What's the difference between the two loops respectively from line 52 and line 63? Don't they have the same function? Could you please answer my question, THANK YOU ! First loop runs on the python multi-processing pool to utilise all your CPU cores. Second loop "does the same thing" but because of the caching infrastructure, it really does nothing except load up the cached results and print them out in order. You can imagine that printing from the multi-processing stage would be interleaved and messy without synchronization. Was just easier and fast enough to load up the results in a single thread at the end. Does that make sense? Thank you for your response. I am not familiar with multi-processing pool. I will search for related knowlege. Thank you
gharchive/issue
2020-02-21T10:49:18
2025-04-01T04:55:20.250133
{ "authors": [ "MichaelHills", "yuweiDu" ], "repo": "MichaelHills/seizure-prediction", "url": "https://github.com/MichaelHills/seizure-prediction/issues/1", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
746140847
Incorrect import of firebase/app causing typescript compilation error [REQUIRED] Describe your environment Operating System version: MacOS X Catalina 10.15.7 Browser version: Chrome Version 86.0.4240.198 (Official Build) (x86_64 Firebase library (firebase, firebase-admin, etc...) and version: firebase: 8.0.2, firebase-admin: 9.4.1 geofirestore-core version: 4.1.2 geofirestore version: 4.3.0 [REQUIRED] Describe the problem Describe the bug See error below: ❯ ./node_modules/.bin/tsc --watch [4:08:38 PM] Starting compilation in watch mode... node_modules/geofirestore-core/dist/definitions.d.ts:2:10 - error TS2614: Module '"../../firebase"' has no exported member 'firestore'. Did you mean to use 'import firestore from "../../firebase"' instead? 2 import { firestore as webfirestore } from 'firebase/app'; ~~~~~~~~~ [4:08:43 PM] Found 1 error. Watching for file changes. Steps to Reproduce npm install geofirestore Import geofirestore Try to compile typescript Relevant Code import * as geofirestore from "geofirestore"; Ah, I see, this is related to https://github.com/MichaelSolati/geofirestore-core/pull/2/commits/4c1cd29b6d298e0980d59c155d504a864d495e4d. Can we please merge in the pull request? Otherwise, the library is not usable. Not able to get geofirestore to [install the pull request's version with the fix]( https://stackoverflow.com/questions/64923355/can-you-force-npm-sub-dependency-to-install-from-a-github-pull-request) 😢 Any workarounds you may know?
gharchive/issue
2020-11-19T00:15:36
2025-04-01T04:55:20.259161
{ "authors": [ "zkhalapyan" ], "repo": "MichaelSolati/geofirestore-core", "url": "https://github.com/MichaelSolati/geofirestore-core/issues/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
914191840
Fix groups function There were a few logic errors in the code. This fixes a few things and makes the code a little more readable. Incorrect "Managed by" entries due to the $Managers variable not being reset during loop. Security groups and Mail-enabled security groups were duplicated and not being represented correctly. Counts by group types partially worked. They're now represented correctly and a little more efficiently. Compressed some of the nested If statements to single lines. Replaced some Ifs with Elseifs so that some checking halts upon positive match. Ya, looks good.
gharchive/pull-request
2021-06-08T02:36:53
2025-04-01T04:55:20.261231
{ "authors": [ "Michaelawilliams28", "TPickerd" ], "repo": "Michaelawilliams28/PSHTML-AD-Report", "url": "https://github.com/Michaelawilliams28/PSHTML-AD-Report/pull/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
472916976
whnver i send mail as a draft invoice error .. SyntaxError at /invoices/send-mail/1/ invalid syntax (redis.py, line 22) this error happen on live @avigehlot05 This issue has been fixed. You can check it now.
gharchive/issue
2019-07-25T15:01:02
2025-04-01T04:55:20.290803
{ "authors": [ "avigehlot05", "vineeshan" ], "repo": "MicroPyramid/Django-CRM", "url": "https://github.com/MicroPyramid/Django-CRM/issues/258", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
837477143
求助 前辈您好,仔细研究过您的工程文件,对我的帮助非常大,但部署到PYNQ-Z1开发板后发现无法加载overlays,查阅资料发现需要.tcl格式文件,您可以不吝赐教一下嘛?万分感激! 谢谢前辈~在没有tcl 文件的前提下,我试了一下,用2.6版本的会报错,用2.4版本的会给提示,但能正常运行~再次感谢🙏 在2021年03月30日 21:44,Microd 写道: Hardware_Project/Block_Design文件夹中的README.md文件中有一句话是加了删除线的,那就是针对老版本PYNQ的img镜像需要tcl文件时如何获取tcl文件的方法,如果你使用新版本的PYNQ镜像应该是使用hwh文件即可。 —You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe. [ { @.***": "http://schema.org", @.***": "EmailMessage", "potentialAction": { @.***": "ViewAction", "target": "https://github.com/Microdent/Handwritten_Mathematical_Calculator_on_FPGA/issues/4#issuecomment-810260504", "url": "https://github.com/Microdent/Handwritten_Mathematical_Calculator_on_FPGA/issues/4#issuecomment-810260504", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { @.***": "Organization", "name": "GitHub", "url": "https://github.com" } } ]
gharchive/issue
2021-03-22T08:49:24
2025-04-01T04:55:20.301589
{ "authors": [ "whh0118" ], "repo": "Microdent/Handwritten_Mathematical_Calculator_on_FPGA", "url": "https://github.com/Microdent/Handwritten_Mathematical_Calculator_on_FPGA/issues/4", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
432318501
[RichTextBlock][UWP] Update existing richtextblock implementation to match new specification for 1.2 Platform UWP Author or host Neither. Feature dev. If you're an author, who are you sending cards to? Version of SDK master Issue To address the length concerns, we’re simplifying the payload a. Removing the concept of paragraphs, so it’s just a set of inlines b. Syntax sugar for auto-converting a text string into a basic TextRun For the wrap/maxLines a. Remove those properties For the markdown inside runs a. Don’t support markdown For being able to use italics within runs (since no markdown) a. Possibly add an “italicize” property to TextRun @RebeccaAnne FYI
gharchive/issue
2019-04-11T23:32:55
2025-04-01T04:55:20.308823
{ "authors": [ "shalinijoshi19" ], "repo": "Microsoft/AdaptiveCards", "url": "https://github.com/Microsoft/AdaptiveCards/issues/2670", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
169324886
Offline installation A brief description I work for Software a company in which due to regulatory compliance and data egress control it will never be possible to enable the windows Store for our admin and deployment bastion workstations however the WSFL functionality would be most useful there. Expected results Ability to deploy the WSFL including bash ideally from SCCM. It seems like it wouldn't be too hard. Actual results (with terminal output if applicable) Run Bash ( Terminal opens requests confirmation, after confirmation just exists as it can't download from Windows store). Your Windows build number 1607 Steps / commands required to reproduce the error No internet access but access to sources\sxs and SCCM SUS point including Feature Enablement Developer mode toggle. ( Errors "cannot download package" but does what it needs to for us to continue.) Enable feature WSFL and reboot. ( Ok works as expected) Run Bash ( Terminal opens requests confirmation, after confirmation just exists as it can't download from Windows store). Strace of the failing command Required packages and commands to install See our contributing instructions for assistance. We have heard this request before and it's definitely something we want to enabled in future versions of Windows. @PeteAtJagex - Love the idea. Please head to our user voice page and open a ticket (if there is not one already, up vote if there is one already). We use that for prioritizing our future work. I created a simple project that can install BashOnWindows even without Internet access. You just need to download some files before installation. Hope it can help. Project address: https://github.com/sqc1999/LxRunOffline @DDoSolitary I have used LxRunOffline.exe and can upgrade WSL to Ubuntu Zesty 17.04 from https://cloud-images.ubuntu.com/releases/17.04/release/ That article only has three distros. It should include the usage of wsl* functions and ready-made tar.gz files from distro owner.
gharchive/issue
2016-08-04T08:59:51
2025-04-01T04:55:20.318622
{ "authors": [ "Biswa96", "PeteAtJagex", "benhillis", "sqc1999", "sunilmut" ], "repo": "Microsoft/BashOnWindows", "url": "https://github.com/Microsoft/BashOnWindows/issues/760", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
437256976
Sample unit tests on bot with Dialogs and Prompts Please create a sample of project with all the bot stuff (Dialog, prompts, etc.) unit tested to show how to mock some object such as DialogSet, WaterfallStepContext, etc. Hi @nimbusparis, thanks for the feedback, we are planning to add additional testing examples and tools support as part of 4.5. This page contains some background on our general approach. For a complete list of the testing scenarios we are considering see Bot Testing Issues. I will close this issue for now, please add your comments on the stories above if there's anything in particular you'd like to see that is not covered there. Thanks again. Gabo PS: For a sneak peak of the work being doing, you can check the CoreBotTests branch (check the https://github.com/Microsoft/botbuilder-dotnet/tree/gabog/CoreBotTests/tests/Microsoft.Bot.Builder.TestBot.Tests project, it is early days and things are subject to change but it should give you an idea).
gharchive/issue
2019-04-25T15:17:24
2025-04-01T04:55:20.322459
{ "authors": [ "gabog", "nimbusparis" ], "repo": "Microsoft/BotBuilder-Samples", "url": "https://github.com/Microsoft/BotBuilder-Samples/issues/1443", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
377830152
getting 405 . Web App Bot connected to local using ngrok. env: net core 2.1, c# bot builder 4.1.1 net.core.app 2.1.5 bot enterprice template (w\o running of az scripts) what's done: i've created a chatbot app using latest enterprise template. I haven't run azure resource script though 'cos of inner policy, so we just created resourses using regular bot service creation and configured manually. I commented some services trying to minimize them to minimal set of working. I've commented Transcript Middleware, i changed State service to use MemoryStorage: var dataStore = new MemoryStorage(); var userState = new UserState(dataStore); var conversationState = new ConversationState(dataStore); services.AddSingleton(dataStore); services.AddSingleton(userState); services.AddSingleton(conversationState); services.AddSingleton(new BotStateSet(userState, conversationState)); Took all app ids, keys and what is needed, configured my app. So when im running locally and testing using emulator, everythings work fine. Now i'm trying to connect bot service to my local app using ngrok tunnel to debug it. I'm running my app on 32618 port. I've done basic forwarding using ngrok: ngrok.exe http 32618 -host-header="localhost:32618" and now its listening on https://deb52201.ngrok.io , i've updated .bot file to use "endpoint": "https://deb52201.ngrok.io/api/messages", in launchSetytings i'm still using "applicationUrl": "http://localhost:32618". Updated message endpoint in azure bot app to https://deb52201.ngrok.io/api/messages problem: when i'm using emulator it's working (both with local and external ngrok urls) , though it gives me error :Error: The bot is remote, but the service URL is localhost. Without tunneling software you will not receive replies" (dunno what it means by service URL is localhost). But when i'm trying to test using azure's Test in web chat i see error that message can't be sent. In ngrok i see in log that bot service was trying to call OPTIONS /api/messages and result is "not allowed". In vs i see this error: Microsoft.AspNetCore.Hosting.Internal.WebHost:Information: Request starting HTTP/1.1 OPTIONS http://localhost:32618/api/messages Microsoft.AspNetCore.Hosting.Internal.WebHost:Information: Request finished in 4.3045ms 405 Application Insights Telemetry: {"name":"Microsoft.ApplicationInsights.Dev.43984f36641f4cf391ac866e42e51bd7.Request", "time":"2018-11-06T10:12:43.6894710Z", "iKey":"43984f36-641f-4cf3-91ac-866e42e51bd7", "tags":{"ai.application.ver":"1.0.0.0", "ai.cloud.roleInstance":"VzlomNote", "ai.operation.id":"d7fbd988a140254b968de0ee7bbb6d28", "ai.operation.name":"OPTIONS /api/messages", "ai.location.ip":"192.40.95.29", "ai.internal.sdkVersion":"aspnet5c:2.5.1", "ai.internal.nodeName":"VZLOMNOTE"}, "data":{"baseType":"RequestData", "baseData":{"ver":2, "id":"|d7fbd988a140254b968de0ee7bbb6d28.9ade66b2_", "name":"OPTIONS /api/messages", "duration":"00:00:00.0099015", "success":false, "responseCode":"405", "url":"http://localhost:32618/api/messages", "properties": {"_MS.ProcessedByMetricExtractors":"(Name:'Requests', Ver:'1.1')", "DeveloperMode":"true", "AspNetCoreEnvironment":"Local"}}}} The thread 0xda4 has exited with code 0 (0x0). When googling related problems i constantly see advice to change stateManager. but a) i have InMemory already (hope its configured right) 2)all examples are for old versions on web api, there's no such methods, i can't find any examples for Net Core and BorBuilder 4.1. Full code: launchSettings: { "iisSettings": { "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://localhost:32618", "sslPort": 0 } }, "profiles": { "IIS Express": { "commandName": "IISExpress", "launchBrowser": true, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } }, "ChatbotCore": { "commandName": "Project", "launchBrowser": true, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Local" }, "applicationUrl": "http://localhost:32618" } } } Startup: // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Linq; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.Bot.Builder; using Microsoft.Bot.Builder.Azure; using Microsoft.Bot.Builder.Integration.AspNet.Core; using Microsoft.Bot.Configuration; using Microsoft.Bot.Connector.Authentication; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; namespace AgriSync.ChatbotCore { public class Startup { private bool _isProduction = false; public Startup(IHostingEnvironment env) { var builder = new ConfigurationBuilder() .SetBasePath(env.ContentRootPath) .AddJsonFile("appsettings.json", optional: true, reloadOnChange: true) .AddJsonFile($"appsettings.{env.EnvironmentName}.json", optional: true) .AddEnvironmentVariables(); Configuration = builder.Build(); } public IConfiguration Configuration { get; } public void ConfigureServices(IServiceCollection services) { // Load the connected services from .bot file. var botFilePath = Configuration.GetSection("botFilePath")?.Value; var botFileSecret = Configuration.GetSection("botFileSecret")?.Value; var botConfig = BotConfiguration.Load(botFilePath ?? @".\ChatbotCore.bot", botFileSecret); services.AddSingleton(sp => botConfig ?? throw new InvalidOperationException($"The .bot config file could not be loaded.")); // Initializes your bot service clients and adds a singleton that your Bot can access through dependency injection. var connectedServices = new BotServices(botConfig); services.AddSingleton(sp => connectedServices); // Initialize Bot State /*var cosmosDbService = botConfig.Services.FirstOrDefault(s => s.Type == ServiceTypes.CosmosDB) ?? throw new Exception("Please configure your CosmosDb service in your .bot file."); var cosmosDb = cosmosDbService as CosmosDbService; var cosmosOptions = new CosmosDbStorageOptions() { CosmosDBEndpoint = new Uri(cosmosDb.Endpoint), AuthKey = cosmosDb.Key, CollectionId = cosmosDb.Collection, DatabaseId = cosmosDb.Database, };*/ // var dataStore = new CosmosDbStorage(cosmosOptions); /* var cosmosDbService = botConfig.Services.FirstOrDefault(s => s.Type == ServiceTypes.CosmosDB) ?? throw new Exception("Please configure your CosmosDb service in your .bot file."); var cosmosDb = cosmosDbService as CosmosDbService; var cosmosOptions = new CosmosDbStorageOptions() { CosmosDBEndpoint = new Uri(cosmosDb.Endpoint), AuthKey = cosmosDb.Key, CollectionId = cosmosDb.Collection, DatabaseId = cosmosDb.Database, }; var dataStore = new CosmosDbStorage(cosmosOptions);*/ //user and conversation state var dataStore = new MemoryStorage(); var userState = new UserState(dataStore); var conversationState = new ConversationState(dataStore); services.AddSingleton(dataStore); services.AddSingleton(userState); services.AddSingleton(conversationState); services.AddSingleton(new BotStateSet(userState, conversationState)); services.AddMvc(); // Add the bot with options services.AddBot<ChatbotCore>(options => { // Load the connected services from .bot file. var environment = _isProduction ? "production" : "development"; var service = botConfig.Services.FirstOrDefault(s => s.Type == ServiceTypes.Endpoint && s.Name == environment); if (!(service is EndpointService endpointService)) { throw new InvalidOperationException($"The .bot file does not contain an endpoint with name '{environment}'."); } options.CredentialProvider = new SimpleCredentialProvider(endpointService.AppId, endpointService.AppPassword); // Telemetry Middleware (logs activity messages in Application Insights) var appInsightsService = botConfig.Services.FirstOrDefault(s => s.Type == ServiceTypes.AppInsights) ?? throw new Exception("Please configure your AppInsights connection in your .bot file."); var instrumentationKey = (appInsightsService as AppInsightsService).InstrumentationKey; var appInsightsLogger = new TelemetryLoggerMiddleware(instrumentationKey, logUserName: true, logOriginalMessage: true); options.Middleware.Add(appInsightsLogger); // Catches any errors that occur during a conversation turn and logs them to AppInsights. options.OnTurnError = async (context, exception) => { await context.SendActivityAsync("Sorry, it looks like something went wrong."); connectedServices.TelemetryClient.TrackException(exception); }; // Transcript Middleware (saves conversation history in a standard format) /*var storageService = botConfig.Services.FirstOrDefault(s => s.Type == ServiceTypes.BlobStorage) ?? throw new Exception("Please configure your Azure Storage service in your .bot file."); var blobStorage = storageService as BlobStorageService; var transcriptStore = new AzureBlobTranscriptStore(blobStorage.ConnectionString, blobStorage.Container); var transcriptMiddleware = new TranscriptLoggerMiddleware(transcriptStore); options.Middleware.Add(transcriptMiddleware);*/ // Typing Middleware (automatically shows typing when the bot is responding/working) var typingMiddleware = new ShowTypingMiddleware(); options.Middleware.Add(typingMiddleware); options.Middleware.Add(new AutoSaveStateMiddleware(userState, conversationState)); /*IStorage dataStore = new MemoryStorage(); var conversationState = new ConversationState(dataStore); options.State.Add(conversationState); var userState = new UserState(dataStore); options.State.Add(userState);*/ }); } /// <summary> /// This method gets called by the runtime. Use this method to configure the HTTP request pipeline. /// </summary> /// <param name="app">Application Builder.</param> /// <param name="env">Hosting Environment.</param> public void Configure(IApplicationBuilder app, IHostingEnvironment env) { _isProduction = env.IsProduction(); app.UseDefaultFiles() .UseStaticFiles() .UseBotFramework() .UseMvcWithDefaultRoute(); } } } ChatbotLocal.bot: { "name": "AgriSyncBot", "description": "", "services": [ { "type": "endpoint", "appId": "<CODE>", "appPassword": "<CODE>", "endpoint": "https://a2d77e39.ngrok.io/api/messages", "id": "1", "name": "development" }, { "type": "appInsights", "InstrumentationKey": "<CODE>", "apiKeys": {} } ], "padlock": "", "version": "2.0", "overrides": null, "path": "C:\\Users\\VzLOM\\Source\\Repos\\agrisync-v33\\ChatbotCore\\ChatbotCoreLocal.bot" } Thanks Hi @Unders0n Thank you for trying out the Enterprise Bot Template. The repository for issues related to this template is https://github.com/Microsoft/BotBuilder-samples/issues The BotBuilder repository issues is now for DCRs only. If you have further questions or issues related to the Enterprise Bot Template, please ask on Stack Overflow or BotBuilder-samples The OPTIONS call is sent to the bot's messaging endpoint by the Azure Portal when you navigate to settings within the portal. Since only POSTs are handled by the bot's messaging endpoint, and not OPTIONS or GET or PUT, these other commands will result in 'not allowed'. You can add code to handle these call types, if you prefer. But, the failure of the OPTIONS call from the portal can be safely ignored. "The bot is remote, but the service URL is localhost." means that ngrok is not properly configured for the emulator itself. Within the v4 Emulator, use the View -> Emulator Settings menus, and set the 'Path to ngrok': The emulator repository has an open issue to make this wording more clear: https://github.com/Microsoft/BotFramework-Emulator/issues/878 @EricDahlvang Still my problem was not revealed in this answer, so i've created issue in repo you suggested: https://github.com/Microsoft/BotBuilder-Samples/issues/864
gharchive/issue
2018-11-06T12:43:14
2025-04-01T04:55:20.338679
{ "authors": [ "EricDahlvang", "Unders0n" ], "repo": "Microsoft/BotBuilder", "url": "https://github.com/Microsoft/BotBuilder/issues/5136", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
166183535
Include ChannelId when creating replay message. ChannelId was not copied when creating replay message. Channel Id can be used in dialogs to modify the answer to better use each channel features. The service URL was also missing. I just spent the morning chasing down the same issue (ServiceUrl not being set in the reply message); until this is merged I will write against local code.
gharchive/pull-request
2016-07-18T20:18:34
2025-04-01T04:55:20.340964
{ "authors": [ "apuyana", "mburleigh" ], "repo": "Microsoft/BotBuilder", "url": "https://github.com/Microsoft/BotBuilder/pull/743", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
413472890
Directline requests (POST and GET) failed with the resultcode = 0 Directline-JS SDK: 0.10.2 Starting to see the below failures of the directline GET/POST requests (Timestamp is in UTC) timestamp [Local Time] data success resultCode duration 2019-02-19T15:51:02.382 POST https://directline.botframework.com/v3/directline/conversations False 0 224 2019-02-19T15:51:22.672 POST https://directline.botframework.com/v3/directline/conversations False 0 283 2019-02-19T15:51:43.212 POST https://directline.botframework.com/v3/directline/conversations False 0 339 2019-02-19T15:52:18.115 POST https://directline.botframework.com/v3/directline/conversations False 0 309 2019-02-19T15:52:38.950 POST https://directline.botframework.com/v3/directline/conversations False 0 233 2019-02-19T15:52:59.473 POST https://directline.botframework.com/v3/directline/conversations False 0 523 2019-02-19T15:53:19.746 POST https://directline.botframework.com/v3/directline/conversations False 0 273 2019-02-19T15:53:40.019 POST https://directline.botframework.com/v3/directline/conversations False 0 263 2019-02-19T17:10:56.918 GET https://directline.botframework.com/v3/directline/conversations/IYzHUYmf01kC5LNhfTWSbE?watermark=1 False 0 7,079 2019-02-19T19:34:10.268 GET https://directline.botframework.com/v3/directline/conversations/7jonzVRWwNdLeL7XJm5Pfn?watermark=1 False 0 5 2019-02-19T20:23:45.193 POST https://directline.botframework.com/v3/directline/conversations/EmACwvZmpaLBxJ8R8B77gM/activities False 0 961 2019-02-19T21:00:29.063 GET https://directline.botframework.com/v3/directline/conversations/IYzHUYmf01kC5LNhfTWSbE?watermark=1 False 0 13 2019-02-19T21:08:53.500 GET https://directline.botframework.com/v3/directline/conversations/EmACwvZmpaLBxJ8R8B77gM?watermark=55 False 0 1,362 2019-02-19T21:09:34.400 GET https://directline.botframework.com/v3/directline/conversations/EmACwvZmpaLBxJ8R8B77gM?watermark=55 False 0 20,003 Please help check if there's any issue of the directline server? or share the thought how to resolve the issue? @EricDahlvang any update? Hi @huajunzhao We are escalating this internally for further investigation. I apologize for the delay. @EricDahlvang our service is seriously being impacted due to this, can you please help on this with priority? Here are some latest failures (resultcode=0) logs in UTC timestamp. GET request failed with long duration (~17s) 2019-02-26T02:52:45.713 |FjbBQ.mouVr directline.botframework.com Ajax GET /v3/directline/conversations/DMAmKzt2xWWLmjaTZXwBBH GET https://directline.botframework.com/v3/directline/conversations/DMAmKzt2xWWLmjaTZXwBBH?watermark=35 False 0 17,523 15sec-30sec GET reqeust failed with short duration 2019-02-26T02:16:16.703 |FjbBQ.mRJHU directline.botframework.com Ajax GET /v3/directline/conversations/DMAmKzt2xWWLmjaTZXwBBH GET https://directline.botframework.com/v3/directline/conversations/DMAmKzt2xWWLmjaTZXwBBH?watermark=35 False 0 538 500ms-1sec POST request failed 2019-02-26T02:50:37.347 |pihqZ.vnu5+ directline.botframework.com Ajax POST /v3/directline/conversations POST https://directline.botframework.com/v3/directline/conversations False 0 9 <250ms Can you please us understand what does this each kind of request used for and how to resolve them? Thx, Kevin @huajunzhao The services team has looked over the issues you are having. They are indicating that resultcode=0 means the requests did not make it to the server (or there would be a failure status code). This issue is not with the Direct Line service, but with the client. Since the service never received these calls, our server logs have nothing to indicate what the underlying problem is with the client. Have you tried using WebSockets instead of GET polling? Thanks for the update. Actually we've already switched to websockets in the client, This is our code const botConnection: any = localStorage.conversationId === null || localStorage.conversationId === undefined || localStorage.conversationId === 'undefined' ? new DirectLine({ secret: this.props.directLine.secret, webSocket: true, watermark: '-' }) : new DirectLine({ secret: this.props.directLine.secret, conversationId: localStorage.conversationId, webSocket: true, watermark: '-' }); Be noted that the GET requests which failed with resultcode = 0 was having the below patterns (without activities) GET https://directline.botframework.com/v3/directline/conversations/DMAmKzt2xWWLmjaTZXwBBH?watermark=35: Per the document: https://docs.microsoft.com/en-us/azure/bot-service/rest-api/bot-framework-rest-direct-line-3-0-reconnect-to-conversation?view=azure-bot-service-4.0 they're likely the conversation reconnects. some of them are long duration, while others not. We don't know why see have so many failures. Can you instruct us how to troubleshoot/resolve this issue if you think it's client issues? Can i get your MS alias for internal discussion? Also we start seeing some 404 failure. 019-02-27T14:59:45.617 |x5W1S.xmQdH directline.botframework.com Ajax GET /v3/directline/conversations/KirZ9Nyg84fG28xMuSCUwt GET https://directline.botframework.com/v3/directline/conversations/KirZ9Nyg84fG28xMuSCUwt?watermark=- False 404 410 250ms-500ms What's the cause we see this? Regarding the 404: maybe the conversation has 'expired' due to no activity? see: https://github.com/Microsoft/BotFramework-DirectLineJS/issues/119#issuecomment-445066667 Conversation messages are only stored for 24 hours in DirectLine. Conversation metadata (such as conversation id and couple other housekeeping data) are removed after a period of inactivity (between 15 to 20 days). Please email me at the address on my profile: https://github.com/EricDahlvang @huajunzhao, do you still require assistance? If not I'll close the issue as resolved. Actually I still have questions which need bot team to help or explain, i will touch Eric directly, please close this for now.
gharchive/issue
2019-02-20T07:32:25
2025-04-01T04:55:20.368820
{ "authors": [ "CoHealer", "EricDahlvang", "huajunzhao" ], "repo": "Microsoft/BotFramework-Services", "url": "https://github.com/Microsoft/BotFramework-Services/issues/52", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
431739231
Directline post activity gives 'Service Error' - Same as #54 I am facing the same issue mentioned in #54. Directline post activity throws {code: "Service Error"} for random messages since yesterday. Faced 25 in the last 24 hours period so far Microsoft App ID: 7cbd578f-5c92-4fa4-b2c6-142e307a06ef Bot Handle: IBMSdx-ON-151 Conversation Id: BtAajXujmRiA8wYxOl1t0E-9 "timestamp":"2019-04-10T12:17:34.195Z" This error and many others in the 24 hours ending 2019-04-10T12:00Z were caused by activities that were too large. See if you can trim down your activity size by using attachments rather than inline data. I thought that we returned a message about the size being too large in the response body but I'll have to test that. If not, we will so this will be easier to diagnose.
gharchive/issue
2019-04-10T22:06:53
2025-04-01T04:55:20.371814
{ "authors": [ "ManjulaMalaiarasan", "vincec-msft" ], "repo": "Microsoft/BotFramework-Services", "url": "https://github.com/Microsoft/BotFramework-Services/issues/73", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
406733040
Scroll Issue on Firefox I am facing scroll issue on Firefox and mobile. here i shared screen shot of chrome and Firefox. for chrome its fine but for Firefox its not working. Here is example of Chrome. here scroll is working: Here is Example of Firefox where scroll not working Thanks Hi @dalvirsaini, looking at your screencaps, it looks like the issue you are reporting is the lack of scrollbar in the second one. Is this correct? I tested our Mock Bot on Firefox (v65) just now and didn't see the same issue. I have a few questions, if anyone who is repro-ing this issue could add their information that would be great. It looks like this is v4 of Web Chat, is that correct? Are you using the CDN or NPM package? What version of Firefox are you using? Is your bot share-able to the public where I can take a quick look? Does the scrollbar never appear? Or disappear after a particular action? It doesn't look like you've added any styling modifications to the scrollbar, is this correct? Does this issue occur when you test out Mock Bot? Please use this link to test: https://microsoft.github.io/BotFramework-WebChat/06.a.cognitive-services-bing-speech-js/ Hi @corinagum , I was facing a similar scrolling issue. where when i try to scroll up, it is not letting me and automatically scrolling at the bottom of the chat. This keeps occurring on touch screen laptops/pc when i move the same window to a non-touch monitor it works fine. Please inform me when this is fixed. Thanks @compulim I don't have a touch screen laptop, could you investigate this? I am also seeing this issue, with Chrome, with MockBot, using this: https://microsoft.github.io/BotFramework-WebChat/06.a.cognitive-services-bing-speech-js/ See vid: https://1drv.ms/u/s!AqLTBxPBk_dXhux7ksIgD45D6LDu-g Not touch screen. I am also seeing the issue in my customised WebChat. Is there some dependency I should revert to avoid this? Thanks @nicholasamiller for posting the video I'm seeing exactly same issue. @nicholasamiller Thank you very much! Let me look into this and get back to you guys. Looking into this too. The bug looks very legit. But I am struggling trying to repro. Trying combination of a few things: Hi-DPI on/off Zoom ratio 100% vs 150% Firefox Mouse dragging scroll handler Will be great if someone can give me some tips. I kind of understand the problem. Technically speaking: "scroll to bottom" means, "if I am sticky, and I am not at the bottom, scroll to bottom" "I am no longer sticky" means, "scroll event emitted due to user gesture, and the scrollTop value is no longer at bottom" "I become sticky" means, "scroll event emitted, scrollTop value changed to the bottom value" We prefer this behavior because we allow the content to be expanded, without using any hints from HTML DOM. We tried alternative approach in 4.2, which we explicitly tell the scrollable panel we have expanded, but the UX doesn't go well (sometimes Web Chat don't scroll to bottom). When the user scroll to top, the following things will happen: scrollTop set to 0 Fire scroll event For every 150ms, we check if we are at the bottom. If no and we are sticky, we will scroll to bottom. But in Firefox, the check is being inserted between 1 and 2. That means, the check will see "I am not at the bottom, but I am still sticky, I need to scroll to bottom." Thus, we are seeing this behavior. Also in Chrome - see my vid. On Wed., 13 Feb. 2019, 11:46 William Wong <notifications@github.com wrote: I kind of understand the problem. Technically speaking: "scroll to bottom" means, "if I am sticky, and I am not at the bottom, scroll to bottom" "I am no longer sticky" means, "scroll event emitted due to user gesture, and the scrollTop value is no longer at bottom" "I become sticky" means, "scroll event emitted, scrollTop value changed to the bottom value" We prefer this behavior because we allow the content to be expanded, without using any hints from HTML DOM. We tried alternative approach in 4.2, which we explicitly tell the scrollable panel we have expanded, but the UX doesn't go well (sometimes Web Chat don't scroll to bottom). When the user scroll to top, the following things will happen: scrollTop set to 0 Fire scroll event For every 150ms, we check if we are at the bottom. If no and we are sticky, we will scroll to bottom. But in Firefox, the check is being inserted between 1 and 2. That means, the check will see "I am not at the bottom, but I am still sticky, I need to scroll to bottom." Thus, we are seeing this behavior. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Microsoft/BotFramework-WebChat/issues/1697#issuecomment-463006121, or mute the thread https://github.com/notifications/unsubscribe-auth/ATrTcA5VdaBzIBpIqg0qA9zqqc4YmoCPks5vM2BXgaJpZM4ai_bt . Need some community help here because I cannot reliably repro on my box (repro chance = 1-in-50). I don't know if my fix really works or not. @dalvirsaini @keshavnagpal @nicholasamiller could you guys help me by trying out the following pages? https://webchattest.blob.core.windows.net/scroll-test/index.html should have the fix https://webchattest.blob.core.windows.net/scroll-test/repro.html should not have the fix (control experiment) Many thanks! @compulim I tried your solution it seems to work on my machine and i was able to reproduce the issue several times in the same machine on repro.html I went ahead and copied your webchat.js file and used in my solution, it fixed the issue (although when trying to scroll while new messages are coming it's not as smooth) I need to use webchat-es5.js Can you try the same fix in webchat-es5 as well? Thanks
gharchive/issue
2019-02-05T11:11:20
2025-04-01T04:55:20.391758
{ "authors": [ "compulim", "corinagum", "dalvirsaini", "keshavnagpal", "nicholasamiller" ], "repo": "Microsoft/BotFramework-WebChat", "url": "https://github.com/Microsoft/BotFramework-WebChat/issues/1697", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
200225042
Bug10436738: Missing lower bounds check Add lower bounds check on enum to AsmJsJITInfo::GetTypedSlotInfo @Microsoft/chakra-developers Can someone review this please ? Change looks good but lots of tests are failing facepalm type >= 0 facepalm for me, too. Should have caught that.
gharchive/pull-request
2017-01-11T22:20:55
2025-04-01T04:55:20.399762
{ "authors": [ "Cellule", "dilijev" ], "repo": "Microsoft/ChakraCore", "url": "https://github.com/Microsoft/ChakraCore/pull/2362", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
136798153
Invalidate proto caches in the correct script context If the prototype of an object is changed in a different context, we need to invalidate proto inline caches in the script context of the old prototype. We were only invalidating the caches in the current context, but the prototype being changed could have had property loads from it cached in a different context. In that case, LGTM as is.
gharchive/pull-request
2016-02-26T19:57:15
2025-04-01T04:55:20.401627
{ "authors": [ "pleath", "rajatd" ], "repo": "Microsoft/ChakraCore", "url": "https://github.com/Microsoft/ChakraCore/pull/399", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
276255119
Make Date.parse recognize padded and negative years (Fixes #4178) This PR will finally make Date.parse able to parse any output of Date.toString(), Date.toUTCString, and Date.toISOString(). Fixes #4178 Fixes #4300 Todo: [x] Add, update and re-enable tests (#4300) [x] new Date("2017-jan-01") causes an assertion failure v8 and SpiderMonkey have the same issue. I've reported to them as well. v8: https://bugs.chromium.org/p/v8/issues/detail?id=7117 sm: https://bugzilla.mozilla.org/show_bug.cgi?id=1420028 Some tests failed on Ubuntu. That's because toString() outputs Local Mean Time, like 'Fri Oct 12 0001 21:23:35 GMT-0752 (LMT)', when the date is before the standard time zone was introduced in that city. The problem is that the displayed time zone GMT-0752 is inaccurate. The actual time zone is GMT-07:52:58, which is used to calculate the local time 21:23:35. Thus when parsing this string, there's a 58 second discrepancy. It seems the spec assumes that time zone is always a whole minute. Re: xplat test failures, in the short term you could split the test into two separate test files, move the cases that have xplat failures into the second file, and tag the one with xplat failures exclude_xplat. 2: we cannot violate this part of the spec. I think that behavior will be depended on much more readily than 1. 1: Can we manipulate the value returned by LMT so that those values are consistent? Since the actual time and time zone might be implementation-defined (down to the minute so that we can follow all of the spec rules) making sure that we don't have a discrepancy in the number of seconds would solve our problems. /cc @obastemur Please disable the neg. year tests on xplat. TLDR; I had initially implemented with BC support on Linux (bunch of tricks involved) but wasn't enough for OSX (different system / different source of random tz data for years with no actual tz). Yes we probably can't have xplat tests for negative years which exactly match on all platforms for the reasons stated above, however we can test that our implementation is spec-compliant on points (1) which is already tested by most tests, and (2) by testing equivalence of those two operations, rather than their actual values.
gharchive/pull-request
2017-11-23T02:58:49
2025-04-01T04:55:20.407984
{ "authors": [ "dilijev", "obastemur", "xiaoyinl" ], "repo": "Microsoft/ChakraCore", "url": "https://github.com/Microsoft/ChakraCore/pull/4318", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
144987695
Misc minor fixes to Switch Optimization Disabled Switch optimization upon Rejit. Cleaned up an API which is no longer called. Added back the Assert in the Ld_A const folding API (It was removed earlier as it can have only two BailOutKinds, but it is good to have the old assert here.) https://github.com/Microsoft/ChakraCore/pull/704 was closed due to some issue with ChakraHub. So recreating a new (duplicate PR).
gharchive/pull-request
2016-03-31T18:57:09
2025-04-01T04:55:20.409966
{ "authors": [ "satheeshravi" ], "repo": "Microsoft/ChakraCore", "url": "https://github.com/Microsoft/ChakraCore/pull/707", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
427225345
build master head with VS 2019 Hi, is head of master branch supposed to build with VS 2019 preview ? I tried to build MICore and ran into such error: Could not copy the file "obj\Debug\Microsoft.MICore.dll" because it was not found. No such problem when build with VS 2017. Thanks for help ! Yes, it should work. What solution configuration are you using? Do you get any errors/warnings before that? @digittigerw Please reopen/comment if it is still not working.
gharchive/issue
2019-03-30T01:04:29
2025-04-01T04:55:20.417431
{ "authors": [ "digittigerw", "gregg-miskelly", "pieandcakes" ], "repo": "Microsoft/MIEngine", "url": "https://github.com/Microsoft/MIEngine/issues/842", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
243280426
Memory Leak in the SpatialMappingObserver [Note] this is not an issue for the latest version HoloToolkit-Unity but an issue for the older version of HoloToolkit-Unity. However, due to the limited information I found in Google, I still post this issue here. I observe a memory leak from the SpatialMappingObserver. I suspect this is causes by this line of code: /// A dictionary of surfaces that our Surface Observer knows about. /// Key: surface id /// Value: GameObject containing a Mesh, a MeshRenderer and a Material /// </summary> private Dictionary<int, GameObject> surfaces = new Dictionary<int, GameObject>(); surfaces creates to much GameObjects and prevents the Garbage Collector to clean the memory. The memory goes from initially 225 MB to 900 MB after 10 mins of operation. I observe this issues in the Unity version 5.5.2f1. But in the Unity version 5.4.0f3 there is no memory leak. I use the Diagnostic Tools -> Memory Usage to measure the memory in my program. I notice that the latest build of HoloToolkit-Unity has abandoned this Dictionary data structure. I wonder if the community has already fixed this problem and should I move my development to the latest Unity version 5.6 and the latest HoloToolkit-Unity or is there a quick fix for it. There is a similar discussion here. Thanks for any help in advance. Using the latest MixedRealityToolkit-Unity solves my problem
gharchive/issue
2017-07-17T01:20:27
2025-04-01T04:55:20.420743
{ "authors": [ "DKandrew" ], "repo": "Microsoft/MixedRealityToolkit-Unity", "url": "https://github.com/Microsoft/MixedRealityToolkit-Unity/issues/784", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
262271946
Mrtk forward compatibility Redone PR of #1048 (Messed up my rebase) Gets some of the forwards compatibility issues out of the way. Most changes are to the Build and Deploy windows and Mixed Reality Toolkit Menus Fixes #851 Fixes #895 Fixes #1018 Fixes #1019 Anything else Adam? @DDReaper which scene setting issues?
gharchive/pull-request
2017-10-03T00:45:37
2025-04-01T04:55:20.422749
{ "authors": [ "StephenHodgson" ], "repo": "Microsoft/MixedRealityToolkit-Unity", "url": "https://github.com/Microsoft/MixedRealityToolkit-Unity/pull/1059", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
372777161
[vNext] Addressed feedback from Simon on naming of some files and demo scene. #2938 Overview Updated Demo scene with introduction banner and updated head and body objects to reflect current standards. Moved creating new states and themes to Mixed Reality Toolkit/Interactable/State Fixed an inspector layout error Renamed a bunch of files to include the "Interactable" prefix Changes Feedback: # 2938 I found that visual effects on HolographicButton are broken, and cannot change theme property. Probably because of the name change: Thanks @cre8ivepark, I got these fixes pushed to a new branch, so I'm going to abandon this PR and create a new one. Since we abandoned this branch, can we clean it up as well? feature/mrtk_interactable_demoUpdates_2938 @killerantz ? Yes please! @davidkline-ms please delete this branch.
gharchive/pull-request
2018-10-23T02:20:30
2025-04-01T04:55:20.427519
{ "authors": [ "StephenHodgson", "cre8ivepark", "killerantz" ], "repo": "Microsoft/MixedRealityToolkit-Unity", "url": "https://github.com/Microsoft/MixedRealityToolkit-Unity/pull/2954", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
262897473
Optional pep8 formatting I checked issue #1465, where @zooba said they do not prefer any particular style in VS. Yet I was wondering why there is not an option to enable complete pep8 formatting. It's easier to work together with people using PyCharm that way, and even VSCode has the python plugins to format like this. In fact on of the plugins is using autopep8. Could this be considered for PTVS? I've added it as a feature to consider. Currently we only support one variety of formatting, which is our own (and honestly it isn't very good - there are a lot of things that are not formatted properly). Since we don't have a plugin architecture, it isn't trivial to add support for an external library like this. It'll take a bit of work. Would you accept contributions for this? And if so, could you also provide some general thoughts about how you could eventually implement this? Maybe I can try to help where I can. If you want to look in Microsoft.PythonTools.targets at how we did very basic pylint support, you could probably clone that to work for a linter. You can add the definition into your own .pyproj file for testing, and submit a PR against the targets file to enable it for everyone's projects. Ideally we'd be looking at an editor extension that can continuously run the plugin in the background and generate errors and squiggles live. That's a fairly significant task, but if you've got good C# skills and have created other VS extensions in the past, we can probably help you do it. I honestly have no experience with extensions. I will look into it anyway, but probably won't be of any help though.
gharchive/issue
2017-10-04T19:08:22
2025-04-01T04:55:20.433106
{ "authors": [ "BenjaVR", "zooba" ], "repo": "Microsoft/PTVS", "url": "https://github.com/Microsoft/PTVS/issues/3130", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
212693942
R Tools for Visual Studio 2017 Any ETA for VS 2017? Around may, with preview releases earlier. On Wed, Mar 8, 2017 at 2:21 AM plr1975 notifications@github.com wrote: Any ETA for VS 2017? — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Microsoft/RTVS/issues/3276, or mute the thread https://github.com/notifications/unsubscribe-auth/AAtUVOH3UcfjQcpWhopwJMoXB9LMsXc7ks5rjoEigaJpZM4MWm4p . So, I assume rtvs is stuck on the same issues as Python (translations)? Yes. Localization and accessibility requirements. On Wed, Mar 8, 2017 at 6:13 AM Michal Vácha notifications@github.com wrote: So, I assume rtvs is stuck on the same issues as Python (translations)? — You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Microsoft/RTVS/issues/3276#issuecomment-285050786, or mute the thread https://github.com/notifications/unsubscribe-auth/AAtUVB9Dsk0a7eAAsGPF0RwX7-eqxUexks5rjrdugaJpZM4MWm4p . And do you plan to release rtvs as part of VS Preview? Python is already there, but no R :( Absolutely. We are shooting for April/May timeframe for RTVS for VS2017. Python had already shipped inside the 2015 box so it got an exception. On Thu, Mar 9, 2017 at 12:30 AM Michal Vácha notifications@github.com wrote: And do you plan to release rtvs as part of VS Preview? Python is already there, but no R :( — You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Microsoft/RTVS/issues/3276#issuecomment-285287097, or mute the thread https://github.com/notifications/unsubscribe-auth/AAtUVF_Jb9NEHfji9DTSPAsNeKYam-WIks5rj7i2gaJpZM4MWm4p . Wouldn't it be at least possible to release the package that shipped with VS 2017 RC1 (I think)? We currently don't have installer. VS 2017 is installed very differently from 2015 so the existing MSI-based installer won't work. In in-box case we provide components and internal VS installer takes care of them. Also, VS installer is using new format which is not compatible with the Gallery (i.e. RTVS cannot be packaged as traditional style gallery extension). In order to make RTVS installable from outside VS we'd need to craft some sort of installer or script. Which would be error prone and when official version comes out it won't be able to upgrade in place, creating possible ugly bugs and crashes since two copies of the code may end up in VS. Ok, thanks for reply. I tried building the RTVS from sources for VS 2017, but failed everytime :( I assume I'll have to wait for the official release then. And thanks for doing good work on RTVS. Depends which branch are you building. Release/1_0 is the stable one. Ok, so I managed to build it, but found few files missing from the repo. Probably just forgotten references, that are no longer used in project, fixed them in PR #3324 . i installed all my outstanding updates for visual studio 2017 and it all worked after that
gharchive/issue
2017-03-08T10:21:22
2025-04-01T04:55:20.455488
{ "authors": [ "AmrutaKar", "MikhailArkhipov", "mvacha", "plr1975", "smortaz" ], "repo": "Microsoft/RTVS", "url": "https://github.com/Microsoft/RTVS/issues/3276", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
311109193
How to use IntPtr to reference ClaimsIdentity Hello, Thanks for the great examples here. This has been enormously helpful. I do have 1 concern in my code that is not clear how this should be handled from any of the examples. In my IAuthenticationExtension2 I set the identity to a ClaimsPrincipal, complete with roles. However, in the IAuthorizationExtension we only get passed in the username. I've done something which I'm quite certain is creating a Memory Leak - I'm using GCHandle to get a reference to the ClaimsIdentity as an IntPtr and returning that for the out. This allows me to access it in the Authorization, so I can check for Roles the user is in to verify Permissions and Check Access. However, as I'm creating a new reference every time and never cleaning those up and GC will not touch those. Is there something I'm missing or should do differently? Guess I'm a bit stumped about how to properly share those details between the 2 different interfaces. @rposener wow, it looks like i am going to follow your code, i am looking to use my Identity Server V3 STS and it looks like you are doing much the same thing ..... if you have any tips or details please share them! @figuerres - we've been running that code internally for a little while and haven't run into issues yet. I can't say it's 100% cleanest code - the somewhat arbitrary cleanupTimer (as opposed to a session End event or something) and the static list of Identities are probably not ideal. But it is working well from our use so far. Can't say we've put into a larger environment yet - if you find other spots for improvement would love to see what you come up with so we can all benefit until MS offers a better solution. Cheers. @rposener thanks for the info. i am going over where i took the MS sample code and started trying to work out how to do this, then found your code. so i am patching in some of your code to my code to see if i get it to work. it looks like sometime today or tomorrow i can start to test my version. i have taken some calls you had in your pe utility and moved them to the OIDC class so that my app helper only has the get roles and validate bits. when i get the first tests working then i can start to see how it all works out. when i started to look at this i was seeing all the id server sample code using the startup.cs to add support but with SSRS we can't do that, you appear to have dealt with that which is great.
gharchive/issue
2018-04-04T07:06:38
2025-04-01T04:55:20.460078
{ "authors": [ "figuerres", "rposener" ], "repo": "Microsoft/Reporting-Services", "url": "https://github.com/Microsoft/Reporting-Services/issues/79", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
120664574
Update to nunit3 as appveyor is upgraded Update unit test to use NUnit3, as AppVeyor is upgraded to use NUnit3. Explicitly set assemblies to test, as AppVeyor test auto-detection will detect SparkCLRSamples.exe but fail to find any testfixtures in it. Hi @kai-zeng, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution! It looks like you're a Microsoft contributor (Kai Zeng). If you're full-time, we DON'T require a Contribution License Agreement. If you are a vendor, please DO sign the electronic Contribution License Agreement. It will take 2 minutes and there's no faxing! https://cla.microsoft.com. TTYL, MSBOT; LGTM LGTM
gharchive/pull-request
2015-12-06T22:22:04
2025-04-01T04:55:20.463105
{ "authors": [ "kai-zeng", "msftclas", "rapoth", "skaarthik" ], "repo": "Microsoft/SparkCLR", "url": "https://github.com/Microsoft/SparkCLR/pull/136", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
211526367
'instanceof' narrowing works awkwardly with empty object types & primitives Try in the playground. class Dog { } declare let x: Dog | string; if (x instanceof Dog) { x } else { x.toLowerCase() } Expected: No error, first branch's x has type Dog, second branch's x has type string Actual: Property 'toLowerCase' does not exist on type 'never'. (first branch is string | Dog, second is never) We should be accounting for primitives a little less sloppily. instanceof checks don't work on primitive types. Specifically, any changes here should ensure that function foo(x: number | string) { if (x instanceof Number) { x } } x is not narrowed in the above example. Actually, we should just issue an error when no constituent of a union is a primitive.
gharchive/issue
2017-03-02T21:39:58
2025-04-01T04:55:20.466807
{ "authors": [ "DanielRosenwasser" ], "repo": "Microsoft/TypeScript", "url": "https://github.com/Microsoft/TypeScript/issues/14426", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
225244131
is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes TypeScript Version: 2.3.1 Code With the above mentioned version I can't spread Props objects anymore to child React components, when the Props don't match up 100%. /* App.tsx */ interface Props { ... scopes: any; } interface State {} export class App extends React.Component<Props, State> { render() { return <Content {...this.props} />; // error } } /* Content.tsx */ interface Props { ... // without scopes in Props } export default class Content extends React.Component<Props, {}>{ ... } Expected behavior: No error and there wasn't any on 2.2.1 Actual behavior: error: ERROR in ./spa/js/comps/App.tsx (121,49): error TS2322: Type '{ ui?: UIState; session?: SessionState; scopes?: any; users?: any; roles?: any; plugins?: any; us...' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<Content> & Props & { children?: ReactNode; }'. Property 'scopes' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<Content> & Props & { children?: ReactNode; }'. You can do like below, but may get a warning about scopes being unused. export class App extends React.Component<Props, State> { render() { const { scopes, ...otherProps } = this.props; return <Content {...otherProps} />; } } The same question. It's hard to understand why the following code will not compile anymore in v2.3 import * as React from "react"; interface ComponentProps { property1: string; property2: number; } export default function Component(props: ComponentProps) { return ( <AnotherComponent {...props} /> ); } interface AnotherComponentProps { property1: string; } function AnotherComponent({ property1 }: AnotherComponentProps) { return ( <span>{property1}</span> ); } due to the error Type '{ property1: string; property2: number; }' is not assignable to type 'IntrinsicAttributes & AnotherComponentProps'. Property 'property2' does not exist on type 'IntrinsicAttributes & AnotherComponentProps'. A little bit different but still the same. export default class Panel extends React.Component<void, void> { ... } leads to this error TS2322: Type '{}' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<Panel> & Readonly<{ children?: ReactN...'. Type '{}' is not assignable to type 'void'. Had to change void to any, null or undefined to make it work. @luca-moser @luggage66 @etecture-plaube @pomadin The reason for change in behavior is that in 2.3, JSXAttributes are type-check similar to object literal expression with freshness flag (this means that excess properties are not allowed) After discussing with @mhegazy, it is too restrictive and cases in examples here illustrate that. So we will make modification to the rule as follow: If there exist JSX attributes that are specified explicitly such as <div classNames="hi" /> or <div {...this.props} classNames="hi" />, attributes objects will get freshness flag and undergo excess properties hceck If there are only spread in JSX attributes such as <div {...this.props} /> excess properties will be allowed I will get the PR up today and the fix should be in for tomorrow nightly if you would like to give that a try! @yuit If you only allow the second case in your list, it will still break a lot of components. Often, parent components spread their Props object further and compute some additional things which are passed explicitly. Here's an example from my actual codebase: this.props.users.sort((a, b) => a.name > b.name ? 1 : -1).forEach((user: User) => { if (user._filtered) return; users.push(<UserCard {...this.props} key={user.id} user={user}/>); }); @luca-moser Thanks for feed back! Here is the second thought : Only contain explicitly attributes -> no excess properties allowed Contain spread attributes (even with explicit attributes) -> 1. check type assignability (allow access properties) 2. for each explicit attributes check if the attribute name match the target name. I agreed with @luca-moser, it's common case to extend the props or to override some ones. @yuit, the final solution looks acceptable as the 1st case (only explicitly attrs...) fits no jsx case. interface Props { p1: string; } function fn(props: Props) { } fn({ p1: "", p2: 1 }); // ERROR: Object literal may only specify known properties... I also have a lot of Spread types may only be created from object types. for { ...this.props } in cases that worked well in 2.2.2, For case <Container somePropery={this.privateMethod} /> I get 'privateMethod' is declared but never used.. If I pass the property like <Container { ...{someProperty: this.privateMethod}} /> or make method public, the error is gone @IIIristraM could you share more repo for both cases. the Second may get fixed in the nightly. IF you could share a full repo, I can take a look import { inject, observer } from 'mobx-react'; import * as React from 'react'; import { ProviderContext } from 'types'; interface IMapFunction<TInnerProps, TOuterProps> { (context: ProviderContext, nextProps?: TOuterProps): TInnerProps; } export default <TInnerProps, TOuterProps>(mapStore: IMapFunction<TInnerProps, TOuterProps>) => ( (Component: React.ComponentClass<TInnerProps>) => { const Observer = observer(Component); @inject(mapStore) class Connector extends React.Component<TInnerProps & TOuterProps, {}> { public node: React.Component<TInnerProps, any>; private setNode = (n: React.Component<TInnerProps, any>) => { this.node = n; } public render() { return <Observer { ...this.props } ref={this.setNode} />; } } return Connector as React.ComponentClass<TOuterProps>; } ); Where an error occur? Is it at here return <Observer { ...this.props } ref={this.setNode} />; ? can you share that class declaration if that is the case. Yes, this is right code line. Component can be an any React component, observer(Component) returns typeof Component @luca-moser Thanks! I am able to see this error Spread types may only be created from object types...this is consistent with how the spread type work in our system at the moment. Though I am talking with @sandersn @mhegazy later to see what we can do about that @luca-moser @luggage66 @pomadin @etecture-plaube @IIIristraM We have fix for original in the master. It should be out for nightly tonight. Give that a try and let us know. We will have this fix for 2.3.3 as well. @IIIristraM Note: the fix doesn't address " Spread types may only be created from object types" I will get that in another PR @yuit I have compiled my code via build 2.4.0-dev.20170509, the error is gone. So I am waiting for v2.3.3 to move on. @pomadin thanks for the feedbacks. We will have this fix in for 2.3.3 Installing typescript@next (2.3.9-dev..) has solved my issue. export function makeP<P>(Ctor: React.ComponentClass<P>): React.ComponentClass<P> { return class extends React.PureComponent<P, void> { public static displayName: string = 'name'; public render(): JSX.Element { return ( <Ctor {...this.props }/> ); } }; } @yuit for 2.3.3-insiders.20170512 it still does not work (and for 2.4.0-dev.20170515 too). export class Test extends React.PureComponent<void, void> {} export const a = <Test/>; fails with error TS2322: Type '{}' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<Test> & Readonly<{ children?: ReactNode; }> & void'. Type '{}' is not assignable to type 'void'. @yuit please take a look third time is a charm :). Please give typescript@next tomorrow 5/16. @mhegazy it works, thank! Is there a chance to have this fix in 2.3.3 (or next patch of 2.3)? it should be in TS 2.3.3 later this week. Having a similar issue @ Typescript 2.3.4 Type '{}' is not assignable to type 'Readonly<ISpinnerProps>'. Property 'showGlobalSpinner' is missing in type '{} Component 1: interface ISpinnerProps{ showGlobalSpinner: boolean } export class Spinner extends React.Component<ISpinnerProps, undefined> { render() { return ( // Some markup ) } } Component 2: interface IProps { someOtherProp: string } export class App extends React.Component<IProps, undefined> { render() { return ( // Some markup <Spinner/> // Error is thrown here. ) } } This pattern to used to compile fine earlier. showGlobalSpinner is a required property of Spinner. either set the property, or declare it as optional in ISpinnerProps. @mhegazy The problem is this showGlobalSpinner prop is passed down by Redux connect. I think TS thinks that I'm handling passing these props via parent. I have the same problem as @levsthings, @mhegazy - the connect() method return type now seems to now require the props are set in the TSX when consuming the redux-connected component, whereas they are actually provided by react-redux. If anyone is able to decipher the issue with the typings please let me know! Heres a link... https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react-redux/index.d.ts This seems to be the breaking commit: https://github.com/DefinitelyTyped/DefinitelyTyped/commit/2bc7feeb48e5c79fac1d4a09b36b5ce8c80896af Works in types/react-redux@4.4.40 and not in types/react-redux@4.4.41 @giladaya You're correct, I've also confirmed that the entire problem stems from types/react-redux@4.4.41. @dupski @giladaya @levsthings Can you comment on the PR. I think that's a better place for it than this issue since it's a different cause. @levsthings this is also an issue when using mobx inject. Anyone have any insight on how to properly do this elegantly? export function Stateless<P> (Component: typeof React.Component): React.StatelessComponent<P> { const StateLessComponent: React.StatelessComponent<P> = props => ( <Component {...props}> {props.children} </Component> ) return StateLessComponent } const CCol = Stateless<IColProps>(Col) My editor not showing the error. But the compiler shows the error app: (38,20): error TS2339: Property 'md' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<Component<{ theme?: any; innerRef?: ((instance: an...'. Hi @pomadin , I met the same problem and then found the reason that is you SHOULD pass value for those parameter in use. For example: <Component property1={'parents'} property2={'kids'} /> If you delete "property1={'parents'} property2={'kids'}" the TS will notify error I had the same issue which I resolved by extending JSX.IntrinsicAttributes adding a data field to it: interface JSXData<T> extends JSX.IntrinsicAttributes { data : T; } const Row = (props: JSXData<BalanceEntry>) : JSX.Element => { return ( <tr> <td> {props.data.name} </td> <td> {props.data.nett} </td> <td> {props.data.tax} </td> </tr> ); } class BalanceEntry { name: string; ... nett: number; tax: number; } so I could render the table as follows: render() { let rows = this.data.map(entry => { return <Row key={entry.id} data={entry} /> }); return ( <table className="table table-striped"> <thead> <tr> <th>Entry</th> <th>Nett</th> <th>Tax</th> </tr> </thead> <tbody>{rows}</tbody> </table> ); } Started using v 2.6.1 today and can still see a lot of errors similar to ones discussed here, i.e. import * as React from "react"; import styled from "styled-components/native"; import { TouchableOpacity } from "react-native"; // -- types ----------------------------------------------------------------- // export interface Props { onPress: any; src: any; width: string; height: string; } // -- styling --------------------------------------------------------------- // const Icon = styled.Image` width: ${(p: Props) => p.width}; height: ${(p: Props) => p.height}; `; class TouchableIcon extends React.Component<Props> { // -- default props ------------------------------------------------------- // static defaultProps: Partial<Props> = { src: null, width: "20px", height: "20px" }; // -- render -------------------------------------------------------------- // render() { const { onPress, src, width, height, ...props } = this.props; return ( <TouchableOpacity onPress={onPress} {...props}> <Icon source={src} width={width} height={height} /> /* errors */ </TouchableOpacity> ); } } export default TouchableIcon; /* errors /* -> i not assignable to type IntrinsincAttributes ... this happens for all: src width an height Started using v 2.6.1 today and can still see a lot of errors similar to ones discussed here, i.e. I am not familiar with styled-components, but seems like you have Props requiring src and onPress. and that is the err you are getting.. the error is not about src, width and height, it is about missing properties. I just added react-router-dom to a https://github.com/wmonk/create-react-app-typescript app and added the following code and got a similar error: any ideas? @QuantumInformation use RouteComponentProps from 'react-router' in your Home component export class Home extends React.Component<RouteComponentProps<void>, any> I'm using ConnectedRouter now and it just works, even with just: const Home = () => ( <div> <h2>Home</h2> </div> ) I'm also having issues with this interface RoleProps { radius?: number; size?: "small" | "medium" | "big"; look?: "primary" | "secondary" | "dark" | "light"; } export class Button extends React.PureComponent<RoleProps> { render() { return ( <InternalButton {...this.props} > {this.props.children} </InternalButton> ) } } // InternalButton has P = <RoleProps & Themer> error TS2322: Type '{ children: ReactNode[]; radius?: number | undefined; size?: "big" | "small" | "medium" | undefin...' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<Component<Pick<RoleProps & Themer, "radius" | "siz...'. Type '{ children: ReactNode[]; radius?: number | undefined; size?: "big" | "small" | "medium" | undefin...' is not assignable to type 'Readonly<Pick<RoleProps & Themer, "radius" | "size" | "look"> & HTMLProps<HTMLButtonElement> & Ex...'. Types of property 'size' are incompatible. Type '"big" | "small" | "medium" | undefined' is not assignable to type '(undefined & number) | ("big" & undefined) | ("big" & number) | ("small" & undefined) | ("small" ...'. Type '"big"' is not assignable to type '(undefined & number) | ("big" & undefined) | ("big" & number) | ("small" & undefined) | ("small" ...'. That should technically work as the common props should spread. Hey guys I got the same problem too,please help me <Button label="Force Update" onClick={() => { // this.setState({splits}); setInterval(() => { let width = this.state.width - 10; this.setState({width}); }, 100); }}></Button> Type '{ label: "Force Update"; onClick: () => void; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<Button> & Readonly<{children?: ReactNode; }> & Re...'. Type '{ label: "Force Update"; onClick: () => void; }' is not assignable to type 'Readonly<{ icon: Element; label?: string; title?: string; isDisabled?: boolean; onClick?: Functio...'. Property 'icon' is missing in type '{ label: "Force Update"; onClick: () => void; }'. ERROR in [at-loader] ./src/util.ts:81:19 @ILL35T NavScroller extends React.Component<SportProps> so when rendering it you need to pass SportProps as its props, but you are not passing it any props and that is the reason for the error. If the props are optional then they need to be marked as such with ? or if you want to make them all optional then maybe extend React.Component<Partial<SportProps>> @nileshgulia1 Property 'icon' is missing in type '{ label: "Force Update"; onClick: () => void; }' you need to either pass Button an 'icon' prop or mark it as optional on the ButtonProps interface. @sandersn Sorry to get back to you so late. I made it simple for testing, it's just export interface Themer { theme: { color: string } } What I am trying to figure out that is ambiguous and unclear (a failure I attribute to TypeScript or at least its documentation) is out the spread operator works overall. Perhaps you could help clear that up here, and we could take a look at the documentation to make it less ambiguous. https://github.com/Microsoft/TypeScript/issues/15463#issuecomment-353257033 I am having same issue but only when I saperate out component and containers! Yes, I too am having the issue. If you pull in a container that gets its properties from a redux store, you cannot compile without specifying the properties I'm also having this exact same issue and I've spent the better part of the day scouring the internet trying to find what's wrong since this issue doesn't have an update. I've tried following different tutorials on different ways to connect redux with react. For the ~16 hours I've spent today on this I'm coming to the conclusion that React + Redux + TS doesn't work. Typescript: 2.7.2 Sample: (10,16): Property 'createBook' does not exist on type 'Readonly<{ children?: ReactNode; }> & Readonly<{}>'. With this simple: import React from 'react'; import { connect } from 'react-redux'; class Book extends React.Component { constructor(props: any){ super(props); } submitBook(input: any){ this.props.createBook(input); } render(){ let titleInput; return( <div> <h3>Books</h3> <ul> {this.props.books.map((b, i) => <li key={i}>{b.title}</li> )} </ul> <div> <h3>Books Form</h3> <form onSubmit={e => { e.preventDefault(); var input = {title: titleInput.value}; this.submitBook(input); e.target.reset(); }}> <input type="text" name="title" ref={node => titleInput = node}/> <input type="submit" /> </form> </div> </div> ) } } // Maps state from store to props const mapStateToProps = (state, ownProps) => { return { // You can now say this.props.books books: state.books } }; // Maps actions to props const mapDispatchToProps = (dispatch) => { return { // You can now say this.props.createBook createBook: book => dispatch({ type: 'ADD_BOOK', id: book.id }) } }; // Use connect to put them together export default connect(mapStateToProps, mapDispatchToProps)(Book); @mechanic22 It's not perfect, but I just did return React.createElement(MyList); to solve this. @tsteuwer you should let Book to know that would be it's props. that connected components will be exported, so not-connected raw Book component don't know it's type of Props so if you do this interface IBook {} interface Props { books: IBook[], createBook: (book: IBook) => void } class Book extends React.Component<Props> { ... } then it will be ok @levsthings I got the same issue, but I don't see any solution apart from what @PaitoAnderson suggested (return React.createElement(MyList); -- that worked). So what about a proper way? This issue is the reason I'm choosing Flow for my next project.
gharchive/issue
2017-04-29T08:56:02
2025-04-01T04:55:20.507230
{ "authors": [ "DeDuckProject", "FourwingsY", "IIIristraM", "IljaDaderko", "PaitoAnderson", "Peterabsolon", "QuantumInformation", "RyanCavanaugh", "activebiz", "andrerpena", "dupski", "etecture-plaube", "frankwallis", "giladaya", "iKBAHT", "kidqn", "levsthings", "luca-moser", "luggage66", "mechanic22", "mhegazy", "nileshgulia1", "nuviosoftware", "pomadin", "rohmanhm", "sakalys", "sandersn", "seivan", "timocov", "tsteuwer", "yuit" ], "repo": "Microsoft/TypeScript", "url": "https://github.com/Microsoft/TypeScript/issues/15463", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
231452424
Imported type overrides local value declaration, yielding undefined TypeScript Version: 2.3.3, nightly (2.4.0-dev.20170525) Code // Main.ts: import { X } from './Types' const X = 42; console.log('X is ' + X); // Types.ts: export type X = {} Expected behavior: Output: X is 42 Actual behavior: Output: X is undefined The value reference X is transpiled to the undefined Types_1.X instead of just X. Declaring type X = {} in Main.ts instead of importing it works correctly. Much appreciated!
gharchive/issue
2017-05-25T20:37:33
2025-04-01T04:55:20.511534
{ "authors": [ "Oblosys" ], "repo": "Microsoft/TypeScript", "url": "https://github.com/Microsoft/TypeScript/issues/16086", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
259744081
Performance issue with union of string literal types TypeScript Version: 2.5.2 I've been experiencing a significant sudden slowdown in my build time for a while, and I've finally isolated the cause to a short block of code which hopefully will reproduce the issue. The following code file takes me about 10-15 seconds to compile: Code import * as React from 'react'; import styled, { StyledComponentClass } from 'styled-components'; export type IButtonProps = React.HTMLProps<HTMLButtonElement> & { mode?: 'primary' | 'secondary'; }; export const Button = styled(({ mode, ...rest }: IButtonProps) => ( <button {...rest} /> ))``; export const PrimaryButton = styled(Button).attrs({ mode: 'primary' })` `; (No special tsconfig, just defaults + "jsx": "react". No special dependencies just @types/react and styled-components.) It seems to be something to do with the line: mode?: 'primary' | 'secondary' As if I change the type of this to just string, it builds in about 1 second. Hopefully this can be reproduced but it seems an odd one. If this is somehow local to me, is there any way I can self-diagnose performance issues with the compiler? (e.g. logging) EDIT: I've just tried with typescript@next, and I don't get the same issue..? EDIT 2: I should also add that it slows down the language service too; VS (and presumably others) fail to do intellisense, and my CPU usage goes through the roof. EDIT: I've just tried with typescript@next, and I don't get the same issue..? We have made a lot of perf/memory fixes over the past few weeks. these changes are in master (typescript@next) and were not in 2.5.2. Can you give typescript@insiders a try and let us know if it does address the perf issues? Yes, the 2.6 dev version doesn't appear to have this problem! Thanks! can you also give typescript@2.5.3-insiders.20170922 a test? this is what we intend to ship as @2.5.3 next week.
gharchive/issue
2017-09-22T08:43:35
2025-04-01T04:55:20.516884
{ "authors": [ "jamiewinder", "mhegazy" ], "repo": "Microsoft/TypeScript", "url": "https://github.com/Microsoft/TypeScript/issues/18680", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
57771978
LanguageService : getCompletionsAtPosition returning 0 results for a few cases Specifically the following two cases: function w(x: { test: string }) { return ''; } // Press Ctrl + space below w({ /*before here*/ }); // Press Ctrl + space below w({test:''})./*before here*/ refs : https://github.com/TypeStrong/atom-typescript/issues/82 Nevermind. My bad. :heart:
gharchive/issue
2015-02-16T07:11:32
2025-04-01T04:55:20.518867
{ "authors": [ "basarat" ], "repo": "Microsoft/TypeScript", "url": "https://github.com/Microsoft/TypeScript/issues/2043", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
288094641
Salsa - Missing Intellisense and error with ts-check when 'express' packgage is installed but not used. Vs Code Version: 1.19.1 Tested on Linux and Windows. I created simple folder with index.js and jconfig.json file: index.js const http = require('http'); const hostname = '127.0.0.1'; const port = 3000; const server = http.createServer((req, res) => { res.statusCode = 200; res.setHeader('Content-Type', 'text/plain'); res.end('Hello World\n'); }); server.listen(port, hostname, () => { console.log(`Server running at http://${hostname}:${port}/`); }); jsonconfig.json { "compilerOptions": { "target": "ES6", "module": "commonjs", "jsx": "preserve" }, "exclude": [ "node_modules", "**/node_modules/*" ] } Intellisense works here for imported modules: But when I install express library (by npm install express -s), the typeof imported module is any now when I add // @ts-check i get error But it works again when I import "express" This was very confusing that I lost Intellisense (and got errors when used checkJs:true in jsconfig.json) just by simply installing package. Should be covered by the proposal in https://github.com/Microsoft/TypeScript/issues/21933.
gharchive/issue
2018-01-12T11:48:02
2025-04-01T04:55:20.523810
{ "authors": [ "mhegazy", "mpawelski" ], "repo": "Microsoft/TypeScript", "url": "https://github.com/Microsoft/TypeScript/issues/21164", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
295095213
Formatting of conditional types TypeScript Version: 2.7.0-dev.20180206 Expected behavior: type Diff<T, U> = T extends U ? never : T; Actual behavior: type Diff<T, U> = T extends U?never: T; Related Issues: @lankaapura wanna pick up this one as well? @mhegazy sure 👍 Created PR #21762, let me know if there any changes required.
gharchive/issue
2018-02-07T11:03:06
2025-04-01T04:55:20.526297
{ "authors": [ "falsandtru", "lankaapura", "mhegazy" ], "repo": "Microsoft/TypeScript", "url": "https://github.com/Microsoft/TypeScript/issues/21716", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
306718170
Watch mode doesn't correctly invalidate failed subdirectory lookup results TypeScript Version: 2.8.0-dev.20180318 Search Terms: watch mode subdirectory Code You'll need 4 files // tsconfig.json // FOR THIS BUG, ORDER MATTERS IN THE FILE ARRAY { "compilerOptions": { "target": "es5", "module": "commonjs" }, "files": [ "foo/a.ts", "foo/bar/b.ts" ] } // foo/a.ts import * as q from 'qqq'; // foo/bar/b.ts import * as q from 'qqq'; // node_modules/qqq/index_.d.ts export { } Run tsc -w: 20:37:52 - Starting compilation in watch mode... foo/a.ts(1,20): error TS2307: Cannot find module 'qqq'. foo/bar/b.ts(1,20): error TS2307: Cannot find module 'qqq'. 20:37:54 - Compilation complete. Watching for file changes. Rename index_.d.ts to index.d.ts: 20:38:26 - File change detected. Starting incremental compilation... foo/bar/b.ts(1,20): error TS2307: Cannot find module 'qqq'. 20:38:26 - Compilation complete. Watching for file changes. Expected behavior: In the second compilation, b.ts should be able to correctly resolve qqq. Actual behavior: Failure as shown above. Reversing the order of files in the files array produces the expected behavior. Playground Link: N/A Related Issues: None? The issue here is that when we do the lookup for qqq from foo/, we store the result that a lookup is known to fail. We track the list of failed lookup locations produced from this. During the lookup of qqq from foo/bar/, we produce a smaller set of failed lookup locations, then go up a folder and see that we've already tried to resolve that module from that location, so we cut the search short. But we don't concatenate the list of failed lookup locations that the earlier search generated. As a result, when node_modules/qqq/index.d.ts appears, we correctly identify that a.ts needs to have module resolution redone, but b.ts is still only waiting for foo/bar/node_modules/qqq to show up. When this process happens in the other order, foo/ can't re-use the lookup results from foo/bar/ and the bug does not manifest. Fix in progress is to store the failed lookup locations in the cache along with the lookup result.
gharchive/issue
2018-03-20T03:40:25
2025-04-01T04:55:20.532248
{ "authors": [ "RyanCavanaugh" ], "repo": "Microsoft/TypeScript", "url": "https://github.com/Microsoft/TypeScript/issues/22710", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
60873325
Greatly improve code sharing and reuse options Creating and sharing pure typescript code has quite a few barriers that seem like the kind of complexity that TypeScript should be helping to alleviate. I'm going through a situation right now where I want to share a pure typescript library and - unless I'm mistaken - it seems like I'm going to have to go through the pain of adding AMD to my project. Even despite the fact that it's all internal modules. With the overall goal of making life easier for developers, I think it would be nice if: There was some way to reference typescript files statically such that they are used in the compile process. This could even be used to eliminate the /// syntax used to load .d.ts files. There was some way to tell typescript to prepend regular javascript files to the entire build output (dependencies with .d.ts definitions for example). While AMD/CommonJS are module-loading systems, they are very confusing and cluttered build systems, especially once you bring TypeScript into the mix. It's conceivable that with these changes, you'd also reap the ability to create build profiles implicitly by defining entrypoint scripts and having typescript crawl the dependency graph. Similar to how r.js works, except at a TypeScript level. It should probably be mentioned that any solution really needs to be sensitive to the possibility that the node_modules and typescript sources directories that the compiler is currently targeting will not be consistent between projects. This might be one of the major pain points of coming up with a build system that knows how to integrate code from packages. For your first bullet, is tsconfig not a solution to the problem you're experiencing? For the second bullet, this is something we've generally stayed out of. People have very varied build systems with a variety of linters, concatentation steps, minifiers, etc and it seems difficult for us to cover the majority of those scenarios in a satisfactory way (and convince someone to break their existing, working system to migrate to the provided TS one). Maybe the solution is to make it easier to customize pre and post build steps. We generally don't want to be in the business of creating some robust, general purpose, cross platform build system. Obviously it's important that the end to end experience be as good as possible though, so maybe we need to make changes to slot into existing workflows more easily or be better at detecting errors that might have occurred as a result of that system. For node_modules #247 is a priority and hopefully helps alleviate some of the mismatch with using TS + npm modules now. Could you elaborate on what you mean by node_modules and TS sources not being consistent beyond that? I know I can't speak for others, but I think a build system integrated with typescript would be a welcome change to getting mired in endless build system hacking and configuration. In an ideal world, I should be able to do this: tsc path/to/built.js path/to/script.ts BUT TS has a way of resolving and including in the build everything that script.ts references. What's preventing this from being a possibility? I think a build system integrated with typescript would be a welcome change to getting mired in endless build system hacking and configuration. Sure, but this is really a complaint about the state of JS build systems and wishing for a great 'one build system to rule them all.' In an ideal world that would exist :) In reality peoples' needs are extremely varied which is why we have many different options (many tried to create the one true build system, now we just have a lot of different ones with different pros and cons). We don't feel like we're in any better situation to suddenly solve that problem better than all the other attempts (especially prior to ES6 having a finalized, cohesive module story). And then there's the fact that even if we actually did succeed at that, many people are not going to switch from their working build system to something new, even if the new thing is better in the abstract ('if it ain't broke...'). That said, we do want to try to slot into what exists well, and we do want to enable others to make good tools around us (like interacting with grunt/gulp/etc). What's preventing this from being a possibility? What do you mean by 'everything that script.ts references'? You mean a file without /// or imports? Or a file with ES6 style imports? Obviously right now the compiler does chase through your /// references and imports or will use a tsconfig related to that script. It sounds like you mostly want to avoid /// reference pain which is what tsconfig should help with. So for tsconfig, I have to manually create one for every graph of source files I want to use? Why not just have the compiler automatically infer this? r.js does this when you tell it to build a file. It will recurse through all the imports and concatenate all those files together. If I was able to statically reference other .ts files from one root-level .ts script, wouldn't that obivate the need for various mechanisms to tell the compiler about where files are? The compiler would know everything being used because it would have crawled the full import-graph (my root script, it's dependencies, their dependencies, and so on) before going through the code. So for tsconfig, I have to manually create one for every graph of source files I want to use? Not for every graph necessarily, it's up to you whether you want to explicitly list everything or let reference chasing happen depending on what references are in relevant files. Think of it like a basic project file. Why not just have the compiler automatically infer this? r.js does this when you tell it to build a file. It will recurse through all the defines and requires and concatenate all those files together. This is exactly what the compiler currently does with .ts files based on the /// references and import/require in the file. With RequireJS you explicitly list your module's dependencies, and each dependency has its own dependency list, and the loader walks through this graph. That's the same thing tsc does when you explicitly list dependencies in the form of /// or import/require. The problem is that explicitly managing /// references in this way can be painful and sometimes things get pulled in in an unexpected order and now you have to manually try to track down how the graph was traversed and what happened. Using a tsconfig to manage the project ordering can alleviate some of this pain. So general advice for the time being is that I should be making everything external and not really try to make internal modules? That's a distinction I'm still trying to internalize, but I was under the impression that there might be a way for me to do all this without having to set up AMD.... It's really up to you as far as how you want people to consume your code. Given that ES6 only has external modules it's certainly possible that's the right choice for you going forward though. The TypeScript compiler is only internal modules but you can find small npm packages that provide access to it through external modules. Likewise you'll see some .d.ts files written in such a way as to work with both internal and external (I believe knockout is one example like this). I'm still at a loss to really understand what the difference is between internal and external. Some of it flies over my head. I assume you've read https://github.com/Microsoft/TypeScript/wiki/Modules and http://www.typescriptlang.org/Handbook#modules ? Don't feel bad, it is unfortunately confusing and a situation we definitely can improve. I'm reticent to try to give an off the cuff primer since we've already spent a bunch of time trying to wordsmith the content in those two places since this confusion definitely occurs with some frequency. The simplest distinction is that external modules are intended to be used with a module loader (either AMD or CommonJS) for all the reasons module loaders are good (plenty written on that topic for JS already). Think of internal modules simply as namespaces. Internal modules leave you with some JS (either many files or a single concatenated output files) that someone consumes by simply putting your file in scope (ex a So if I'm making the actual entrypoint script for a page, is it possible to author an internal module while also gaining the ability to consume javascript modules? Or am I required to be producing a module so that I can consume other modules? Hi, here's the pattern I've been using for more than a year and a half now (for very large TS apps with more than a hundred source files). Though it may appear to stand in contrast to much of the design recommendations and advice you'll get from the TypeScript team, it has served me very well: Although a big part of my development is for Node.js (I compile a single file that works both in the web and Node), I use internal modules only. I have a single namespace/internal module, let's call it App. Every file contains a single class and look like this: module App { export class SomeClass { ... } } I compile to a single .js output file (external module preference set to "CommonJS" but I don't think it matters as I never declare any). I enable the compiled file to serve as a node module (when the node environment is detected) in this simple way: module App { var runningInNodeJS = () => (typeof require == "function") && (typeof module == "object") if (runningInNodeJS()) module.exports = App; } I import external CommonJS modules (in this example the Node file system module) in this way (note I avoid using TS keywords like "import" as they are not allowed in the scope of an internal module): module App { if (runningInNodeJS()) { var FileSystem: typeof fs = require("fs"); } } However since the Node definition files are for external modules, it will complain that type fs describes an external module and can't be used in this way. No worries, I have a set of regular expressions that will convert any external module definition file to an internal module definition file! find: declare module \"(\w+)\" replace with: declare module $1 find: \s*import.* replace with: It might seem somewhat unconventional to things this way (or even like an anti-pattern of some sort - indeed while developing this it did feel a bit like I'm fighting against the language in some way), but I can assure you it had made my life 10x easier, and doesn't have many drawbacks (apart for the compiler itself resisting my attempts at making development easier :) ). I even a published a library using exactly this pattern: https://github.com/rotemdan/lzutf8.js Here's the compiled release file, I linked to the specific line where the internal module CommonJS export pattern is used: https://github.com/rotemdan/lzutf8.js/blob/master/ReleaseBuild/lzutf8.js#L15 BTW I'm aware that the next version of TS will have ES6 modules but I haven't really looked deeply into them, and from what I've seen so far I don't think I'd eventually make use of them. As for build automation, I agree that there's no "one" optimal build system, but here's my own current workflow: All my compilation and builds (including compile-on-save) are now done through Grunt, which can be integrated into visual studio with the Task Runner Explorer VS extension: https://visualstudiogallery.msdn.microsoft.com/8e1b4368-4afb-467a-bc13-9650572db708 Recently I even disabled VS initiated TypeScript compilation entirely, instructions can be found here: https://github.com/Microsoft/TypeScript/issues/2294#issuecomment-78382591 In the Gruntfile I have a script (based on the Grunt API) that scans a set of glob paths for .ts files and generates a single references.ts file (it hasn't been published as a grunt plugin yet but may in the future): function generateTypeScriptReferencesFile(filters, outFilename) { var fileNames = []; for (var i=0; i < filters.length; i++) fileNames = fileNames.concat(grunt.file.expand(filters[i])) function getPriorityByFileExtension(filePath) { if (/.+\.d.ts$/.test(filePath)) return 0; else if (/.+\.ext.ts$/.test(filePath)) return 1; else if (/.+\.spec.ts$/.test(filePath)) return 3; else return 2; } fileNames.sort(function (fileName1, fileName2) { return getPriorityByFileExtension(fileName1) - getPriorityByFileExtension(fileName2) }); fileContent = fileNames.reduce(function(result, filePath) { return result + "/// <reference path=\"" + filePath + "\"/>\n"; }, ""); grunt.file.write(outFilename, fileContent); grunt.log.writeln(fileNames.join("\n")); } ... generateTypeScriptReferencesFile(["**/*.ts"], "_references.ts"); The script also orders the files by priority according to their extension (d.ts. and .ext.ts having the highest priority and spec.ts the lowest, this scheme would probably be extended in the future). I compile the generated references.ts file with grunt-ts to a single outfile, where the debug output file will also contain Jasmine tests (originating from .spec.ts files) so the resulting file, having all its test suites integrated, can be tested both in the browser and in Node. ..Other project specific build steps.. An example Gruntfile.js (for LZ-UTF8) can be found here: https://github.com/rotemdan/lzutf8.js/blob/master/Gruntfile.js I guess I'll spend the next 5 days inventing my own build setup... :-1: @danquirk - It seems like every explanation I read only gives a partial understanding, but I never get a full picture that I can put into practice. For example: I'm trying to publish just some typescript interfaces as a package for two projects to communicate along. Literally no JavaScript will be produced (for now). The top of my files read: declare module MyProject { interface OneOfSeveral { ... When I leave declare in, my .d.ts file contains the interface definitions. But I can't understand why when I remove declare, suddenly my .d.ts file is empty. What is going on that's different here? To compound the confusion, I'm normally used to structuring my files so that the namespaces are represented in a directory structure. There's a contradiction in my mind with explicitly naming modules and the way AMD works where the namespacing is usually just expressed through the filesystem. At which point, should I even bother namespacing any of my typescript code? So now I've also gone and split my interfaces into multiple files within a directory structure. tsc doesn't complain, and I have .d.ts files. But I have no clue how the interfaces that extend other interfaces are made aware of each other. Also, I worry that this is all happening at the root namespace, so inside of typescript, all my classes are existing at the root. @atrauzzi can you explain what you want to model? some concrete details would go a long way. I'm kind of past it at this point. I'm looking at JSPM right now, although I do hope that once TypeScript sorts out all these usability and code sharing issues, you guys will have an official plugin for JSPM. I really love what you're trying to bring to the ecosystem, it's just not easy enough to use. Just going to add a reference here: https://github.com/Microsoft/TypeScript/issues/2233 As I mentioned, it would be great if there was a Microsoft-maintained plugin that built to ES6 and integrated nicely with the rest of the ecosystem. @mhegazy : One of the issues is that the system is complex enough that I definitely throw up my hands trying to come up with an explanation. I'm not at all against a chat or email exchange with anyone who might want to tease out the sticking points. More than happy to be the guinea pig! :) @atrauzzi there is a lot of abstract conversations going on in this thread, and i am finding it hard to get to the bottom of the issue(s) you are running into, or the ones causing you to feel that the system is too complex. If i understand correctly you are basically asking for the compiler to support node resolution process as described in issue #247. is this correct? if not it would be great if you can share some concrete information on what is it that you are trying to do and how the compiler is not helping, this way we can come up with specific fixes to simplify the workflow. On a related note, @vladima is working on a proposal that handles some of the common module issues as specified in #2338, take a look and let us know if that would simplify your use case. @mhegazy Regarding #247, I think that should be amended to support JSPM, which I think is the best JS workflow I've seen to date. To give you some some idea of the impact, I went from frustrated with TypeScript, to coding and running working ES6 in the span of a day. Whatever that project is doing, it was basically everything necessary to solve my issues. Okay, with that established, I'll give this another shot and I'll try to isolate it in terms of what I go through in trying to use typescript. This is gonna be pretty dry! ;) The initial authoring of my first typescript file brings up a lot of questions where I have to stop what I'm doing and research modules. When I see modules, I think namespaces and so my first attempt is to use them as such. This means that I'm going to create a hierarchy of directories containing files. What confuses me there though is that it looks like modules have no corollary in ES6. So I don't know if they're denoting a TypeScript design-time boundary, or a compiled-JavaScript boundary. Moreover, their purpose is ultimately unclear, given that there are explicit export keywords, similar to ES6. The behaviour of exporting when nested in a module declaration is odd. The module/namespacing confusion gets more difficult when I'm trying to understand the impact it has on my ability to reuse code within my own project. When am I required to explicitly import, and when is an exported item from another file is available in my current scope? Because I have to consider both static and design time, I end up very confused. Even more befuddling is that there are two import mechanics. One is a straight up keyword, and the other is a frightening comment-hack. I just don't know when I'm safe to use something anymore because I don't know what keywords or constructs are going to require additional wiring from me at build time. Because TypeScript is your own ball game, why not just make the import keyword support importing .d.ts files, .ts files AND AMD/CommonJS names? But now that exposes a huge huge huge point of conusion (I'm glad I typed it): What happens when you import a .ts file? Is the file concatenated to the top of the including script? Or is it simply added to the list of files to be built and added as an AMD/CommonJS reference? If it is added as an AMD/CommonJS reference, will the file be built in such a way that loaders can reference it (preserving folder hierarchy)? Very very very very confusing and unpredictable. Even if this is an "everybody is different" situation, TypeScript's documentation can't just gloss over the fact that what happens to translate imported functionality needs to be documented and ideally tutorialized. Right now though, people are kind of left with no guidance and frankly I will do everything possible to NOT have to configure a JavaScript build setup. I'll mention JSPM again here. Continuing along this packaging+runtime thread, is the fact that if I want to publish interfaces to a package, I'm completely without a clue as to how to go about setting that up. I made a hamfisted attempt on Thursday to do this and just walked away from it. While I was able to define a hierarchy of namespaces full of interfaces, I had no way of producing a single .d.ts file (really that's all this library was going to produce) and then making a package that TypeScript would automatically become aware of once added to a project (maybe something JSPM can help with?). I was able to generate multiple .d.ts files, but that seemed impractical. I'd rather someone be able to just add one .d.ts file as a reference and get my whole library declared. But then would that introduce names into their file or would they have to then start importing things in cases where I wasn't just exporting interfaces? How would their code find code in my package? Yikes. So yes, I can author typescript files and pretend like I know what I'm doing. But when it comes time to compile, I feel like the compiler isn't clear on what it needs for one file to be able to resolve all its dependencies. I feel like it's unclear as to how the code I author is going to be called into at runtime, or even where it's going to live, both in my project and in packages I need to make. I'm really hoping that you can glean something from this description. While I know it is mostly a summary of what I went through in this discussion, I just have no idea how to describe it any better. What might be nice is if you asked me specific questions based on all this. What I can suggest is based on what I've seen from JSPM and how quickly I got up and running with it: You need to do something to make building TypeScript less or even no work for the developer. I'm not sure module declarations are useful given that modules are usually the entire file. They may be adding an additional layer of containment that have no counterpart in the runtime ES5/ES6 universe. I'd be willing to bet that if you got TypeScript integrated as a language option within JSPM, I'd be able to learn my way out of this confusion. The simple reason being that JSPM isn't just traceur/babel. It includes package importing, loading mechanics, ES6 transpiling and a full build process. I know that when I import a specific string-name in my ES6 file, it's gone and mapped that to a convention for each package. There needs to be a full and comprehensive guide on how to setup, author and build a TypeScript package. Again, ideally abiding by whatever is necessary to be loaded by JSPM. It's all fairly abstract because this is as far as I've gotten. If at the end of the day this isn't enough, then the only thing I can say is: I have absolutely no idea how to set up my project to use TypeScript, there's just too much going on and there are too many sideffects and interactions that cross design, build and runtime boundaries to devise a mental model for it. Thanks @atrauzzi for the details. i will need to read this again, but i got a few of concrete points, let me summarize some action items: Generate single .d.ts from external modules representing the package public surface area, instead of multiple (partially #17) Better support load correct module sources (.ts) or definitions (.d.ts) based on the module system (#2338) Add JSPM support (#2233) Add documentation/walk through for creating, loading, publishing and reusing your first module Rename internal modules to namespaces to avoid confusion with external modules (#2159) Again i will need to read this again in the morning to get more details. Thanks for the feedback, really appreciate it. A quick addendum to namespacing corrections: Be sure to also go through it with a fine tooth comb and document their impact on design, build and runtime. There needs to be some emphasis on what they are to typescript and what they are to compiled code. I'm sure you'll infer a few more details from my story above over time, but again - please ask me any time if you want to pick at a detail. I am still very interested in TypeScript and would love to see it as a language option just like traceur and babel in JSPM. That ecosystem really seems to "get it" and is coming together nicely. I think it's worth noting that TS as it stands does an excellent job of supporting the various ways in which JS is currently used. It's best understood as a tool for adding static type checking to the existing JS ecosystem(s), so it has to be flexible. Some of @atrauzzi's questions are similar to questions I had when I started with TS and it was frustrating that they did not seem to be clearly answered anywhere. Now I get it, it seems like an elegant mapping to how JS is used in the real world. But now that exposes a huge huge huge point of confusion (I'm glad I typed it): What happens when you import a .ts file? Is the file concatenated to the top of the including script? Or is it simply added to the list of files to be built and added as an AMD/CommonJS reference? Neither. At the top of a module, when you say: import x = require("x"); you are saying two things: You are telling the compiler that this is a module whose own declarations should not contribute to the global namespace. It may export specific things, but otherwise all its contents are private. You are telling the compiler to generate this in the output: var x = require("x"); (for CommonJS, or something conceptually equivalent if you choose AMD). You are also telling the compiler, only at compile time, to find type information for "x". It tries the following: Is there a declaration anywhere in the files passed to the compiler that says module "x" { ...? If so, assume that provides the type information for x. Is there a file called x.ts relative to this folder, or the parent folder, or any ancestor folder? If so, read it for the type information (but don't generate any code from it, as it is going to be passed to the compiler for separate compilation just like the present .ts file). So when distributing JS packages, I should also include a .ts file alongside every file so that TypeScript can "prefer" it when searching for dependencies? Is this documented behaviour? Going across package boundaries is totally different, unfortunately. TS doesn't know anything about npm (for example). When the consumer of an npm module says: import x = require("x"); TS doesn't know that the implementation lives in ../../node_modules/x where there is a package.json file that might contain further helpful information. The workaround is that the consumer must obtain from somewhere (e.g. DefinitelyTyped) a d.ts file that contains: declare module "x" { ... } The consumer has to separately arrange to reference this file in their compilation step, which undermines the otherwise automatic nature and experience of npm packages. But a package manage like jspm that supports transpiler plugins could make such assumptions. I've posted some vague wishes about this under issue #2233. Fantastic, thank you so much for all this information :) Hopefully it's enough to smooth the workflow so that I can switch over to TS at some point in the future!
gharchive/issue
2015-03-12T18:41:14
2025-04-01T04:55:20.577762
{ "authors": [ "atrauzzi", "danielearwicker", "danquirk", "mhegazy", "rotemdan" ], "repo": "Microsoft/TypeScript", "url": "https://github.com/Microsoft/TypeScript/issues/2327", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
314854393
Starts to lag after editor-widget with large content pops up From @emiljohansson on April 15, 2018 14:19 VSCode Version: 1.22.2 OS Version: macOS Sierra 10.12.6 Steps to Reproduce: I am using JSS (9.0.0) in the screenshot example. When adding a comma at the end of the line, within the createStyleSheet call, an element with the class name editor-widget pops up. The content of the box is 10001 characters long. It seems to be cut of after that, ending with "revert" | "unset…. Let me know if you want me to paste the content. In the screenshot, the cursor start to lag when I navigate back and forth. Same when I navigate between editors. Does this issue occur when all extensions are disabled?: Yes Copied from original issue: Microsoft/vscode#47909 From @emiljohansson on April 15, 2018 18:15 I wanted to add that if I close the widget, the lag remains going between editors, but the cursor lag seems to go away. I also tested setting the end variable to 500 and that removed the lag: https://github.com/Microsoft/vscode/blob/master/src/vs/editor/contrib/parameterHints/parameterHintsWidget.ts#L394 Here's the code I tested this with: import jss from 'jss' jss.createStyleSheet({ base: { background: 'blue', } }) Moving over the ts because the signature help requests themselves here seem to be taking a long time: Rsponse received: signatureHelp (324). Request took 395 ms. Success: true Each one is between 350 and 500ms Looks like we are spending most of the time serializing the union type.. looks like a duplicate of https://github.com/Microsoft/TypeScript/issues/23458. should be addressed by https://github.com/Microsoft/TypeScript/pull/23543
gharchive/issue
2018-04-16T23:38:42
2025-04-01T04:55:20.586899
{ "authors": [ "mhegazy", "mjbvz" ], "repo": "Microsoft/TypeScript", "url": "https://github.com/Microsoft/TypeScript/issues/23453", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
432244382
Indexed Access Types that should be the same as a given types are somehow different than that type, under strictNullChecks TypeScript Version: 3.5.0-dev.20190411 Search Terms: Indexed Access Types Lookup Types strictNullChecks Code type Foo = {bar: undefined} | {bar: string}; const b1: {bar: Foo["bar"]} = {bar: undefined}; const b2: Foo = b1; const b3: Foo = {bar: undefined}; Expected behavior: This should compile with strictNullChecks on. I expect {bar: Foo["bar"]} to be the same thing as Foo in this case. Actual behavior: running tsc --strictNullChecks .\bug.ts result in: bug.ts:4:7 - error TS2322: Type '{ bar: string | undefined; }' is not assignable to type 'Foo'. Type '{ bar: string | undefined; }' is not assignable to type '{ bar: string; }'. Types of property 'bar' are incompatible. Type 'string | undefined' is not assignable to type 'string'. Type 'undefined' is not assignable to type 'string'. 4 const b2: Foo = b1; ~~ Found 1 error. Playground Link: Link Related Issues: https://github.com/Microsoft/TypeScript/issues/29042 https://github.com/Microsoft/TypeScript/issues/21975 This one is extremely similar but it and the ones it was marked as a duplicate of were closed. Is this a regression? Might be fixed by #30779 Might be fixed by #30779 Confirmed!
gharchive/issue
2019-04-11T20:49:37
2025-04-01T04:55:20.592595
{ "authors": [ "Ryan1729", "RyanCavanaugh", "jack-williams" ], "repo": "Microsoft/TypeScript", "url": "https://github.com/Microsoft/TypeScript/issues/30871", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
202044049
Include selected local subdirs in baseline-accept Working on #13217, was not able to get a transpile to test to accept, solved in response to @RyanCavanaugh https://github.com/Microsoft/TypeScript/pull/13217#issuecomment-273843791. This PR is quick and dirty. It may be sufficient as-is, or may elicit a discussion re: a more elegant way to do this... Should it just be a completely recursive solution (search all subdirs), or are only selected folders intended to be named in $ jake baseline-accept? Hi @pcj, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution! You've already signed the contribution license agreement. Thanks! The agreement was validated by Microsoft and real humans are currently evaluating your PR. TTYL, MSBOT; Please update the gulpfile as well - they need to do the same thing. )And please don't ask why we have two build files to do the same thing 😢 ) should we just drop the gulp file? I would vote for getting rid of the jakefile, or at the very least turning all the jake targets into aliases for the gulp targets. Having two implementations is getting old. Kind of funny you each proposed getting rid of the opposite file :smile:. So which one are people using? I went with jake as this was part of the instructions in the CONTRIBUTING.md, but I have no preference (It was the first time I had encountered this particular build tool). If you have a consensus, I'd be happy to delete that file and update the documentation. I still use jake. just muscle memory though. gulp seems fine, my only concern is that it is slower. should be covered by the change in https://github.com/Microsoft/TypeScript/commit/abae1bd13680e1fd13deb2f827563770181d071b
gharchive/pull-request
2017-01-20T04:01:24
2025-04-01T04:55:20.597652
{ "authors": [ "RyanCavanaugh", "mhegazy", "msftclas", "pcj" ], "repo": "Microsoft/TypeScript", "url": "https://github.com/Microsoft/TypeScript/pull/13587", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
308715288
Fix #22866: Condition checking for name collision of generated variable names on emit happening Fixes #22866 Looks like there is lint :(
gharchive/pull-request
2018-03-26T20:03:08
2025-04-01T04:55:20.599115
{ "authors": [ "mhegazy", "sandersn" ], "repo": "Microsoft/TypeScript", "url": "https://github.com/Microsoft/TypeScript/pull/22886", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
333379643
Do fewer calls to getRelativePathToDirectoryOrUrl when writing sourcemaps Shaves about 35% off time to build tsc.js. We should do more profiling / optimization here as this function is currently the vast majority of time spent building the project Didn't seem particularly slow - it does do some array allocations and string walking, but was simply being called too many times Understated the magnitude here; time to run node lib\tsc.js -b -f src\tsc down from 55 seconds to 35 seconds Didn't seem particularly slow - it does do some array allocations and string walking, but was simply being called too many times Mmm, caching like this will definitely help in the common case where there's a ton of mappings for the same files, but if, for example, there's 1000 files each with only a few mappings (so lots of tiny projects, which is the logical extreme of optimizing a project this way), this won't help nearly as much. (May even hurt from increased memory pressure) Which is why I also want to understand why it was so slow itself. It looks like split (and slice) may be part(s) of the issue, since combined they take most of the function runtime. (0.9/1.2 ms) Those both correspond to new array allocations, which makes sense. We can likely reuse a single (set of) arrays for the internal calculations (since it just returns a string anyway) and remove those allocations. Naturally, it's good to keep the cache too, but that'd probably improve the worst case significantly.
gharchive/pull-request
2018-06-18T18:13:42
2025-04-01T04:55:20.601932
{ "authors": [ "RyanCavanaugh", "weswigham" ], "repo": "Microsoft/TypeScript", "url": "https://github.com/Microsoft/TypeScript/pull/25048", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
87088548
Fix formData constructor in lib.d.ts Fix formData constructor in lib.d.ts Hi @Breate, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution! This seems like a small (but important) contribution, so no Contribution License Agreement is required at this point. Real humans will now evaluate your PR. TTYL, MSBOT; thanks @Breate for the change. this file is autogenerated and we do not hand edit it. All DOM types are generated from IE's webidl DOM definitions. we are in the process of opening this generation script as well. please file an issue to track adding the additional argument to the constructor. Looks like an issue already exist for this: #1074
gharchive/pull-request
2015-06-10T20:03:12
2025-04-01T04:55:20.604618
{ "authors": [ "Breate", "mhegazy", "msftclas" ], "repo": "Microsoft/TypeScript", "url": "https://github.com/Microsoft/TypeScript/pull/3471", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
103586473
Fix classification for class expression Fix #4483 :+1: :cake: :fish_cake: :cookie: nom :coffee: Don't forget to merge into release-1.6
gharchive/pull-request
2015-08-27T20:17:40
2025-04-01T04:55:20.605950
{ "authors": [ "DanielRosenwasser", "yuit" ], "repo": "Microsoft/TypeScript", "url": "https://github.com/Microsoft/TypeScript/pull/4503", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
206335015
UIButton imageView should return nil for system buttons UIButton.imageView should return nil for system buttons. Currently, it returns the proxied imageView. I'm curious if this holds true after calling setImage:forState? I'm also not convinced we should bother fixing this corner case. Lower priority issue, not much could be done with nil return value
gharchive/issue
2017-02-08T21:48:03
2025-04-01T04:55:20.614011
{ "authors": [ "jaredhms", "oliversa-msft", "tadam-msft" ], "repo": "Microsoft/WinObjC", "url": "https://github.com/Microsoft/WinObjC/issues/1931", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
186606961
Re-applying "Updating all VS projects to target the RS1 SDK. (#1122)" This change is @asimonov-msft when is this going to be merged, are we waiting for something?
gharchive/pull-request
2016-11-01T18:17:08
2025-04-01T04:55:20.615447
{ "authors": [ "asimonov-msft", "rajsesh-msft" ], "repo": "Microsoft/WinObjC", "url": "https://github.com/Microsoft/WinObjC/pull/1293", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
248310344
XamlTreeView C++ fails to compile (C# okay) I am having (possibly) the same problem as the person over in issue #557, but random tweaking the project settings this way and that doesn't seem to help. I am using Visual Studio 15.3.0 Preview 7.0, and have also installed SDK 16232 with all the trimmings. Other UWP C++/CX samples build okay, so I think my general MSVS install is probably sound. The C# version of XamlTreeView project builds and runs okay. Any insight appreciated. 1>------ Rebuild All started: Project: TreeViewControl, Configuration: Debug x64 ------ 2>------ Rebuild All started: Project: TreeView, Configuration: Debug x64 ------ 1>pch.cpp 2>pch.cpp 2>c:\users\there\source\repos\windows-universal-samples\samples\xamltreeview\cpp\pch.cpp : fatal error C1192: #using failed on 'C:\Users\there\source\repos\Windows-universal-samples\Samples\XamlTreeView\cpp\x64\Debug\TreeViewControl\TreeViewControl.winmd' 2> 'The system cannot find the file specified.' 2>Done building project "TreeView.vcxproj" -- FAILED. With some more clicking I have found that building the C# solution targeting 16232, and then re-opening the C++ solution, it picks up the winmd correctly. It is "rebuild all" in the C++ solution (which I was always selecting without much thought about it) that results in the fail. Ah, there is a missing dependency in the C++ sample. The TreeView project needs to be marked as dependent on the TreeViewControl project. I'll include that in the next update, thanks.
gharchive/issue
2017-08-07T05:23:45
2025-04-01T04:55:20.618586
{ "authors": [ "oldnewthing", "therealkenc" ], "repo": "Microsoft/Windows-universal-samples", "url": "https://github.com/Microsoft/Windows-universal-samples/issues/713", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
437737834
Issues/Crash table - right click to open in new tab, once returned to table it jumps back to the top. Describe the solution you'd like If I right-click on any issues to open them in a new tab, then visit one or more opened tabs, when I return to the table it jumps back to the top which takes me out of context. Describe alternatives you've considered Avoid visiting the tabs until I have opened them all in separate tabs (tab hell) Additional context N/A - easily re-creatable in Chrome and Safari (Mac) Thanks for reporting this! I've filed a bug item for our team to track this and will post here with any updates.
gharchive/issue
2019-04-26T15:52:48
2025-04-01T04:55:20.620969
{ "authors": [ "devology-rob", "winnieli1208" ], "repo": "Microsoft/appcenter", "url": "https://github.com/Microsoft/appcenter/issues/349", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
313926280
Adding route constraints to versioning doesn't pick them back up on VersionedApiExplorer I have a custom route constraint that I've added that subdivides our application by picking up a custom attribute on the controller and matching on incoming requests by overriding DefaultDirectRouteProvider and adding the constraint to each controller based on each HttpControllerDescriptor coming in. I've got that working and performs wonderfully with api versioning for incoming requests. Where I'm struggling is subdividing Swagger based on that same premise. I've added the ConstraintMap to the DefaultInlineConstraintResolver like so var constraintResolver = new DefaultInlineConstraintResolver() { ConstraintMap = { ["apiVersion"] = typeof(ApiVersionRouteConstraint), [AgentConstants.RouteConstraintKey] = typeof(AgentRouteConstraint), } }; var agentRouteProvider = new AgentDirectRouteProvider(); config.MapHttpAttributeRoutes(constraintResolver, agentRouteProvider); It seems like I could override GetGroupName of VersionedApiExplorer and return the string and possibly break it back out in the groups on the swagger side and maybe use an IOperationFilter but I'd like to achieve somewhat of the same goal to have a route constraint applied to the list of applicable routes. Ideally I can use that same constraint to only show the values in Swagger UI. Some guidance would be appreciated. Sorry, but I'm not sure follow. What would the resultant URLs look like? I'm not sure what you mean by subdivide. If you're able to outline a basic illustration or description of what you expect success to look like, it would be helpful. Sure. So I'm actually creating duplicate controllers in a different namespace so that I have Agent "A" in namespace "A" and Agent "B" in namespace "B". I'm using a route constraint that looks up the expected agent using a header "api-agent" to signify which agent namespace to apply to. The attribute is being applied to a base ApiController which is inconsequential to the implementation. Then the [ApiVersion("1.0")] Tags are being applied. It is all done with Route/Prefix attributes. No mixing. My expected result is that I can use the same route constraint against the swagger api to only give the versions available to that "api-agent" tag. In my route constraint, I have made it so that can work via header or URI. My hope was that when VersionedApiExplorer gets called it would being calling the route constraints in the same way to match the controllers. Right now it seems like it picks the first matching route in each case. I think I could subdivide by overriding GetGroupName in VersionedApiExplorer and then parsing it back out in the api descriptions but that feels ucky and was hoping for the cleaner solution. My ideal is that the same route constraint just evaluates the request coming into swagger and calls that same route constraint. Resultant URLs would look like localhost:8000/v1/swagger?api-agent=A or B but what that returns would be dependent on A or B. I see. This seems like it's more on the Swagger side. In Swashbuckle, I'm not sure how you get in front of the request. I don't think even the group name helps because you have to wait for an incoming request to know what the client is requesting. If you can somehow get to the incoming request, it shouldn't be a big deal change things. The API Explorer works completely off of known data. There's nothing used from an incoming request. It sounds like what you need is a custom Swagger generator. You can probably extend a built-in one. You can probably do it with a custom IDocumentFilter or IOperationFilter. Otherwise, it seems you cannot use configuration.EnableSwagger and you'll have to write you own handler that does the filtering the way that SwaggerDocsHandler.cs works. That seems to be the only way to get to the corresponding request. That's kind of what I was figuring. I went down that path and GetRootUrl was not available so it started to snowball. With GetGroupName I can make it sort of work because instead of returning V1.0 I can return AgentA-V1.0 and that would give the extra subdivision and I can break it back out in MultipleVersions. The reason I thought it might be possible with VersionedApiExplorer is because when I looked at the way the ApiVersionRouteConstraint worked in the match I saw: if ( routeDirection == UrlGeneration ) { return !IsNullOrEmpty( value ); } That made me believe there must be a way that URL's where being generated and somehow I could back feed the appropriate Agents in a similar way. I'm so close I can taste it. Enabling this scenario allows for a very clean separation for various agents but the "copy-paste" scenario without great effort. Really appreciate the hard work on api-versioning. It has enabled a really clean way to handle versions and nearly everything I could've wanted has been implemented already. So I've made a little progress on the VersionedApiExplorer and figured out that I can override ExploreDirectRouteControllers and add metadata to the returned collection of VersionedApiDescription in the Properties of that for each mapped route. I was then going to extend InitializeApiDescriptions to return an ApiDescriptionGroupCollection representing the multiple versions v1 for Agent A and v1 for Agent B. I then noticed that the Flattening of the versions is also tossing the duplicates as a result. I'm trying to avoid copying and making my own complete version of VersionApiExplorer. By doing that I could then create my own version of UseSwagger which adds in the route constraints and ties that using the *IDocumentFilter like you suggested. Right now it seems like if I replace the ApiDescriptionComparer with one that knows about the agent routes so it stops flattening out all of "duplicates" and then copying the ApiVersion to an overridden version that will also contain the agent information and break it back out in InitializeApiDescriptions that will get me over to swagger and now its completely my problem. Am I missing anything in there? Sounds like you're on the right track. Overriding InitializeApiDescriptions would probably be the simplest. Call the base implementation and then apply the filtering at the end. The default behavior bucketizes by API version so you don't want any duplicates there. In Web API, the IApiExplorer doesn't support the concept of grouping. I had to beat it into submission. Other frameworks like Swashbuckle and NSwag depend on the IApiExplorer contract. The API versioning flavor flattens the grouped list to adhere to the contract. At least in Swashbuckle, a filtering callback is defined to determine whether a descriptor matches. I provided an extension method to get the group name so it's easy to integrate with. Another approach to subclassing would be to use the Decorator pattern to apply the filter to the results. Creating the instance would look something like: var apiExplorer = new TenantSpecificApiExplorer( "tenant", new VersionedApiExplorer( config, options ) ); You implementation just needs to call the inner IApiExplorer and then filter the results. I'll leave it up to you as to whether that's better than subclassing. It should be easier to test. ;) So I started to think of a suggestion (adding a version factory) and then it hit me. As I went to describe the feature and discover for it I found the part I was missing. It was that the ApiVersionAttribute was in fact the provider of ApiVersion. I missed it in the discovery phase that the ApiVersionModel was using the ApiVersionAttribute as the factory or provider for ApiVersion. If I extend both the attribute(s) and the ApiVersion that will get me down through the IApiExplorer without having to redo all of the comparison. Instead I just need to override the comparison for ApiVersion and bingo bango I have a different version automatically segmented. I still have to figure out Swashbuckle. The groupname is still the correct concept. I want V1, V2, V3 but when I pass in Agent=A I want to narrow the results to that segment. I really appreciate the help, sometimes it helps to talk through stuff. It was like pair programming :) Also, great work on this feature. Literally everything to extend it is there once you understand how the model was put together. I really learned a lot. Remember that API version-neutral does not mean no API version; it's exactly the opposite. It means all, any, or no API version. If a controller is IApiVersionNeutral, then no API versions will be provided. The API Explorer adds API version-neutral actions to every discovered API version. Also keep in mind that it's a mistake to have a duplicate, API version-neutral route across namespaces. If a controller is API version-neutral, "...there can be only one!" ;) There's no way to make a selection otherwise because the choices are ambiguous. PopulateApiVersionParameters is just adding the API version parameter, wherever that may be. The API Explorer doesn't know how or where the API version parameter is. While it may seem like it should know that, it would limit it's design and usefulness to only API versioning methods it knows how to deal with. Instead, it relies on the IApiVersionParameterSource which knows exactly how to describe the parameter to be added. Today, this is still limited to query, header, path, or media type, but that will probably cover everything for all time. The IApiVersionReader is, therefore, also a IApiVersionParameterSource. This could get a lot more complicated for the API Explorer because an IApiVersionReader can use the Decorator pattern to compose multiple styles. Each style can add a parameter. For example, an API might allow for a parameter in the query string and header; thereby resulting in two parameters. As long as each composed IApiVersionReader and, hence, IApiVersionParameterSource can say what the name of the parameter is and where it's location is, the API Explorer knows how to build an appropriate ApiParameterDescription. This is all necessary because the API version is not formally defined in your API model anywhere. Ultimately, PopulateApiVersionParameters does not provide an API version for IApiVersionNeutral actions because which API version would you provide? Furthermore, providing no API version is still valid. I hope that clarifies how it works. It does clarify it a ton. As with any "HACK" it turns out that worked out really well. So I use PopulateApiVersionParameters which gets to see even the Neutral ones. Leaving my extra attribute on my base controllers for the segmentation was definitely the way to go for that exact reason you mention. So given that, when the ApiDescription comes across I merely need to convert it back to VersionedApiDescription and then convert and replace the ApiVersion with my extended AgentApiVersion with my additional metadata and overrides for equality and hashing. The ApiDescriptionComparer gets replaced for extended implementation doing all of those same things using the AgentAtttribute provider I created that stores them on the Properties. That prevented the complete flattening of all the V1-A and V1-B urls that look exactly the same. To go from V1, V2 to V1-A, V1-B, V2-A,V2-B, I did override InitializeApiDescriptions and looped the groups/descriptions and just started a new GroupCollection and GetOrAdd with the ApiVersion which was now the AgentApiVersion so it split it automatically through the hash/equality overrides. Like you mentioned GroupName was the secret to bridging the version over to Swashbuckle. I only needed it to be unique in order to get over to Swashbuckle. Once over there I redescribed the routes and replaced information back the way I wanted it. The trick was to add Swagger/UI routes for each agent passing that into the versionSupportResolver portion of swagger.MultipleApiVersions to narrow to that particular agent. I hit a couple bugs adding the swagger routes multiple times, mostly had to remove the route it creates and add it back with a unique name. Again I really appreciate all the help. I'm going to see if I can put some PR's in for the stuff I hit. I think what is really missing on the Swashbuckle side is a request metadata provider. I think since I'm using autofac I could've resolved the HttpRequestMessage off of their CustomProvider but that would've been too ucky. Having metadata about the request I could've done it all with document/operation filters and had a much cleaner and lightweight solution. Thanks again for your time. Hope this conversation helps someone out at some point. Have a great weekend. Seems like you were able to resolve your issue. Feel free to come back if you still have trouble. Thanks.
gharchive/issue
2018-04-12T23:59:48
2025-04-01T04:55:20.645450
{ "authors": [ "cberthold", "commonsensesoftware" ], "repo": "Microsoft/aspnet-api-versioning", "url": "https://github.com/Microsoft/aspnet-api-versioning/issues/275", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
275995828
Cannot pull microsoft/aspnetcore - Failed to register layer Pulling microsoft/aspnetcore image fails. Execution of docker pull microsoft/aspnetcore command results in: Using default tag: latest latest: Pulling from microsoft/aspnetcore bce2fbc256ea: Already exists 53a0ccfb7e6f: Extracting [==================================================>] 148MB/148MB 05db938a42bb: Download complete 19a9c8f9472b: Download complete f314af833261: Download complete 78e4cc48f3b5: Download complete 85a07057fe9a: Download complete 9be7ffeb20c4: Download complete c2e6633a2cc5: Download complete 312abcf6e5bb: Download complete 4e3ebdf680a9: Download complete failed to register layer: re-exec error: exit status 1: output: remove \\?\C:\ProgramData\Docker\windowsfilter\5f1cdf312dfc041dcf5ad4e548967b14c4995c9c8d4ddc2277baf9411c78562d\UtilityVM\Files\Windows\servicing\Packages\Microsoft-OneCore-Containers-Package~31bf3856ad364e35~amd64~~10.0.14393.0.cat: The process cannot access the file because it is being used by another process. System specification: CPU: AMD Athlon FX-4100 RAM: 12GB, MOTHERBOARD: Gigabyte GA-970A-D3 OS: Windows 10 Pro Kernel Version: 10.0 15063 (15063.0.amd64fre.rs2_release.170317-1834) Docker for Windows: Docker version 17.09.0-ce, build afdb6d4 I have had this but not with this image. The issue seems to stem from the version being pulled when not using specific enough tags and the compatibility with the image that Docker decides to actually pull. Obviously this is all dependent on when you actually did the pull and your version of docker at the time, which you have provided above so I reckon this is explainable: TL;DR - On the assumption you are still running that same version of Windows 10 and the same version of docker stable (why would you be?), the solution for you is likely to be to do docker pull microsoft/aspnetcore:4.7.2-windowsservercore-ltsc So, why did this happen? You're using Windows 10 1703, but when you did the docker pull, Docker (at version 17.09!) assumed you asked for a build of Windows Server 1709 (not to be confused with docker's version) because (that version of docker) will pull the latest OS version unless you specify which container OS version you want. Build 1709 of Windows Server (in the image) isn't backwards compatible with Build 1703 of Windows 10 (your OS). If you had updated docker to 17.10 (which was only released as an edge version), it would have pulled the ltsc image and saved you the hassle. See this issue and resolution for info: Add support for Windows version filtering on pull - https://github.com/moby/moby/pull/35090 You're just a little unfortunate that you did a pull around this time and didn't have the latest (edge) version of docker that could detect compatibility and pull the right image. This note on the readme page is important in your context. Note: Multi-arch tags, such as 4.7.1, have been updated to use windowsservercore-1709 images if your host is Windows Server 1709 or higher or Windows 10 Fall Creators Update (Version 1709) or higher. You need Docker 17.10 or later to take advantage of these updated tags. Hopefully that makes sense.
gharchive/issue
2017-11-22T09:22:58
2025-04-01T04:55:20.653001
{ "authors": [ "lwsrbrts", "oskiFP" ], "repo": "Microsoft/aspnet-docker", "url": "https://github.com/Microsoft/aspnet-docker/issues/71", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
310391386
FTP deployment failure to an existing function app Plugin name and version com.microsoft.azure.azure-functions-maven-plugin:0.2.0-SNAPSHOT Actual behavior @bsaby Just as the log shows. It it because the jar file is been occupied by the service. To solve this problem, you and add <stopAppDuringDeployment>true</stopAppDuringDeployment> in the plugin configuration I can't repro this issue after adding the configuration <stopAppDuringDeployment>true</stopAppDuringDeployment>
gharchive/issue
2018-04-02T04:25:36
2025-04-01T04:55:20.655870
{ "authors": [ "bsaby", "jdneo" ], "repo": "Microsoft/azure-maven-plugins", "url": "https://github.com/Microsoft/azure-maven-plugins/issues/122", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
419891324
Facebook - Activity Exceptions: Value cannot be null. Parameter name: invalid activity-missing Conversation.Id Version 4.2.2 Describe the bug It seems a conversation arrived via the Facebook channel that was potentially missing key data. I can't tell if the BotFramework got things wrong or something went wrong on the Facebook side The first exception was dealing with a missing From details (which is understandable as I believe it started in the Web Chat Plugin that doesn't start new conversation with a user opt-in thus allowing access to the users profile data). Value cannot be null. Parameter name: invalid activity-missing From.Id Occured on this line: var userState = await _accessors.AAUserStateAccessor.GetAsync(turnContext, () => new AAUserState(), cancellationToken); The code I have written to handle exceptions contains this: await _accessors.ConversationState.LoadAsync(turnContext, false, cancellationToken); await _accessors.ConversationState.ClearStateAsync(turnContext, cancellationToken); await _accessors.ConversationState.SaveChangesAsync(turnContext, true, cancellationToken); So then the next exception in the stack was Value cannot be null. Parameter name: invalid activity-missing Conversation.Id This occured on this line: await _accessors.ConversationState.LoadAsync(turnContext, false, cancellationToken); Then once all of this had happened the final exception happened in my OnTurnError global handler: Object reference not set to an instance of an object. On this line: await context.SendActivityAsync(Constants.ErrorMessage); options.OnTurnError = async (context, exception) => { var ai = new TelemetryClient(); ai.TrackException(exception); logger.LogError($"Exception caught : {exception}"); await context.SendActivityAsync(Constants.ErrorMessage); await _conversationState.LoadAsync(context); await _conversationState.ClearStateAsync(context); await _conversationState.SaveChangesAsync(context); // https://github.com/Microsoft/BotBuilder/issues/5175 //wait _conversationState.DeleteAsync(context); }; Which is suggesting that context was in fact null!! To Reproduce Steps to reproduce the behavior: Start a new conversaion via Web Chat Plugin I can understand the From property being null due to the optin issues on Facebook when using the Web Chat Plugin but I'm not sure that it makes sense that the ConversationId is null. I have now also updated this particular bot to v4.3.1 of the SDK. [bug] I've been unable to reproduce this issue. Please share the following, so we can investigate further: Bot Handle Microsoft App Id for the bot UTC Time for when the Exception occurred Not entirely sure what you mean by Bot Handle (did you mean the name of the bot registration? If so that is autoagentbot). The MS app Id is "9bb3eb37-cea6-490e-8639-5e6248e6f246" The POST to the bot the caused the error was at 2019-03-11T17:36:41.0249261Z The first error in that POST was invalid activity-missing From.Id at 2019-03-11T17:36:41.6730105Z Not entirely sure what you mean by Bot Handle (did you mean the name of the bot registration? If so that is autoagentbot). The MS app Id is "9bb3eb37-cea6-490e-8639-5e6248e6f246" The POST to the bot the caused the error was at 2019-03-11T17:36:41.0249261Z The first error in that POST was invalid activity-missing From.Id at 2019-03-11T17:36:41.6730105Z Our logs only indicate there was an exception in the bot. There is nothing in the Bot Framework Facebook Connector Service removing From.Id or Conversation.Id from a message before sending it to the bot. Either 1) there is an issue with the Facebook Chat Plugin or 2) something is modifying the message in the bot or 3) the message coming in is not a 'normal' or expected message from a user and directed towards a conversation. More information is required in order to determine what is happening. Can you log the entire activity that is received when this exception occurs? Along with a complete stack trace. Do you have Application Insights configured for the bot, and the web application hosting the bot? This should provide more information. Bot: https://docs.microsoft.com/en-us/azure/bot-service/bot-service-manage-analytics?view=azure-bot-service-4.0#enable-analytics Web Application: https://docs.microsoft.com/en-us/azure/application-insights/app-insights-asp-net Hi Eric, sorry for no reply so far I've been utterly snowed under. I should have an opportunity to dig all this out for you tomorrow. We do have AI all setup and working so we're all good. Thanks for your time so far. Does this help? name: invalid activity-missing From.Id ai.snapshot.stampid | uksouth-ohgm3yzm66bru ai.snapshot.id | 1b148b70664143bd858ab32b4906bc74 System.ArgumentNullException: at Microsoft.Bot.Builder.UserState.GetStorageKey (Microsoft.Bot.Builder, Version=4.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35) at Microsoft.Bot.Builder.BotState+d__4.MoveNext (Microsoft.Bot.Builder, Version=4.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35) at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at Microsoft.Bot.Builder.BotState+BotStatePropertyAccessor`1+d__7.MoveNext (Microsoft.Bot.Builder, Version=4.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35) at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at AutoAgent.Bots.AutoAgentBot+d__10.MoveNext (AutoAgent, Version=1.0.0.0, Culture=neutral, PublicKeyToken=nullAutoAgent, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null: D:\a\1\s\AutoAgent\AutoAgent\Bots\AutoAgentBot.csAutoAgent, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null: 202) Value cannot be null. Parameter name: invalid activity-missing Conversation.Id ai.snapshot.id | 7532f238aeec4dc98695260f11e04150 ai.snapshot.stampid | uksouth-ohgm3yzm66bru System.ArgumentNullException: at Microsoft.Bot.Builder.ConversationState.GetStorageKey (Microsoft.Bot.Builder, Version=4.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35) at Microsoft.Bot.Builder.BotState+d__4.MoveNext (Microsoft.Bot.Builder, Version=4.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35) at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at AutoAgent.Bots.AutoAgentBot+d__10.MoveNext (AutoAgent, Version=1.0.0.0, Culture=neutral, PublicKeyToken=nullAutoAgent, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null: D:\a\1\s\AutoAgent\AutoAgent\Bots\AutoAgentBot.csAutoAgent, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null: 381) at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at Microsoft.Bot.Builder.AutoSaveStateMiddleware+d__7.MoveNext (Microsoft.Bot.Builder, Version=4.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35) at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at Microsoft.Bot.Builder.MiddlewareSet+d__3.MoveNext (Microsoft.Bot.Builder, Version=4.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35) at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at Microsoft.Bot.Builder.BotAdapter+d__13.MoveNext (Microsoft.Bot.Builder, Version=4.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35) I've actually not seen this particular error reoccur again yet. So not sure what conclusion to draw from that at the moment. @EricDahlvang I've just had the error again ... when I switched a facebook messenger thread to Done in a handover scenario ... here is the stack trace: Application Insights Telemetry: {"name":"Microsoft.ApplicationInsights.Dev.abe08c1a6b4142cba7502af181bf5667.Exception","time":"2019-03-20T15:57:35.4001970Z","iKey":"abe08c1a-6b41-42cb-a750-2af181bf5667","tags":{"ai.application.ver":"1.0.0.0","ai.cloud.roleInstance":"LapJam","ai.operation.id":"e75d420a7ea5a44eb53db8e28e851207","ai.operation.parentId":"|e75d420a7ea5a44eb53db8e28e851207.8a8ab86_8a8ab87_5.7f6ec90b_","ai.operation.name":"POST ","ai.location.ip":"40.121.92.251","ai.internal.sdkVersion":"dotnet:2.9.1-26108","ai.internal.nodeName":"LAPJAM"},"data":{"baseType":"ExceptionData","baseData":{"ver":2,"exceptions":[{"id":29939153,"outerId":0,"typeName":"System.ArgumentNullException","message":"Value cannot be null.\r\nParameter name: invalid activity-missing Conversation.Id","hasFullStack":true,"parsedStack":[{"level":0,"method":"Microsoft.Bot.Builder.ConversationState.GetStorageKey","assembly":"Microsoft.Bot.Builder, Version=4.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","fileName":"D:\a\1\s\libraries\Microsoft.Bot.Builder\ConversationState.cs","line":30},{"level":1,"method":"Microsoft.Bot.Builder.BotState+d__4.MoveNext","assembly":"Microsoft.Bot.Builder, Version=4.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","fileName":"D:\a\1\s\libraries\Microsoft.Bot.Builder\BotState.cs","line":64},{"level":2,"method":"System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw","assembly":"System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e","line":0},{"level":3,"method":"System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification","assembly":"System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e","line":0},{"level":4,"method":"Microsoft.Bot.Builder.BotState+BotStatePropertyAccessor1+<GetAsync>d__7.MoveNext","assembly":"Microsoft.Bot.Builder, Version=4.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","fileName":"D:\\a\\1\\s\\libraries\\Microsoft.Bot.Builder\\BotState.cs","line":305},{"level":5,"method":"System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw","assembly":"System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e","line":0},{"level":6,"method":"System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification","assembly":"System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e","line":0},{"level":7,"method":"Microsoft.Bot.Builder.Dialogs.DialogSet+<CreateContextAsync>d__9.MoveNext","assembly":"Microsoft.Bot.Builder.Dialogs, Version=4.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","fileName":"D:\\a\\1\\s\\libraries\\Microsoft.Bot.Builder.Dialogs\\DialogSet.cs","line":92},{"level":8,"method":"System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw","assembly":"System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e","line":0},{"level":9,"method":"System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification","assembly":"System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e","line":0},{"level":10,"method":"System.Runtime.CompilerServices.TaskAwaiter1.GetResult","assembly":"System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e","line":0},{"level":11,"method":"AutoAgent.Bots.AutoAgentBot+d__9.MoveNext","assembly":"AutoAgent, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null","fileName":"C:\Code\autoagent\bot-core\AutoAgent\AutoAgent\Bots\AutoAgentBot.cs","line":175},{"level":12,"method":"System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw","assembly":"System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e","line":0},{"level":13,"method":"System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification","assembly":"System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e","line":0},{"level":14,"method":"Microsoft.Bot.Builder.AutoSaveStateMiddleware+d__7.MoveNext","assembly":"Microsoft.Bot.Builder, Version=4.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","fileName":"D:\a\1\s\libraries\Microsoft.Bot.Builder\AutoSaveStateMiddleware.cs","line":60},{"level":15,"method":"System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw","assembly":"System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e","line":0},{"level":16,"method":"System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification","assembly":"System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e","line":0},{"level":17,"method":"Microsoft.Bot.Builder.MiddlewareSet+d__3.MoveNext","assembly":"Microsoft.Bot.Builder, Version=4.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","fileName":"D:\a\1\s\libraries\Microsoft.Bot.Builder\MiddlewareSet.cs","line":55},{"level":18,"method":"System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw","assembly":"System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e","line":0},{"level":19,"method":"System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification","assembly":"System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e","line":0},{"level":20,"method":"Microsoft.Bot.Builder.BotAdapter+d__13.MoveNext","assembly":"Microsoft.Bot.Builder, Version=4.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","fileName":"D:\a\1\s\libraries\Microsoft.Bot.Builder\BotAdapter.cs","line":167}]}],"properties":{"AspNetCoreEnvironment":"Local-Development","DeveloperMode":"true"}}}} AutoAgent.Bots.AutoAgentBot:Error: Exception caught : System.ArgumentNullException: Value cannot be null. Parameter name: invalid activity-missing Conversation.Id at Microsoft.Bot.Builder.ConversationState.GetStorageKey(ITurnContext turnContext) in D:\a\1\s\libraries\Microsoft.Bot.Builder\ConversationState.cs:line 30 at Microsoft.Bot.Builder.BotState.LoadAsync(ITurnContext turnContext, Boolean force, CancellationToken cancellationToken) in D:\a\1\s\libraries\Microsoft.Bot.Builder\BotState.cs:line 64 at Microsoft.Bot.Builder.BotState.BotStatePropertyAccessor1.GetAsync(ITurnContext turnContext, Func1 defaultValueFactory, CancellationToken cancellationToken) in D:\a\1\s\libraries\Microsoft.Bot.Builder\BotState.cs:line 305 at Microsoft.Bot.Builder.Dialogs.DialogSet.CreateContextAsync(ITurnContext turnContext, CancellationToken cancellationToken) in D:\a\1\s\libraries\Microsoft.Bot.Builder.Dialogs\DialogSet.cs:line 92 at AutoAgent.Bots.AutoAgentBot.OnTurnAsync(ITurnContext turnContext, CancellationToken cancellationToken) in C:\Code\autoagent\bot-core\AutoAgent\AutoAgent\Bots\AutoAgentBot.cs:line 175 at Microsoft.Bot.Builder.AutoSaveStateMiddleware.OnTurnAsync(ITurnContext turnContext, NextDelegate next, CancellationToken cancellationToken) in D:\a\1\s\libraries\Microsoft.Bot.Builder\AutoSaveStateMiddleware.cs:line 60 at Microsoft.Bot.Builder.MiddlewareSet.ReceiveActivityWithStatusAsync(ITurnContext turnContext, BotCallbackHandler callback, CancellationToken cancellationToken) in D:\a\1\s\libraries\Microsoft.Bot.Builder\MiddlewareSet.cs:line 55 at Microsoft.Bot.Builder.BotAdapter.RunPipelineAsync(ITurnContext turnContext, BotCallbackHandler callback, CancellationToken cancellationToken) in D:\a\1\s\libraries\Microsoft.Bot.Builder\BotAdapter.cs:line 167 Microsoft.Bot.Builder.Integration.IAdapterIntegration:Information: Sending activity. ReplyToId: IBNkZ7wWg2d Exception thrown: 'System.NullReferenceException' in Microsoft.Bot.Connector.dll Exception thrown: 'System.NullReferenceException' in System.Private.CoreLib.dll Exception thrown: 'System.NullReferenceException' in System.Private.CoreLib.dll Exception thrown: 'System.NullReferenceException' in System.Private.CoreLib.dll Exception thrown: 'System.NullReferenceException' in System.Private.CoreLib.dll Exception thrown: 'System.NullReferenceException' in System.Private.CoreLib.dll Exception thrown: 'System.NullReferenceException' in System.Private.CoreLib.dll Exception thrown: 'System.NullReferenceException' in System.Private.CoreLib.dll Exception thrown: 'System.NullReferenceException' in System.Private.CoreLib.dll Exception thrown: 'System.NullReferenceException' in System.Private.CoreLib.dll Exception thrown: 'System.NullReferenceException' in System.Private.CoreLib.dll Exception thrown: 'System.NullReferenceException' in System.Private.CoreLib.dll Exception thrown: 'System.NullReferenceException' in System.Private.CoreLib.dll Exception thrown: 'System.NullReferenceException' in System.Private.CoreLib.dll Microsoft.AspNetCore.Server.Kestrel:Error: Connection id "0HLLD9H2FQ2PN", Request id "0HLLD9H2FQ2PN:00000001": An unhandled exception was thrown by the application. System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.Bot.Connector.ConversationsExtensions.ReplyToActivityAsync(IConversations operations, Activity activity, CancellationToken cancellationToken) in D:\a\1\s\libraries\Microsoft.Bot.Connector\ConversationsEx.cs:line 138 at Microsoft.Bot.Builder.BotFrameworkAdapter.SendActivitiesAsync(ITurnContext turnContext, Activity[] activities, CancellationToken cancellationToken) in D:\a\1\s\libraries\Microsoft.Bot.Builder\BotFrameworkAdapter.cs:line 315 at Microsoft.Bot.Builder.TurnContext.<>c__DisplayClass22_0.<g__SendActivitiesThroughAdapter|1>d.MoveNext() in D:\a\1\s\libraries\Microsoft.Bot.Builder\TurnContext.cs:line 267 --- End of stack trace from previous location where exception was thrown --- at Microsoft.Bot.Builder.TurnContext.SendActivityAsync(IActivity activity, CancellationToken cancellationToken) in D:\a\1\s\libraries\Microsoft.Bot.Builder\TurnContext.cs:line 196 at Microsoft.Bot.Builder.TurnContext.SendActivityAsync(String textReplyToSend, String speak, String inputHint, CancellationToken cancellationToken) in D:\a\1\s\libraries\Microsoft.Bot.Builder\TurnContext.cs:line 179 at AutoAgent.Startup.<>c__DisplayClass11_1.<b__5>d.MoveNext() in C:\Code\autoagent\bot-core\AutoAgent\AutoAgent\Startup.cs:line 112 --- End of stack trace from previous location where exception was thrown --- at Microsoft.Bot.Builder.BotAdapter.RunPipelineAsync(ITurnContext turnContext, BotCallbackHandler callback, CancellationToken cancellationToken) in D:\a\1\s\libraries\Microsoft.Bot.Builder\BotAdapter.cs:line 177 at Microsoft.Bot.Builder.BotFrameworkAdapter.ProcessActivityAsync(ClaimsIdentity identity, Activity activity, BotCallbackHandler callback, CancellationToken cancellationToken) in D:\a\1\s\libraries\Microsoft.Bot.Builder\BotFrameworkAdapter.cs:line 233 at Microsoft.Bot.Builder.BotFrameworkAdapter.ProcessActivityAsync(String authHeader, Activity activity, BotCallbackHandler callback, CancellationToken cancellationToken) in D:\a\1\s\libraries\Microsoft.Bot.Builder\BotFrameworkAdapter.cs:line 204 at Microsoft.Bot.Builder.Integration.AspNet.Core.Handlers.BotMessageHandler.ProcessMessageRequestAsync(HttpRequest request, IAdapterIntegration adapter, BotCallbackHandler botCallbackHandler, CancellationToken cancellationToken) in D:\a\1\s\libraries\integration\Microsoft.Bot.Builder.Integration.AspNet.Core\BotMessageHandler.cs:line 39 at Microsoft.Bot.Builder.Integration.AspNet.Core.Handlers.BotMessageHandlerBase.HandleAsync(HttpContext httpContext) in D:\a\1\s\libraries\integration\Microsoft.Bot.Builder.Integration.AspNet.Core\BotMessageHandlerBase.cs:line 60 at Microsoft.AspNetCore.Builder.Extensions.MapMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Server.IISIntegration.IISMiddleware.Invoke(HttpContext httpContext) at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication`1 application) I apologize for the delayed response. I'm investigating this more thoroughly. Can you log the ChannelData of the incoming message when this occurs? @jamsoft I think the issue here is that the handover protocol 'event' activities do not contain a conversation.id or from.id, since they are notification events from the service to the bots. One possible way to work around this is to eliminate the BotMessageHandler, and go with a Controller approach similar to: https://github.com/Microsoft/BotBuilder-Samples/blob/samples-work-in-progress/samples/csharp_dotnetcore/13.core-bot/Controllers/BotController.cs This is the standard we are moving our sample towards. If you are available to work more directly with me on these Messenger Handover protocol issues, please email me at the address on my profile. We've determined two issues exist within the Bot Framework Facebook Connector service: standby events were not being sent to bots tied to secondary apps during the handover process, when control is passed, the connector service is sending conversationUpdate event that contains no conversation.id These issues have been addressed, and the fix is in the pipeline for release. Thank you for reporting this issue.
gharchive/issue
2019-03-12T09:49:28
2025-04-01T04:55:20.717017
{ "authors": [ "EricDahlvang", "jamsoft" ], "repo": "Microsoft/botbuilder-dotnet", "url": "https://github.com/Microsoft/botbuilder-dotnet/issues/1443", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
321154660
ConfirmPrompt not uses Culture parameter I am using ConfirmPrompt in my development, and I was passing to it the value of Culture.Spanish in the constructor, but it was not working. I am looking at the source code and I noticed this: // private IModel _model; private Regex yes = new Regex(@"(\byes\b|\byep\b|\bok\b|\byessir\b|\bconfirm\b|^y$)", RegexOptions.IgnoreCase); private Regex no = new Regex(@"(\bno\b|\bnope\b|\bnosir\b|\bcancel\b|^n$)", RegexOptions.IgnoreCase); public ConfirmPrompt(string culture, PromptValidator<ConfirmResult> validator = null) : base(validator) { } As you can see, the culture parameter is not being used at all, so it is the cause it does not work. Do you know if this is fixed in another branch or release? If not, I have done a PR (#560) with this fixed, as I think using ChoiceRecognizer (similar to what is used in NumberPrompt) will be simpler and clearer. Thanks in advance. i have similar problem , to be precise it´s with the localization of the Prompt Confirm. If you want to get it working until this is fixed in the repo and in the Nuget, you can copy the classes I modified in the PR, add these classes into your project, and use the modified ConfirmPrompt class instead of the class in the dll. @johnataylor, who wrote these C# prompts, is out until next week. Can this wait until then? Ideally he would review/incorporate, just because I'm not sure I have enough context. Note: This change will need to be done in the Javascript SDK as well to keep them in sync, and then the docs have to be updated as well. :) Yes, It can wait, because I fixed it for my project (a workaround). If I have to apply these changes to the Javascript SDK as well, I would to look at these more thoroughly, because I am not so familiar with it. Regarding the documentation, I think it is not necessary to change anything, because the change is only internal, and external behaviour is not changed, but maybe I am wrong. we have merged in the PR here
gharchive/issue
2018-05-08T11:52:21
2025-04-01T04:55:20.722466
{ "authors": [ "Arincon", "cleemullins", "gopal300", "johnataylor" ], "repo": "Microsoft/botbuilder-dotnet", "url": "https://github.com/Microsoft/botbuilder-dotnet/issues/559", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
229366332
deltaDecorations loss when editor executeEdits Monaco:0.8.3 Browser:chrome OS: mac Hi there are some deltaDecorations among those modified lines,here is my code: editor.executeEdits('danding', [ { identifier: 'modify' , range: new monaco.Range( component2.loc.start.line, component2.loc.start.column+1, component2.loc.end.line, component2.loc.end.column+1), text:line1, forceMoveMarkers: false } ]); However,deltaDecorations get into a mess,how can i fix this. Thanks for your time. I'm not sure what you mean that deltaDecorations gets into a mess. Any decorations that you create will be "live tracked". i.e. they will flow with the text. So, for example if you create a decoration on line 10, and then the user (or you, programatically, via executeEdits) modify the buffer, to e.g. insert a new line on line 2, then the decorations will move to line 11. @akosyakov does not work. steps to reproduce: goto https://microsoft.github.io/monaco-editor/playground.html#interacting-with-the-editor-rendering-glyphs-in-the-margin replace decorations with your example click run delete "if (age) {" (do not just overwrite it) type something new press return expected result: breakpoint does not move actual result: breakpoint moves :( visual studio code does not show this behavior. any ideas? The good news is that vscode is open source and the sources can be used as reference. Here are the options used by breakpoints in VS Code: https://github.com/Microsoft/vscode/blob/93028e44ea7752bd53e2471051acbe6362e157e9/src/vs/workbench/parts/debug/browser/debugEditorModelManager.ts#L280
gharchive/issue
2017-05-17T14:11:49
2025-04-01T04:55:20.757968
{ "authors": [ "alexandrudima", "dandingol03", "neoncom" ], "repo": "Microsoft/monaco-editor", "url": "https://github.com/Microsoft/monaco-editor/issues/442", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
280303543
Using $(SolutionDir) causes problems with msbuild My project attempts to import a .targets file from a directory higher than the solution directory. The import looks like so: <Import Project="$(SolutionDir)..\foo\bar.targets" /> This results in a build-time error when using msbuild to restore nuget packages via command line: C:\SolutionDirRepro\SolutionDirRepro.csproj(139,3): error MSB4019: The imported project "C:\SolutionDirRepro*Undefined*..\foo\test.targets" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk. If I move the .targets file to the directory the solution resides in, this problem goes away. Closed as duplicate of https://github.com/Microsoft/msbuild/issues/2743
gharchive/issue
2017-12-07T22:34:04
2025-04-01T04:55:20.760300
{ "authors": [ "cdmihai", "datalurkur" ], "repo": "Microsoft/msbuild", "url": "https://github.com/Microsoft/msbuild/issues/2784", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
235401241
Make SQLServerException constructors public re-create PR #247 Codecov Report Merging #334 into dev will increase coverage by 0.05%. The diff coverage is n/a. @@ Coverage Diff @@ ## dev #334 +/- ## ============================================ + Coverage 37.22% 37.27% +0.05% - Complexity 1662 1670 +8 ============================================ Files 103 103 Lines 23673 23673 Branches 3882 3882 ============================================ + Hits 8812 8825 +13 + Misses 13267 13258 -9 + Partials 1594 1590 -4 Flag Coverage Δ Complexity Δ #JDBC41 37.06% <ø> (+0.05%) 1660 <ø> (+8) :arrow_up: #JDBC42 37.17% <ø> (+0.01%) 1664 <ø> (+4) :arrow_up: Impacted Files Coverage Δ Complexity Δ ...m/microsoft/sqlserver/jdbc/SQLServerException.java 77.23% <ø> (+1.62%) 29 <0> (+1) :arrow_up: ...om/microsoft/sqlserver/jdbc/SimpleInputStream.java 47.79% <0%> (-1.48%) 9% <0%> (-1%) ...c/main/java/com/microsoft/sqlserver/jdbc/Util.java 45.15% <0%> (-0.71%) 60% <0%> (-1%) ...in/java/com/microsoft/sqlserver/jdbc/IOBuffer.java 46.04% <0%> (-0.24%) 0% <0%> (ø) ...om/microsoft/sqlserver/jdbc/SQLServerBulkCopy.java 48.97% <0%> (-0.15%) 210% <0%> (-1%) ...oft/sqlserver/jdbc/SQLServerPreparedStatement.java 33.62% <0%> (+0.17%) 90% <0%> (+1%) :arrow_up: ...rc/main/java/com/microsoft/sqlserver/jdbc/dtv.java 37.03% <0%> (+0.27%) 0% <0%> (ø) :arrow_down: ...m/microsoft/sqlserver/jdbc/SQLServerResultSet.java 27.61% <0%> (+0.37%) 189% <0%> (+2%) :arrow_up: ...rc/main/java/com/microsoft/sqlserver/jdbc/DDC.java 30.13% <0%> (+1.11%) 57% <0%> (+3%) :arrow_up: ... and 2 more Continue to review full report at Codecov. Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 92a9dfa...1ca5a0b. Read the comment docs.
gharchive/pull-request
2017-06-13T00:17:58
2025-04-01T04:55:20.777406
{ "authors": [ "codecov-io", "v-xiangs" ], "repo": "Microsoft/mssql-jdbc", "url": "https://github.com/Microsoft/mssql-jdbc/pull/334", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
415065243
Increase CI testing stages timeouts Recently, I noticed few jobs getting aborted by Jenkins due to the timeout getting exceeded. I have bumped the values for the timeouts just to be safe for the workload nowadays. These are some Jenkins jobs runs that failed on the first run (due to the small timeout), but succeed on the second run: OpenEnclave-sandbox#777 Bors-staging#642 Bors-trying#732 Bors-trying#736 Bors-trying#738 Bors-trying#739 Hm, I am curious why they got so slow. 15 minutes was well more than enough when we set it. @andschwa We talked about this in the morning sync together, documented with our plan in the meeting notes in the Wiki! As for the check-ci failure, we have no idea why it is slow sometimes! There's not enough output from it to know from these logs. But there's a problem with the ecall_ocall test that sometimes causes it to deadlock. There's going to be a separate issue created for that problem. However, overall, sometimes our CI systems can really slow down, and we're not sure why, although they will eventually finish, so we're going to extend the timeout for these reasons. bors r+ Thanks for the explanation @johnkord!
gharchive/pull-request
2019-02-27T10:58:32
2025-04-01T04:55:20.782902
{ "authors": [ "andschwa", "ionutbalutoiu", "johnkord" ], "repo": "Microsoft/openenclave", "url": "https://github.com/Microsoft/openenclave/pull/1504", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
314516475
The button is selected by two rectangles on IE Repro Steps: • Navigate to https://makecode.microbit.org/beta • Click "More" -> "High Contrast On" and then click "Projects" on the top-left • Switch form "My Stuff" to "Projects" and "Examples" and Observe Expected result:(Chrome, Edge & Firefox ) The button should be selected by one green rectangle Actual result:(IE) The button is selected by two rectangles on IE Won't fix.
gharchive/issue
2018-04-16T06:25:52
2025-04-01T04:55:20.792605
{ "authors": [ "Helen09", "samelhusseini" ], "repo": "Microsoft/pxt", "url": "https://github.com/Microsoft/pxt/issues/4135", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
231775302
Proposal: Add configurations for schema loading Totally out of self-interest from my experience, but might make it easier to adopt thrifty's schema: some configuration for controlling how strict the parser is. Some ideas: duplicate field IDs using keywords as names yeah I'd love to take a look. That was the part I actually wasn't sure about, the duplicate field IDs would be reasonably easy to flag and totally understandable :) I've pushed the branch to my personal fork: https://github.com/benjamin-bader/thrifty/tree/syntax/escaped-literals It implements an "escaped identifier" syntax for enum members where surrounding an identifier with square brackets circumvents checking for reserved keywords, e.g. enum Foo { [struct] = 1, BAR = 2 } The main point is that the antlr definition gets a new ESCAPED_IDENTIFIER token, because (due to the lexing algorithm) literals that appear in parse rules (e.g. struct) are so-called "implicit" tokens, and aren't matched by catch-alls like IDENTIFIER which are defined later on in the file. Using an escaping syntax like this sidesteps the issue, because [struct] never appears in the grammar. If you wanted to allow non-escaped keywords, we'd need to pull literals into explicit tokens, like STRUCT : 'struct';, use those everywhere in the grammar, and then make identifier into a parse rule ident : STRUCT | ENUM | ... | IDENTIFIER. It would be a lot of work, but doable. Not sure how much of that makes sense; if it doesn't, let me know! @hzsweers Do you still have use-cases for any of these? I'll close this if not. I think it's safe to close for now, being strict is probably a better thing to do
gharchive/issue
2017-05-27T04:50:18
2025-04-01T04:55:20.816301
{ "authors": [ "benjamin-bader", "hzsweers" ], "repo": "Microsoft/thrifty", "url": "https://github.com/Microsoft/thrifty/issues/144", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
244812022
Update not working. Both GSL and folly have changed there structures , folly now has detail directory and thus changes in namespaces. Whereas GSL has changed many files including gsl folder. But still there is no updates for both when I try vcpkg update , I am very sorry but it is very bad for me if nothing is done here. Please help me. @jack17529 I was confused at first but now I understand what you are alluding to. vcpkg does not update when code in some repository changes. Someone has to manually update the portfile to the latest versions. In this case no one has volunteered just yet. If you want the latest version you could change the version in your portfile and see if it works. If it works you might consider a PR. I am sure @ras0219-msft would be glad to review it. We need in upstream monitoring. Something like: Anitya: https://github.com/release-monitoring/anitya Repology: https://repology.org Debian watch: https://wiki.debian.org/debian/watch Hi @jack17529, thank you for posting this issue! GSL and folly have been upgraded to latest version, you can update vcpkg and rebuild them.
gharchive/issue
2017-07-22T00:36:49
2025-04-01T04:55:20.819805
{ "authors": [ "Mixaill", "atkawa7", "jack17529", "wangli28" ], "repo": "Microsoft/vcpkg", "url": "https://github.com/Microsoft/vcpkg/issues/1508", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
312291036
mongoc-driver 's lib and dll name not uniform one is mongoc-1.0.lib and another one is libmongoc-1.0.dll Thanks for posting this issue! This behavior is by design for the upstream library (mongoc). If this causes specific issues for you, please let us know and we can reopen this issue!
gharchive/issue
2018-04-08T09:48:48
2025-04-01T04:55:20.821043
{ "authors": [ "Matrix-Zhang", "ras0219-msft" ], "repo": "Microsoft/vcpkg", "url": "https://github.com/Microsoft/vcpkg/issues/3226", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
253414969
Valid pattern match fails to compile The following pattern matching expression fails. I am not sure if this is a valid error. Repro steps type Token = | T_Exclamation | T_Question | T_String of string | T_Lparen | T_Rparen | T_Eof | T_Empty let compare (x:Token) (y:Token) = match x, y with | N_Session, N_Session -> 0 | _,_ -> 1 Error error FS0038: 'N_Session' is bound twice in this pattern Related information Windows 10 .NET Runtime, Visual Studio Version 2017, 15.3.2 You don't have the case N_session so it's treated as variable and you can't use the same car name in one pattern more then one @AviAvni .. Indeed. you are correct. I will close this issue.
gharchive/issue
2017-08-28T18:30:34
2025-04-01T04:55:20.823707
{ "authors": [ "AviAvni", "bikalgurung" ], "repo": "Microsoft/visualfsharp", "url": "https://github.com/Microsoft/visualfsharp/issues/3516", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
74094279
[WIP] Add "Do not show this message again" to type provider security dialog fix #378 added the checkbox to type provider dialog The preference is stored using a file %APPLOCALDATA%\Local\Microsoft\VisualStudio\12.0\always-trust-type-providers.lock (like the type providers list type-providers.txt, same directory) Cannot reenable it after (like T4), but this behaviour can be documented, delete a file is easy. Should i add this check to Tools menu? i splitted the 233514b to make the diff easier TODO [ ] localization with resorce (today or tomorrow) [ ] integration tests (??) [x] add to Tools menu? [ ] add tests below to developer wiki, something like "Checklist for UI changes" Tests [X] manual tests :smile: [ ] localization [ ] 200% high DPI [ ] Check box can be selected/toggled via keyboard [ ] Windows narrator can read the label text i need review :eyes: :eyes: :eyes: :eyes: Nice work. But I feel this should probably be a regular setting here: That way, you get serialization/deserialization for free a way to back out of the decision to trust TPs VS settings roaming The checkbox would still be there, but it would modify that setting instead. Thx @rojepp i'll add a checkbox there too. About serialization, i have implemented it like the enabled/disabled type provider list. Maybe there is a reason about that, i'll wait @KevinRansom or @latkin feedback. But the vs settings roaming is nice to have, i'll do it if possibile Thx @rojepp i'll add a checkbox there too. About serialization, i have implemented it like the enabled/disabled type provider list. Maybe there is a reason about that, i'll wait @KevinRansom or @latkin feedback. But the vs settings roaming is nice to have, i'll do it if possibile for sure added checkbox in tools menu As long as @latkin and @KevinRansom we can speculate: You're probably right in following the way that its done for the accepted TP list, because it can be used outside of VS. Is it being used outside of VS? IDK. I haven't ever seen a TP warning when building from Fake/msbuild, so I'm guessing its not used outside of VS. For reference, Xamarin Studio doesn't care. There was an issue to add support for allowed TPs but this is OSS and no-one really wants the feature, so it doesn't get built. :) Awesome with the checkbox in Tools / Options! Could you get some margin in there, just to make it look nicer? IMHO, it is too close to the list localized texts. I dont like "Always trust ..", a better description? a bit of margin: Margin is much better, thank you. To me that phrase is fine, but natives should be the judge of that. :) tested narrator and 200% dpi closing, the security check will be removed, ref #378
gharchive/pull-request
2015-05-07T19:10:23
2025-04-01T04:55:20.834824
{ "authors": [ "enricosada", "rojepp" ], "repo": "Microsoft/visualfsharp", "url": "https://github.com/Microsoft/visualfsharp/pull/427", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
385822779
Hosts we have keychain tokens for are always GitHub hosts For this is the only law that makes sense. Fixes #576 The sense, it makes! :rocket:
gharchive/pull-request
2018-11-29T16:36:21
2025-04-01T04:55:20.881438
{ "authors": [ "queerviolet", "shana" ], "repo": "Microsoft/vscode-pull-request-github", "url": "https://github.com/Microsoft/vscode-pull-request-github/pull/708", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
182187035
Error: Path must be a string. Received undefined VSCode Version: Code 1.6.0 (e52fb0bc87e6f5c8f144e172639891d8d8c9aa55, 2016-10-10T18:28:55.412Z) OS Version: Darwin x64 15.6.0 Extensions: chenxsan.vscode-standard-format-0.0.12, naumovs.color-highlight-1.2.1, shardulm94.trailing-spaces-0.2.11, shinnn.standard-0.1.5, xabikos.JavaScriptSnippets-1.2.0 Steps to Reproduce: Update to newestes VSCode Version Just code in a simple js-file. With every character I type the error message "Error Path must be a string. Received undefined" is displayed again. @michaelchiche I can not reproduce this. Do you also see this if you run with --disable-extensions? @isidorn wrong mention i think ;) Oops @michikuehne I meant :) @isidorn You supposed the right. If I run vsc without --disable-extensions the error message doesn't occur. So one of the extension I use must be responsible for this error. Thanks for the hint @michikuehne what I suggest is to uninstall extensions one by one and try to figure out which one it is. Once you got that just file this issue to the github repository of that extension. Closing this as there is nothing to be done on the vscode side Hi! I had the same problem, i have tried each one of my extensions and found out that in my case its vscode-standard 0.1.5 thats causing the problems. It actually says on their extensions page that their dev dependencies are out of date. i think https://github.com/shinnn is the authour. @rasmuslundberg You're right! The same plugin caused the error message on my vscode. What the easiest way to contact shinnn? is there a formal way to ask for a update on a vscode extension or should we just post an issue on the repos? Sorry for my newb questions. @rasmuslundberg Right, just open I github issue on his repo. @michikuehne its already there https://github.com/shinnn/vscode-standard/issues/7 FWIW, The ESLint extension causes this error for me. FYI I received this error because my global install of eslint was out of date
gharchive/issue
2016-10-11T06:54:36
2025-04-01T04:55:20.888806
{ "authors": [ "isidorn", "jhaddow", "mehas", "michaelchiche", "michikuehne", "rasmuslundberg" ], "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/13474", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
198261560
Zen Coding Command Outputting Extra Closing Tag VSCode Version: 1.8.1 OS Version: Windows Home Premium 64GB Steps to Reproduce: create a new .html file enter the following valid zen code command: div>p actual output: <div></div> <p></p> </div> expected output: <div> <p></p> </div> The problem is caused by one of the installed extensions. IMO, maybe, it's Auto Close Tag or other. The problem is caused by one of the installed extensions. IMO, maybe, it's Auto Close Tag or other. Thanks, this makes sense. Disabling Auto Close Tag resolves this. Thanks, this makes sense. Disabling Auto Close Tag resolves this.
gharchive/issue
2017-01-01T09:13:48
2025-04-01T04:55:20.892411
{ "authors": [ "ImranAhmed", "mrmlnc" ], "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/17981", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
202927791
Node related configuration snippets showing up in non Node environment Testing #19039 I have the Go extension installed and Go workspace opened with no launch.json file. There is a Go file opened in the active editor. I click on the "Add Configuration" option in the debug drop down and there is a pop up asking me to choose the environment. I choose Go The default launch.json is created by the Go extension. The snippets for adding new configuration have nothing to do with Go. Why are they even showing up? In case you don't have Go and the Go extension installed, follow the below steps: Install Go Setup GOPATH 1. Choose a folder where you will be having the Go projects 2. Add env variable GOPATH with value as the above folder path 3. Create 3 folders "src", "bin" and "pkg" Run go get github.com/golang/example/hello Install the Go extension by lukehoban and open the folder $GOPATH/src/GitHub.com/golang/example/hello in VS Code Open the hello.go file. You will see "Analysis Tools Missing" in the status bar. Click on it to install the Go tools that the extension needs. @ramya-rao-a a launch.json is not connected to a specific debugger. It can contain launch configurations for any type of debugger, e.g. one of type go for a backend, and another of type chrome for client code running in a browser. To help with building heterogenous launch.json files VS Code shows all launch config snippets. /cc @isidorn Created https://github.com/Microsoft/vscode-go/issues/744
gharchive/issue
2017-01-24T20:13:51
2025-04-01T04:55:20.897597
{ "authors": [ "isidorn", "ramya-rao-a", "weinand" ], "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/19275", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
209149173
TypeError: Cannot read property 'element' of undefined open ts file trigger IntelliSense select an item with the mouse type space, trigger IntelliSense again select an item with the mouse 💥 the list widget explodes index.js:31 [uncaught exception]: TypeError: Cannot read property 'element' of undefinedonError @ index.js:31(anonymous function) @ index.js:100emitOne @ events.js:96emit @ events.js:188window.onerror @ init.js:120 index.js:34 TypeError: Cannot read property 'element' of undefined at ListView.element (file:////Users/jrieken/Code/vscode/out/vs/base/browser/ui/list/listView.js:96:37) at file:////Users/jrieken/Code/vscode/out/vs/base/browser/ui/list/listWidget.js:366:91 at Array.forEach (native) at file:////Users/jrieken/Code/vscode/out/vs/base/browser/ui/list/listWidget.js:366:25 at EventBufferer.bufferEvents (file:////Users/jrieken/Code/vscode/out/vs/base/common/event.js:338:13) at List.setFocus (file:////Users/jrieken/Code/vscode/out/vs/base/browser/ui/list/listWidget.js:364:32) at MouseController.onPointer (file:////Users/jrieken/Code/vscode/out/vs/base/browser/ui/list/listWidget.js:198:23) at file:////Users/jrieken/Code/vscode/out/vs/base/browser/ui/list/listWidget.js:187:89 at ListView.fireScopedEvent (file:////Users/jrieken/Code/vscode/out/vs/base/browser/ui/list/listView.js:187:13) at HTMLDivElement.handler (file:////Users/jrieken/Code/vscode/out/vs/base/browser/ui/list/listView.js:174:55) Let me know if this is suggest using the list widget wrong. Oh, and after that the suggest widget is totally broken. Keep throwing the same error until reload Needs these settings: "files.autoSave": "onFocusChange", "files.trimTrailingWhitespace": true Reverted. @bpasero The root cause for this is that "files.autoSave": "onFocusChange" saves to early, namely when the cursor loses focus, not when the editor loses focus. That also repos with other things like Cmd+F. In this particular issue the cursor loses focus when an element is clicked, triggers trim tailing whitespace, cancelling suggest. Now the exploding list widget just covers the real mess which is that you cannot insert a suggestion via click in the presence of certain settings. So unless I miss something instead of onDidBlurEditorText the onDidBlurEditor-event should be used. An event emitted when the text inside this editor or an editor widget lost focus. Reading the API doc actually not sure anymore. @alexandrudima does above mean there is no editor blur event which is basically 'this editor orand an editor widget lost' @jrieken @alexandrudima I once had used onDidBlurEditorText and onDidBlurEditor for auto save and got bugs that under some situations auto save was not triggered (including yourself). So I reverted that back to my solution because I did not want and do not plan to break auto save like that. I am not sure why the event seems to sometimes not fire... @bpasero This is the first I hear about the blur event not firing. That would mean the cursor would still be blinking... even though focus is somewhere else. If you have a repro please let me know. Unsure how #17729 is related to that but I think if there is an issue blur not being fire that should be fixed. Today, the behaviour is pretty bad because all those save participants (format, trim whitespace, apply quick fix) kick in as soon as the cursor blurs, e.g when searching inside the editor Yeah I agree. I can either bring back to use the editor events (which I like provided the work reliably) or add a timeout to my blur listener to avoid running save during the event bubbling phase. The timeout won't work for things like Search, F8 error navigation or any other peek view. We should go back to the before event and understand why it doesn't work at times Fixed via https://github.com/Microsoft/vscode/issues/21273
gharchive/issue
2017-02-21T13:43:50
2025-04-01T04:55:20.905385
{ "authors": [ "alexandrudima", "bpasero", "joaomoreno", "jrieken" ], "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/20989", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
226009963
FeatureRequest: Using the immediate window without building VSCode Version: 14.0.24720.00 Update 1 OS Version: Windows 10 I want to run simple commands in the immediate window without building the solution. For example I might want to type something like "Double.Parse("0.1")"; but currently I will get the error "Build Failed. For a list of build errors see the Error List. For detailed information about a build error select an item and press F1.". @StratThinker pls provide information that allows us to reproduce your problem. What extensions do you have installed? What file is open? etc. Thanks! I have EditorConfig, "End of the Line", various F# packages installed. Every thing else looks like the default packages. Although these are probably not the problem. To reproduce the problem: create a new console application. Inside the Main method write some text that will not compile, for example "asdf" Open up the immediate window Type something simple like ""+0.1 Press enter Instead of doing this calculation, it will try to build my solution, which will fail, and it will give the error "Build Failed. For a list of build errors see the Error List. For detailed information about a build error select an item and press F1." Note I fairly certain that this is the expected behaviour. My feature request is to be able use the Immediate window like a command line application without building the solution, to test some simple calculations (for anything more complex I use a test solution). Note that I am requesting something similar to Matlab's command line. Sorry I see that I confused "visual studio" with "visual studio code".
gharchive/issue
2017-05-03T14:42:31
2025-04-01T04:55:20.910101
{ "authors": [ "StratThinker", "kieferrm" ], "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/25834", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
132309736
Add offset-len version of range in TextDocumentContentChangeEvent Working with Position objects is not ideal when trying to incrementally sync documents. Additionally it is impossible to compare them with each other without an unnecessary performance hit. If you want to delay and merge events to keep the number of edits down in large documents, this becomes a basic requirement. Consider the following TextDocumentContentChangeEvent objects: let first = { text: '\r\n', rangeLength: 0, range: { start: { line: 1, character: 0 } end: { line: 1, character: 0 } } } let second = { text: 'a', rangeLength: 0, range: { start: { line: 2, character: 0 } end: { line: 2, character: 0 } } } In this text document: b cd Individually, they are both accurate, but since the start/end ranges have changed, the language server cannot determine the precise location of the second event without either applying the first event or parsing it to count the number of line breaks and the new character offset. Things only get worse if the changes overlap, since you would need to keep track of every newline. All of this can be avoided if instead of the relative range location, an absolute location such as the offset into the document is provided. To clarify - it is possible to maintain synchronized text from these events. See https://github.com/Microsoft/vscode/blob/master/src/vs/editor/common/model/mirrorModel2.ts#L39 for an example Your desire is for us to send the range also in an offset-len format besides the start-end pos format? That's right. It just makes some tasks a bit easier. Moved to discussion at Microsoft/language-server-protocol#96.
gharchive/issue
2016-02-09T01:51:33
2025-04-01T04:55:20.913930
{ "authors": [ "alexandrudima", "mattacosta" ], "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/2811", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
236284633
Shortcut for Format Document(Ctrl+Shift+I) not Functioning VSCode Version: 1.13.1 OS Version: LMDE2 - Linux Mint Debian Edition (Debian 8 based) Steps to Reproduce: Open one document and execute the shortcut: Ctrl+Shift+I. The result is open search box and not format document. @Hygens Did you set the Ctrl+Shift+I keybinding yourself? No. I do not have executed any customizations here for keybinding. I have followed the default documentations for linux shortcut here. That should have worked... https://github.com/Microsoft/vscode/blob/b34f17350f2d20dbbbfdb26df91dd50bb9160900/src/vs/editor/contrib/format/browser/formatActions.ts#L304 cc @jrieken for formatting I'm sorry but here not working. I have downloaded today the version 1.13.1 and my linux is clean installed today and I do not have executed any customizations for keystrokes here and not working. If I select the code on document and use Ctrl+K+F ok functioning, but, if possible not need select the document and get document formatted it's better. More some informations are: I'm using Cinnamon desktop; My kernel is: 3.16.0-4-amd64 #1 SMP Debian 3.16.43-2 (2017-04-30) x86_64 GNU/Linux Exists more some information needed for that or workaround for solve that?! Did this shortcut work before you updated to 1.3.1? Yes. With VSCode 1.3 was ok. But I have installed one clean environment with LMDE2(Debian Jessie based) and after that installed tha last version of VSCode 1.13.1. After that not working. I'm new with VSCode because I'm commonly use Vim or Spacemacs. I'm testing that editor because it's better with for example Atom for me and more easy for configurations and use. About that problem I will be analysing here what is the problem because need two keystrokes for format source(Ctrl+A/Ctrl+K+F) not productive that. I have attempted beautify plugins but most of them give problems in vscode and for that I'm using default configuratios because is enough for me. @Hygens What does VS Code detect when you press the desired key combination? Please hover over the input box and take a screenshot: Here is screenshot for keystroke preference: @Hygens Please hover over the input box and take a screenshot: If you tools doesn't support screen shooting a hover use a gif recorder. The hover contains the necessary information Ok, follow below screenshot with hover input box: Ok, thanks at lot for that. So it does seem that the physical buttons on your keyboard map to what we have registered for. There two possibilities why this isn't working. You have no formatter for that language? Check by right-clicking in the file and check the context menu as a Format-entry Some extension has stolen your keybinding. The screenshot above looks fishing because ctrl+shift+i seems to unconditionally bound to some extension command. Try to disable that. Ok. The questions really is the other keystrokes present for possible extensions using the same keystroke and I have erased all others keystroke for extensions and solved question. Thank you very much. You can mark that issue solved or close the same.
gharchive/issue
2017-06-15T19:02:20
2025-04-01T04:55:20.925510
{ "authors": [ "Hygens", "jrieken", "ramya-rao-a" ], "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/28834", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
237018244
editor.mouseWheelScrollSensitivity has no effect VSCode Version: Code 1.13.1 (379d2efb5539b09112c793d3d9a413017d736f89, 2017-06-14T18:18:03.540Z) OS Version: Linux x64 4.11.0+ Extensions: Extension Author Version Bookmarks alefragnani 0.15.2 vscode-rust kalitaalexey 0.3.14 Steps to Reproduce: Change editor.mouseWheelScrollSensitivity to something extreme, like 20 Restart vscode (just to make sure the setting is applied) Turn the scroll wheel Expected behavior: It should scroll by much more than it used to. Actual behavior: Scrolling didn't change compared to the default settings. Can confirm it also does the same in Windows 10 Pro x64, VSCode release 1.13.1 Duplicate of #28412
gharchive/issue
2017-06-19T20:43:30
2025-04-01T04:55:20.930270
{ "authors": [ "RalfJung", "alexandrudima", "cyrilmesvayn" ], "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/29051", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
241036046
Eclipse style file syntax check status highlighting in the file menu bar For angular2 projects which contain numerous typescript files, a module/class/function name mismatch in one file causes problems in the dependent files (often during code refactoring). As of now, VScode highlights the error in the dependent file with a red underline on the imported variable name. Instead of manually going through all the dependent files, it would be nice if VSC can highlight the files which have problems ( like broken file icon in file list menu in eclipse ). VScode version : 1.13.1 Asks from this feature request is present in VScode Version 1.20.1. Hence closing this issue.
gharchive/issue
2017-07-06T17:52:09
2025-04-01T04:55:20.932335
{ "authors": [ "zombierobo" ], "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/30200", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
138455796
Test Tour: ReactNative getting started (JavaScript) You have heard about ReactNative and you want to learn about it using Code. find and follow a ReactNative tutorial https://facebook.github.io/react-native/docs/getting-started.html install the ReactNative extension setup validation using ESLint use Emmet To get Intellisense when using the ES6 import as is done in index.ios.js: import React, { AppRegistry } from 'react-native'; with the react-native and react-global typings, then you must add the following setting to the jsconfig.json: { "compilerOptions": { "allowSyntheticDefaultImports": true } } I've added this to the release notes and we also need to doc it. @egamma Even after adding a jsconfig.json file with those contents, I still don't get Intellisense. Any other tips? @joaomoreno and you have the d.ts files (tsd react-global react-native) installed? I was missing the tsd
gharchive/issue
2016-03-04T11:48:38
2025-04-01T04:55:20.936371
{ "authors": [ "egamma", "joaomoreno" ], "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/3712", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
270531863
Ruby templating syntax highlighting problem VSCode Version: 1.17.2 OS Version: MacOS 10.10.5 Steps to Reproduce: Open ruby code with templating. For example, https://gist.github.com/hanxue/46cb83e532792b3ec7b83a43372d6c7f Ruby code will not be highlighted correctly Reproduces without extensions: Yes We only bundle basic ruby language support. For advanced Ruby language support you can try: https://marketplace.visualstudio.com/items?itemName=rebornix.Ruby and fill issues for them.
gharchive/issue
2017-11-02T04:53:58
2025-04-01T04:55:20.939255
{ "authors": [ "hanxue", "octref" ], "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/37469", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
276258908
My app is crashed when I create a new folder and input a character VSCode Version: Code 1.18.1 (929bacba01ef658b873545e26034d1a8067445e9, 2017-11-16T18:23:26.125Z) OS Version: Darwin x64 16.7.0 Extensions: Extension Author (truncated) Version ng-template Ang 0.1.7 EditorConfig Edi 0.11.1 beautify Hoo 1.1.1 vscode-styled-jsx bla 0.2.2 npm-intellisense chr 1.3.0 regex chr 0.1.0 vscode-eslint dba 1.4.3 vscode-babel-coloring dza 0.0.4 vscode-html-css ecm 0.1.8 tslint eg2 1.0.23 vscode-great-icons emm 2.1.20 vscode-firefox-debug hbe 0.17.0 node-module-intellisense lei 1.4.0 MagicPython mag 1.0.12 python ms- 0.8.0 azure-account ms- 0.2.2 debugger-for-chrome msj 3.5.0 vetur oct 0.11.3 vue sea 0.4.2 react-beautify tai 0.3.0 vim vsc 0.10.5 (1 theme extensions excluded) Steps to Reproduce: this is app logs Process: Electron [27024] Path: /Applications/Visual Studio Code.app/Contents/MacOS/Electron Identifier: com.microsoft.VSCode Version: 1.18.1 (1.18.1) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: Electron [27024] User ID: 501 Date/Time: 2017-11-23 11:34:10.608 +0800 OS Version: Mac OS X 10.12.6 (16G29) Report Version: 12 Anonymous UUID: C9269782-E28E-F56B-57D4-B4726A2296B0 Sleep/Wake UUID: E4D2B503-87D1-4468-A936-BEF586F617A1 Time Awake Since Boot: 40000 seconds Time Since Wake: 7400 seconds System Integrity Protection: enabled Crashed Thread: 0 CrBrowserMain Dispatch queue: com.apple.main-thread Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: 0x0000000000000002, 0x0000000000000000 Thread 0 Crashed:: CrBrowserMain Dispatch queue: com.apple.main-thread 0 com.github.electron.framework 0x000000010338dd81 0x10317e000 + 2162049 1 com.github.electron.framework 0x00000001033c177c 0x10317e000 + 2373500 2 com.github.electron.framework 0x00000001033c5823 0x10317e000 + 2390051 3 com.github.electron.framework 0x0000000103385c0a 0x10317e000 + 2128906 4 com.github.electron.framework 0x0000000103385bb5 0x10317e000 + 2128821 5 libsystem_malloc.dylib 0x00007fffa4634282 malloc_zone_malloc + 107 6 libsystem_malloc.dylib 0x00007fffa4633200 malloc + 24 7 com.apple.HIToolbox 0x00007fff8e4f68bb -[IMKInputSession _coreAttributesFromRange:whichAttributes:completionHandler:] + 61 8 com.apple.HIToolbox 0x00007fff8e4f8939 -[IMKInputSession attributedSubstringFromRange:completionHandler:] + 186 9 com.apple.HIToolbox 0x00007fff8e4e8137 __61-[IMKInputSession imkxpc_attributedSubstringFromRange:reply:]_block_invoke + 530 10 com.apple.CoreFoundation 0x00007fff8ed5217c CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK + 12 11 com.apple.CoreFoundation 0x00007fff8ed32f84 __CFRunLoopDoBlocks + 356 12 com.apple.CoreFoundation 0x00007fff8ed32ac6 __CFRunLoopRun + 1878 13 com.apple.CoreFoundation 0x00007fff8ed32114 CFRunLoopRunSpecific + 420 14 com.apple.HIToolbox 0x00007fff8e4cf19e -[IMKInputSessionXPCInvocation invocationAwaitXPCReply] + 606 15 com.apple.HIToolbox 0x00007fff8e4d6871 __49-[IMKInputSession handleEvent:completionHandler:]_block_invoke_2.488 + 1720 16 com.apple.HIToolbox 0x00007fff8e4d5c8f __49-[IMKInputSession handleEvent:completionHandler:]_block_invoke_2.447 + 566 17 com.apple.HIToolbox 0x00007fff8e4b94ab __48-[IMKClient _modeMenuKeysWithCompletionHandler:]_block_invoke + 959 18 com.apple.HIToolbox 0x00007fff8e4bf72f -[IMKClient modesWithCompletionHandler:] + 2290 19 com.apple.HIToolbox 0x00007fff8e4b90e6 -[IMKClient _modeMenuKeysWithCompletionHandler:] + 118 20 com.apple.HIToolbox 0x00007fff8e4b978f -[IMKClient _mapKeyCodeToInputSource:modifiers:completionHandler:] + 88 21 com.apple.HIToolbox 0x00007fff8e4b9e61 -[IMKClient switchedInputMode:completionHandler:] + 386 22 com.apple.HIToolbox 0x00007fff8e4d4b39 -[IMKInputSession tryHandleEventSwitchedInputMode:eventWasHandled:continuationHandler:] + 122 23 com.apple.HIToolbox 0x00007fff8e4d5a33 __49-[IMKInputSession handleEvent:completionHandler:]_block_invoke.446 + 170 24 com.apple.HIToolbox 0x00007fff8e4d5872 __49-[IMKInputSession handleEvent:completionHandler:]_block_invoke + 261 25 com.apple.HIToolbox 0x00007fff8e4e1ac8 -[IMKInputSession _eventIsOn:completionHandler:] + 1838 26 com.apple.HIToolbox 0x00007fff8e4d50e8 -[IMKInputSession handleEvent:completionHandler:] + 890 27 com.apple.HIToolbox 0x00007fff8e485a44 IMKInputSessionProcessEventRefWithCompletionHandler + 120 28 com.apple.HIToolbox 0x00007fff8e484df6 InputMethodInstanceProcessEventRef_WithCompletionHandler + 129 29 com.apple.HIToolbox 0x00007fff8e472cbe __TSMEventToInputMethod_WithCompletionHandler_block_invoke + 124 30 com.apple.HIToolbox 0x00007fff8e476b44 __SendTSMDocumentLockEvent_WithCompletionHandler_block_invoke + 95 31 com.apple.HIToolbox 0x00007fff8e2c46e2 ___ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec_block_invoke + 108 32 com.apple.AppKit 0x00007fff8c9c25d4 -[NSTextInputContext handleTSMEvent:completionHandler:] + 3298 33 com.apple.AppKit 0x00007fff8c9c1883 _NSTSMEventHandler + 321 34 com.apple.HIToolbox 0x00007fff8e26ad85 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1708 35 com.apple.HIToolbox 0x00007fff8e269ff6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 428 36 com.apple.HIToolbox 0x00007fff8e269e3f SendEventToEventTargetWithOptions + 43 37 com.apple.HIToolbox 0x00007fff8e2c16d6 SendTSMEvent_WithCompletionHandler + 408 38 com.apple.HIToolbox 0x00007fff8e472bf5 TrySendLockEvent_BeforeEventToInputMethod_WithContinuationHandler + 351 39 com.apple.HIToolbox 0x00007fff8e472a32 TSMEventToInputMethod_WithCompletionHandler + 148 40 com.apple.HIToolbox 0x00007fff8e47297e TSMEventToKeyboardInputMethod_WithCompletionHandler + 127 41 com.apple.HIToolbox 0x00007fff8e2c0bc9 TSMKeyEvent_WithCompletionHandler + 584 42 com.apple.HIToolbox 0x00007fff8e2c0948 __TSMProcessRawKeyEventWithOptionsAndCompletionHandler_block_invoke_4 + 251 43 com.apple.HIToolbox 0x00007fff8e2c0775 __TSMProcessRawKeyEventWithOptionsAndCompletionHandler_block_invoke_3 + 281 44 com.apple.HIToolbox 0x00007fff8e2c048b __TSMProcessRawKeyEventWithOptionsAndCompletionHandler_block_invoke_2 + 308 45 com.apple.HIToolbox 0x00007fff8e2c01c2 __TSMProcessRawKeyEventWithOptionsAndCompletionHandler_block_invoke + 300 46 com.apple.HIToolbox 0x00007fff8e2bf73a TSMProcessRawKeyEventWithOptionsAndCompletionHandler + 3604 47 com.apple.AppKit 0x00007fff8d2023d1 __84-[NSTextInputContext _handleEvent:options:allowingSyntheticEvent:completionHandler:]_block_invoke.1077 + 116 48 com.apple.AppKit 0x00007fff8d201689 __204-[NSTextInputContext tryTSMProcessRawKeyEvent_orSubstitution:dispatchCondition:setupForDispatch:furtherCondition:doubleSpaceSubstitutionCondition:doubleSpaceSubstitutionWork:dispatchTSMWork:continuation:]_block_invoke.1003 + 121 49 com.apple.AppKit 0x00007fff8d2014f3 -[NSTextInputContext tryTSMProcessRawKeyEvent_orSubstitution:dispatchCondition:setupForDispatch:furtherCondition:doubleSpaceSubstitutionCondition:doubleSpaceSubstitutionWork:dispatchTSMWork:continuation:] + 285 50 com.apple.AppKit 0x00007fff8d201e1b -[NSTextInputContext _handleEvent:options:allowingSyntheticEvent:completionHandler:] + 1515 51 com.apple.AppKit 0x00007fff8d201362 -[NSTextInputContext _handleEvent:allowingSyntheticEvent:] + 114 52 com.apple.AppKit 0x00007fff8c9c028b -[NSView interpretKeyEvents:] + 232 53 com.github.electron.framework 0x00000001038cdd14 0x10317e000 + 7666964 54 com.github.electron.framework 0x00000001038cd855 0x10317e000 + 7665749 55 com.github.electron.framework 0x000000010479381e 0x10317e000 + 23156766 56 com.apple.AppKit 0x00007fff8d1222cc -[NSWindow(NSEventRouting) _reallySendEvent:isDelayedEvent:] + 4086 57 com.apple.AppKit 0x00007fff8d120f0a -[NSWindow(NSEventRouting) sendEvent:] + 541 58 com.github.electron.framework 0x00000001032f8c74 0x10317e000 + 1551476 59 com.apple.AppKit 0x00007fff8cfa64a8 -[NSApplication(NSEvent) sendEvent:] + 4768 60 com.github.electron.framework 0x000000010322a04b 0x10317e000 + 704587 61 com.apple.AppKit 0x00007fff8c820427 -[NSApplication run] + 1002 62 com.github.electron.framework 0x00000001033d4f9e 0x10317e000 + 2453406 63 com.github.electron.framework 0x00000001033d458c 0x10317e000 + 2450828 64 com.github.electron.framework 0x00000001033d085e 0x10317e000 + 2435166 65 com.github.electron.framework 0x00000001033e98b3 0x10317e000 + 2537651 66 com.github.electron.framework 0x000000010364ba2b 0x10317e000 + 5036587 67 com.github.electron.framework 0x000000010364b880 0x10317e000 + 5036160 68 com.github.electron.framework 0x000000010364e9a2 0x10317e000 + 5048738 69 com.github.electron.framework 0x000000010364746c 0x10317e000 + 5018732 70 com.github.electron.framework 0x00000001035a03a0 0x10317e000 + 4334496 71 com.github.electron.framework 0x000000010359f4f6 0x10317e000 + 4330742 72 com.github.electron.framework 0x0000000103180347 AtomMain + 71 73 com.microsoft.VSCode 0x0000000103170f26 main + 38 74 libdyld.dylib 0x00007fffa44b2235 start + 1 Thread 1: 0 libsystem_kernel.dylib 0x00007fffa45e0bf2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fffa46cc7fa _pthread_cond_wait + 712 2 libnode.dylib 0x00000001079f5959 uv_cond_wait + 9 3 libnode.dylib 0x00000001079e9d23 0x107883000 + 1469731 4 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 5 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 6 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 2: 0 libsystem_kernel.dylib 0x00007fffa45e0bf2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fffa46cc7fa _pthread_cond_wait + 712 2 libnode.dylib 0x00000001079f5959 uv_cond_wait + 9 3 libnode.dylib 0x00000001079e9d23 0x107883000 + 1469731 4 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 5 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 6 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 3: 0 libsystem_kernel.dylib 0x00007fffa45e0bf2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fffa46cc7fa _pthread_cond_wait + 712 2 libnode.dylib 0x00000001079f5959 uv_cond_wait + 9 3 libnode.dylib 0x00000001079e9d23 0x107883000 + 1469731 4 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 5 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 6 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 4: 0 libsystem_kernel.dylib 0x00007fffa45e0bf2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fffa46cc7fa _pthread_cond_wait + 712 2 libnode.dylib 0x00000001079f5959 uv_cond_wait + 9 3 libnode.dylib 0x00000001079e9d23 0x107883000 + 1469731 4 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 5 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 6 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 5:: NetworkConfigWatcher 0 libsystem_kernel.dylib 0x00007fffa45d934a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fffa45d8797 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff8ed33434 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff8ed328c1 __CFRunLoopRun + 1361 4 com.apple.CoreFoundation 0x00007fff8ed32114 CFRunLoopRunSpecific + 420 5 com.apple.Foundation 0x00007fff90745252 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277 6 com.github.electron.framework 0x00000001033d4dce 0x10317e000 + 2452942 7 com.github.electron.framework 0x00000001033d458c 0x10317e000 + 2450828 8 com.github.electron.framework 0x00000001033d085e 0x10317e000 + 2435166 9 com.github.electron.framework 0x00000001033e98b3 0x10317e000 + 2537651 10 com.github.electron.framework 0x000000010340a079 0x10317e000 + 2670713 11 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 12 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 13 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 14 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 6:: DnsConfigService 0 libsystem_kernel.dylib 0x00007fffa45e1d96 kevent + 10 1 com.github.electron.framework 0x000000010343f2c7 0x10317e000 + 2888391 2 com.github.electron.framework 0x000000010343e45d 0x10317e000 + 2884701 3 com.github.electron.framework 0x00000001033d3b9f 0x10317e000 + 2448287 4 com.github.electron.framework 0x00000001033d085e 0x10317e000 + 2435166 5 com.github.electron.framework 0x00000001033e98b3 0x10317e000 + 2537651 6 com.github.electron.framework 0x000000010340a079 0x10317e000 + 2670713 7 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 8 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 9 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 10 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 7:: CrShutdownDetector 0 libsystem_kernel.dylib 0x00007fffa45e2246 read + 10 1 com.github.electron.framework 0x000000010321c42f 0x10317e000 + 648239 2 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 3 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 4 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 5 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 8:: TaskSchedulerServiceThread 0 libsystem_kernel.dylib 0x00007fffa45e1d96 kevent + 10 1 com.github.electron.framework 0x000000010343f2c7 0x10317e000 + 2888391 2 com.github.electron.framework 0x000000010343e45d 0x10317e000 + 2884701 3 com.github.electron.framework 0x00000001033d3b9f 0x10317e000 + 2448287 4 com.github.electron.framework 0x00000001033d085e 0x10317e000 + 2435166 5 com.github.electron.framework 0x00000001033e98b3 0x10317e000 + 2537651 6 com.github.electron.framework 0x000000010340a079 0x10317e000 + 2670713 7 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 8 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 9 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 10 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 9:: TaskSchedulerBackgroundWorker0 0 libsystem_kernel.dylib 0x00007fffa45e0bf2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fffa46cc833 _pthread_cond_wait + 769 2 com.github.electron.framework 0x000000010338cebb 0x10317e000 + 2158267 3 com.github.electron.framework 0x0000000103437270 0x10317e000 + 2855536 4 com.github.electron.framework 0x00000001034373a1 0x10317e000 + 2855841 5 com.github.electron.framework 0x00000001033eb2e8 0x10317e000 + 2544360 6 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 7 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 8 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 9 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 10:: TaskSchedulerBackgroundBlockingWorker0 0 libsystem_kernel.dylib 0x00007fffa45e0bf2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fffa46cc833 _pthread_cond_wait + 769 2 com.github.electron.framework 0x000000010338cebb 0x10317e000 + 2158267 3 com.github.electron.framework 0x0000000103437270 0x10317e000 + 2855536 4 com.github.electron.framework 0x00000001034373a1 0x10317e000 + 2855841 5 com.github.electron.framework 0x00000001033eb2e8 0x10317e000 + 2544360 6 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 7 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 8 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 9 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 11:: TaskSchedulerForegroundWorker0 0 libsystem_kernel.dylib 0x00007fffa45e0bf2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fffa46cc833 _pthread_cond_wait + 769 2 com.github.electron.framework 0x000000010338cebb 0x10317e000 + 2158267 3 com.github.electron.framework 0x0000000103437270 0x10317e000 + 2855536 4 com.github.electron.framework 0x00000001034373a1 0x10317e000 + 2855841 5 com.github.electron.framework 0x00000001033eb2e8 0x10317e000 + 2544360 6 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 7 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 8 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 9 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 12:: TaskSchedulerForegroundBlockingWorker0 0 libsystem_kernel.dylib 0x00007fffa45e0bf2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fffa46cc833 _pthread_cond_wait + 769 2 com.github.electron.framework 0x000000010338cebb 0x10317e000 + 2158267 3 com.github.electron.framework 0x0000000103437270 0x10317e000 + 2855536 4 com.github.electron.framework 0x00000001034373a1 0x10317e000 + 2855841 5 com.github.electron.framework 0x00000001033eb2e8 0x10317e000 + 2544360 6 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 7 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 8 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 9 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 13:: Chrome_DBThread 0 libsystem_kernel.dylib 0x00007fffa45d934a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fffa45d8797 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff8ed33434 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff8ed328c1 __CFRunLoopRun + 1361 4 com.apple.CoreFoundation 0x00007fff8ed32114 CFRunLoopRunSpecific + 420 5 com.github.electron.framework 0x00000001033d4aef 0x10317e000 + 2452207 6 com.github.electron.framework 0x00000001033d458c 0x10317e000 + 2450828 7 com.github.electron.framework 0x00000001033d085e 0x10317e000 + 2435166 8 com.github.electron.framework 0x00000001033e98b3 0x10317e000 + 2537651 9 com.github.electron.framework 0x00000001036598a8 0x10317e000 + 5093544 10 com.github.electron.framework 0x0000000103659c6f 0x10317e000 + 5094511 11 com.github.electron.framework 0x000000010340a079 0x10317e000 + 2670713 12 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 13 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 14 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 15 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 14:: Chrome_FileThread 0 libsystem_kernel.dylib 0x00007fffa45e1d96 kevent + 10 1 com.github.electron.framework 0x000000010343f2c7 0x10317e000 + 2888391 2 com.github.electron.framework 0x000000010343e45d 0x10317e000 + 2884701 3 com.github.electron.framework 0x00000001033d3b9f 0x10317e000 + 2448287 4 com.github.electron.framework 0x00000001033d085e 0x10317e000 + 2435166 5 com.github.electron.framework 0x00000001033e98b3 0x10317e000 + 2537651 6 com.github.electron.framework 0x0000000103659928 0x10317e000 + 5093672 7 com.github.electron.framework 0x0000000103659c7f 0x10317e000 + 5094527 8 com.github.electron.framework 0x000000010340a079 0x10317e000 + 2670713 9 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 10 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 11 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 12 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 15:: Chrome_FileUserBlockingThread 0 libsystem_kernel.dylib 0x00007fffa45d934a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fffa45d8797 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff8ed33434 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff8ed328c1 __CFRunLoopRun + 1361 4 com.apple.CoreFoundation 0x00007fff8ed32114 CFRunLoopRunSpecific + 420 5 com.github.electron.framework 0x00000001033d4aef 0x10317e000 + 2452207 6 com.github.electron.framework 0x00000001033d458c 0x10317e000 + 2450828 7 com.github.electron.framework 0x00000001033d085e 0x10317e000 + 2435166 8 com.github.electron.framework 0x00000001033e98b3 0x10317e000 + 2537651 9 com.github.electron.framework 0x00000001036599a8 0x10317e000 + 5093800 10 com.github.electron.framework 0x0000000103659c8f 0x10317e000 + 5094543 11 com.github.electron.framework 0x000000010340a079 0x10317e000 + 2670713 12 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 13 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 14 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 15 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 16:: Chrome_ProcessLauncherThread 0 libsystem_kernel.dylib 0x00007fffa45d934a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fffa45d8797 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff8ed33434 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff8ed328c1 __CFRunLoopRun + 1361 4 com.apple.CoreFoundation 0x00007fff8ed32114 CFRunLoopRunSpecific + 420 5 com.github.electron.framework 0x00000001033d4aef 0x10317e000 + 2452207 6 com.github.electron.framework 0x00000001033d458c 0x10317e000 + 2450828 7 com.github.electron.framework 0x00000001033d085e 0x10317e000 + 2435166 8 com.github.electron.framework 0x00000001033e98b3 0x10317e000 + 2537651 9 com.github.electron.framework 0x0000000103659a28 0x10317e000 + 5093928 10 com.github.electron.framework 0x0000000103659c9c 0x10317e000 + 5094556 11 com.github.electron.framework 0x000000010340a079 0x10317e000 + 2670713 12 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 13 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 14 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 15 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 17:: Chrome_CacheThread 0 libsystem_kernel.dylib 0x00007fffa45d934a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fffa45d8797 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff8ed33434 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff8ed328c1 __CFRunLoopRun + 1361 4 com.apple.CoreFoundation 0x00007fff8ed32114 CFRunLoopRunSpecific + 420 5 com.github.electron.framework 0x00000001033d4aef 0x10317e000 + 2452207 6 com.github.electron.framework 0x00000001033d458c 0x10317e000 + 2450828 7 com.github.electron.framework 0x00000001033d085e 0x10317e000 + 2435166 8 com.github.electron.framework 0x00000001033e98b3 0x10317e000 + 2537651 9 com.github.electron.framework 0x0000000103659aa8 0x10317e000 + 5094056 10 com.github.electron.framework 0x0000000103659ca9 0x10317e000 + 5094569 11 com.github.electron.framework 0x000000010340a079 0x10317e000 + 2670713 12 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 13 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 14 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 15 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 18:: Chrome_IOThread 0 libsystem_kernel.dylib 0x00007fffa45e1d96 kevent + 10 1 com.github.electron.framework 0x000000010343f2c7 0x10317e000 + 2888391 2 com.github.electron.framework 0x000000010343e45d 0x10317e000 + 2884701 3 com.github.electron.framework 0x00000001033d3b86 0x10317e000 + 2448262 4 com.github.electron.framework 0x00000001033d085e 0x10317e000 + 2435166 5 com.github.electron.framework 0x00000001033e98b3 0x10317e000 + 2537651 6 com.github.electron.framework 0x0000000103659b28 0x10317e000 + 5094184 7 com.github.electron.framework 0x0000000103659cb6 0x10317e000 + 5094582 8 com.github.electron.framework 0x000000010340a079 0x10317e000 + 2670713 9 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 10 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 11 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 12 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 19:: IndexedDB 0 libsystem_kernel.dylib 0x00007fffa45d934a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fffa45d8797 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff8ed33434 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff8ed328c1 __CFRunLoopRun + 1361 4 com.apple.CoreFoundation 0x00007fff8ed32114 CFRunLoopRunSpecific + 420 5 com.github.electron.framework 0x00000001033d4aef 0x10317e000 + 2452207 6 com.github.electron.framework 0x00000001033d458c 0x10317e000 + 2450828 7 com.github.electron.framework 0x00000001033d085e 0x10317e000 + 2435166 8 com.github.electron.framework 0x00000001033e98b3 0x10317e000 + 2537651 9 com.github.electron.framework 0x000000010340a079 0x10317e000 + 2670713 10 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 11 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 12 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 13 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 20:: CompositorTileWorker1/46851 0 libsystem_kernel.dylib 0x00007fffa45e0bf2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fffa46cc7fa _pthread_cond_wait + 712 2 com.github.electron.framework 0x000000010353c4e8 0x10317e000 + 3925224 3 com.github.electron.framework 0x00000001033f508c 0x10317e000 + 2584716 4 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 5 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 6 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 7 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 21:: AudioThread 0 libsystem_kernel.dylib 0x00007fffa45d934a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fffa45d8797 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff8ed33434 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff8ed328c1 __CFRunLoopRun + 1361 4 com.apple.CoreFoundation 0x00007fff8ed32114 CFRunLoopRunSpecific + 420 5 com.github.electron.framework 0x00000001033d4aef 0x10317e000 + 2452207 6 com.github.electron.framework 0x00000001033d458c 0x10317e000 + 2450828 7 com.github.electron.framework 0x00000001033d085e 0x10317e000 + 2435166 8 com.github.electron.framework 0x00000001033e98b3 0x10317e000 + 2537651 9 com.github.electron.framework 0x000000010340a079 0x10317e000 + 2670713 10 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 11 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 12 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 13 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 22: 0 libsystem_kernel.dylib 0x00007fffa45e0eb6 __select + 10 1 com.github.electron.framework 0x000000010329b912 atom::NodeBindingsMac::PollEvents() + 210 2 com.github.electron.framework 0x000000010329afcf atom::NodeBindings::EmbedThreadRunner(void*) + 63 3 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 4 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 5 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 23:: com.apple.NSEventThread 0 libsystem_kernel.dylib 0x00007fffa45d934a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fffa45d8797 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff8ed33434 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff8ed328c1 __CFRunLoopRun + 1361 4 com.apple.CoreFoundation 0x00007fff8ed32114 CFRunLoopRunSpecific + 420 5 com.apple.AppKit 0x00007fff8c978f02 _NSEventThread + 205 6 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 7 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 8 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 24: 0 libsystem_kernel.dylib 0x00007fffa45d934a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fffa45d8797 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff8ed33434 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff8ed328c1 __CFRunLoopRun + 1361 4 com.apple.CoreFoundation 0x00007fff8ed32114 CFRunLoopRunSpecific + 420 5 com.apple.CoreFoundation 0x00007fff8ed71b91 CFRunLoopRun + 97 6 libnode.dylib 0x00000001079f91c6 0x107883000 + 1532358 7 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 8 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 9 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 25:: BrowserBlockingWorker1/77323 0 libsystem_kernel.dylib 0x00007fffa45e0bf2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fffa46cc833 _pthread_cond_wait + 769 2 com.github.electron.framework 0x000000010338cebb 0x10317e000 + 2158267 3 com.github.electron.framework 0x00000001033f0c28 0x10317e000 + 2567208 4 com.github.electron.framework 0x00000001033efb16 0x10317e000 + 2562838 5 com.github.electron.framework 0x00000001033f508c 0x10317e000 + 2584716 6 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 7 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 8 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 9 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 26:: NetworkConfigWatcher 0 libsystem_kernel.dylib 0x00007fffa45d934a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fffa45d8797 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff8ed33434 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff8ed328c1 __CFRunLoopRun + 1361 4 com.apple.CoreFoundation 0x00007fff8ed32114 CFRunLoopRunSpecific + 420 5 com.apple.Foundation 0x00007fff90745252 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277 6 com.github.electron.framework 0x00000001033d4dce 0x10317e000 + 2452942 7 com.github.electron.framework 0x00000001033d458c 0x10317e000 + 2450828 8 com.github.electron.framework 0x00000001033d085e 0x10317e000 + 2435166 9 com.github.electron.framework 0x00000001033e98b3 0x10317e000 + 2537651 10 com.github.electron.framework 0x000000010340a079 0x10317e000 + 2670713 11 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 12 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 13 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 14 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 27:: BrowserBlockingWorker2/66107 0 libsystem_kernel.dylib 0x00007fffa45e0bf2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fffa46cc833 _pthread_cond_wait + 769 2 com.github.electron.framework 0x000000010338cebb 0x10317e000 + 2158267 3 com.github.electron.framework 0x00000001033f0c28 0x10317e000 + 2567208 4 com.github.electron.framework 0x00000001033efb16 0x10317e000 + 2562838 5 com.github.electron.framework 0x00000001033f508c 0x10317e000 + 2584716 6 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 7 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 8 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 9 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 28:: BrowserBlockingWorker3/89347 0 libsystem_kernel.dylib 0x00007fffa45e0bf2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fffa46cc833 _pthread_cond_wait + 769 2 com.github.electron.framework 0x000000010338cebb 0x10317e000 + 2158267 3 com.github.electron.framework 0x00000001033f0c28 0x10317e000 + 2567208 4 com.github.electron.framework 0x00000001033efb16 0x10317e000 + 2562838 5 com.github.electron.framework 0x00000001033f508c 0x10317e000 + 2584716 6 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 7 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 8 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 9 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 29: 0 libsystem_kernel.dylib 0x00007fffa45d934a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fffa45d8797 mach_msg + 55 2 com.github.electron.framework 0x0000000103311313 0x10317e000 + 1651475 3 com.github.electron.framework 0x000000010331126c crashpad::MachMessageWithDeadline(mach_msg_header_t*, int, unsigned int, unsigned int, unsigned long long, unsigned int, bool) + 204 4 com.github.electron.framework 0x0000000103311ad7 0x10317e000 + 1653463 5 com.github.electron.framework 0x00000001033118bd crashpad::MachMessageServer::Run(crashpad::MachMessageServer::Interface*, unsigned int, int, crashpad::MachMessageServer::Persistent, crashpad::MachMessageServer::ReceiveLarge, unsigned int) + 413 6 com.github.electron.framework 0x000000010330adb2 0x10317e000 + 1625522 7 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 8 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 9 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 30:: Proxy Resolver 0 libsystem_kernel.dylib 0x00007fffa45d934a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fffa45d8797 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff8ed33434 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff8ed328c1 __CFRunLoopRun + 1361 4 com.apple.CoreFoundation 0x00007fff8ed32114 CFRunLoopRunSpecific + 420 5 com.github.electron.framework 0x00000001033d4aef 0x10317e000 + 2452207 6 com.github.electron.framework 0x00000001033d458c 0x10317e000 + 2450828 7 com.github.electron.framework 0x00000001033d085e 0x10317e000 + 2435166 8 com.github.electron.framework 0x00000001033e98b3 0x10317e000 + 2537651 9 com.github.electron.framework 0x000000010340a079 0x10317e000 + 2670713 10 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 11 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 12 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 13 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 31:: CachePoolWorker1/61567 0 libsystem_kernel.dylib 0x00007fffa45e0bf2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fffa46cc7fa _pthread_cond_wait + 712 2 com.github.electron.framework 0x00000001033f0b8a 0x10317e000 + 2567050 3 com.github.electron.framework 0x00000001033efb16 0x10317e000 + 2562838 4 com.github.electron.framework 0x00000001033f508c 0x10317e000 + 2584716 5 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 6 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 7 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 8 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 32:: CachePoolWorker2/4079 0 libsystem_kernel.dylib 0x00007fffa45e0bf2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fffa46cc7fa _pthread_cond_wait + 712 2 com.github.electron.framework 0x00000001033f0b8a 0x10317e000 + 2567050 3 com.github.electron.framework 0x00000001033efb16 0x10317e000 + 2562838 4 com.github.electron.framework 0x00000001033f508c 0x10317e000 + 2584716 5 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 6 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 7 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 8 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 33:: CachePoolWorker3/107299 0 libsystem_kernel.dylib 0x00007fffa45e0bf2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fffa46cc7fa _pthread_cond_wait + 712 2 com.github.electron.framework 0x00000001033f0b8a 0x10317e000 + 2567050 3 com.github.electron.framework 0x00000001033efb16 0x10317e000 + 2562838 4 com.github.electron.framework 0x00000001033f508c 0x10317e000 + 2584716 5 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 6 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 7 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 8 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 34:: CachePoolWorker4/106763 0 libsystem_kernel.dylib 0x00007fffa45e0bf2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fffa46cc7fa _pthread_cond_wait + 712 2 com.github.electron.framework 0x00000001033f0b8a 0x10317e000 + 2567050 3 com.github.electron.framework 0x00000001033efb16 0x10317e000 + 2562838 4 com.github.electron.framework 0x00000001033f508c 0x10317e000 + 2584716 5 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 6 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 7 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 8 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 35:: NetworkConfigWatcher 0 libsystem_kernel.dylib 0x00007fffa45d934a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fffa45d8797 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff8ed33434 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff8ed328c1 __CFRunLoopRun + 1361 4 com.apple.CoreFoundation 0x00007fff8ed32114 CFRunLoopRunSpecific + 420 5 com.apple.Foundation 0x00007fff90745252 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277 6 com.github.electron.framework 0x00000001033d4dce 0x10317e000 + 2452942 7 com.github.electron.framework 0x00000001033d458c 0x10317e000 + 2450828 8 com.github.electron.framework 0x00000001033d085e 0x10317e000 + 2435166 9 com.github.electron.framework 0x00000001033e98b3 0x10317e000 + 2537651 10 com.github.electron.framework 0x000000010340a079 0x10317e000 + 2670713 11 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 12 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 13 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 14 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 36:: Proxy Resolver 0 libsystem_kernel.dylib 0x00007fffa45d934a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fffa45d8797 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff8ed33434 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff8ed328c1 __CFRunLoopRun + 1361 4 com.apple.CoreFoundation 0x00007fff8ed32114 CFRunLoopRunSpecific + 420 5 com.github.electron.framework 0x00000001033d4aef 0x10317e000 + 2452207 6 com.github.electron.framework 0x00000001033d458c 0x10317e000 + 2450828 7 com.github.electron.framework 0x00000001033d085e 0x10317e000 + 2435166 8 com.github.electron.framework 0x00000001033e98b3 0x10317e000 + 2537651 9 com.github.electron.framework 0x000000010340a079 0x10317e000 + 2670713 10 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 11 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 12 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 13 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 37:: com.apple.NSURLConnectionLoader 0 libsystem_kernel.dylib 0x00007fffa45d934a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fffa45d8797 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff8ed33434 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff8ed328c1 __CFRunLoopRun + 1361 4 com.apple.CoreFoundation 0x00007fff8ed32114 CFRunLoopRunSpecific + 420 5 com.apple.CFNetwork 0x00007fff8de6f734 +[NSURLConnection(Loader) _resourceLoadLoop:] + 313 6 com.apple.Foundation 0x00007fff907558ad NSThread__start + 1243 7 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 8 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 9 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 38: 0 libsystem_kernel.dylib 0x00007fffa45e0bf2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fffa46cc7fa _pthread_cond_wait + 712 2 libc++.1.dylib 0x00007fffa30494cd std::__1::condition_variable::wait(std::__1::unique_lockstd::__1::mutex&) + 47 3 com.apple.JavaScriptCore 0x00007fff91d4043c void std::__1::condition_variable_any::wait<std::__1::unique_lockbmalloc::Mutex >(std::__1::unique_lockbmalloc::Mutex&) + 108 4 com.apple.JavaScriptCore 0x00007fff91d403bb bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::)()>::threadRunLoop() + 155 5 com.apple.JavaScriptCore 0x00007fff91d4028d bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::)()>::threadEntryPoint(bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::)()>) + 29 6 com.apple.JavaScriptCore 0x00007fff91d4053d void* std::__1::__thread_proxy<std::__1::tuple<void ()(bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::)()>), bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::)()>> >(void) + 93 7 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 8 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 9 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 39:: NetworkConfigWatcher 0 libsystem_kernel.dylib 0x00007fffa45d934a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fffa45d8797 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff8ed33434 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff8ed328c1 __CFRunLoopRun + 1361 4 com.apple.CoreFoundation 0x00007fff8ed32114 CFRunLoopRunSpecific + 420 5 com.apple.Foundation 0x00007fff90745252 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277 6 com.github.electron.framework 0x00000001033d4dce 0x10317e000 + 2452942 7 com.github.electron.framework 0x00000001033d458c 0x10317e000 + 2450828 8 com.github.electron.framework 0x00000001033d085e 0x10317e000 + 2435166 9 com.github.electron.framework 0x00000001033e98b3 0x10317e000 + 2537651 10 com.github.electron.framework 0x000000010340a079 0x10317e000 + 2670713 11 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 12 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 13 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 14 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 40:: Proxy Resolver 0 libsystem_kernel.dylib 0x00007fffa45d934a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fffa45d8797 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff8ed33434 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff8ed328c1 __CFRunLoopRun + 1361 4 com.apple.CoreFoundation 0x00007fff8ed32114 CFRunLoopRunSpecific + 420 5 com.github.electron.framework 0x00000001033d4aef 0x10317e000 + 2452207 6 com.github.electron.framework 0x00000001033d458c 0x10317e000 + 2450828 7 com.github.electron.framework 0x00000001033d085e 0x10317e000 + 2435166 8 com.github.electron.framework 0x00000001033e98b3 0x10317e000 + 2537651 9 com.github.electron.framework 0x000000010340a079 0x10317e000 + 2670713 10 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 11 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 12 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 13 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 41:: NetworkConfigWatcher 0 libsystem_kernel.dylib 0x00007fffa45d934a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fffa45d8797 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff8ed33434 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff8ed328c1 __CFRunLoopRun + 1361 4 com.apple.CoreFoundation 0x00007fff8ed32114 CFRunLoopRunSpecific + 420 5 com.apple.Foundation 0x00007fff90745252 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277 6 com.github.electron.framework 0x00000001033d4dce 0x10317e000 + 2452942 7 com.github.electron.framework 0x00000001033d458c 0x10317e000 + 2450828 8 com.github.electron.framework 0x00000001033d085e 0x10317e000 + 2435166 9 com.github.electron.framework 0x00000001033e98b3 0x10317e000 + 2537651 10 com.github.electron.framework 0x000000010340a079 0x10317e000 + 2670713 11 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 12 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 13 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 14 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 42:: Proxy Resolver 0 libsystem_kernel.dylib 0x00007fffa45d934a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fffa45d8797 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff8ed33434 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff8ed328c1 __CFRunLoopRun + 1361 4 com.apple.CoreFoundation 0x00007fff8ed32114 CFRunLoopRunSpecific + 420 5 com.github.electron.framework 0x00000001033d4aef 0x10317e000 + 2452207 6 com.github.electron.framework 0x00000001033d458c 0x10317e000 + 2450828 7 com.github.electron.framework 0x00000001033d085e 0x10317e000 + 2435166 8 com.github.electron.framework 0x00000001033e98b3 0x10317e000 + 2537651 9 com.github.electron.framework 0x000000010340a079 0x10317e000 + 2670713 10 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 11 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 12 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 13 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 43:: WorkerPool/115123 0 libsystem_kernel.dylib 0x00007fffa45e0bf2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fffa46cc833 _pthread_cond_wait + 769 2 com.github.electron.framework 0x000000010338cebb 0x10317e000 + 2158267 3 com.github.electron.framework 0x0000000103439c56 0x10317e000 + 2866262 4 com.github.electron.framework 0x000000010343a0e7 0x10317e000 + 2867431 5 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 6 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 7 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 8 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 44:: NetworkConfigWatcher 0 libsystem_kernel.dylib 0x00007fffa45d934a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fffa45d8797 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff8ed33434 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff8ed328c1 __CFRunLoopRun + 1361 4 com.apple.CoreFoundation 0x00007fff8ed32114 CFRunLoopRunSpecific + 420 5 com.apple.Foundation 0x00007fff90745252 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277 6 com.github.electron.framework 0x00000001033d4dce 0x10317e000 + 2452942 7 com.github.electron.framework 0x00000001033d458c 0x10317e000 + 2450828 8 com.github.electron.framework 0x00000001033d085e 0x10317e000 + 2435166 9 com.github.electron.framework 0x00000001033e98b3 0x10317e000 + 2537651 10 com.github.electron.framework 0x000000010340a079 0x10317e000 + 2670713 11 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 12 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 13 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 14 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 45:: Proxy Resolver 0 libsystem_kernel.dylib 0x00007fffa45d934a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fffa45d8797 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff8ed33434 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff8ed328c1 __CFRunLoopRun + 1361 4 com.apple.CoreFoundation 0x00007fff8ed32114 CFRunLoopRunSpecific + 420 5 com.github.electron.framework 0x00000001033d4aef 0x10317e000 + 2452207 6 com.github.electron.framework 0x00000001033d458c 0x10317e000 + 2450828 7 com.github.electron.framework 0x00000001033d085e 0x10317e000 + 2435166 8 com.github.electron.framework 0x00000001033e98b3 0x10317e000 + 2537651 9 com.github.electron.framework 0x000000010340a079 0x10317e000 + 2670713 10 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 11 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 12 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 13 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 46:: NetworkConfigWatcher 0 libsystem_kernel.dylib 0x00007fffa45d934a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fffa45d8797 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff8ed33434 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff8ed328c1 __CFRunLoopRun + 1361 4 com.apple.CoreFoundation 0x00007fff8ed32114 CFRunLoopRunSpecific + 420 5 com.apple.Foundation 0x00007fff90745252 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277 6 com.github.electron.framework 0x00000001033d4dce 0x10317e000 + 2452942 7 com.github.electron.framework 0x00000001033d458c 0x10317e000 + 2450828 8 com.github.electron.framework 0x00000001033d085e 0x10317e000 + 2435166 9 com.github.electron.framework 0x00000001033e98b3 0x10317e000 + 2537651 10 com.github.electron.framework 0x000000010340a079 0x10317e000 + 2670713 11 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 12 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 13 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 14 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 47:: NetworkConfigWatcher 0 libsystem_kernel.dylib 0x00007fffa45d934a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fffa45d8797 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff8ed33434 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff8ed328c1 __CFRunLoopRun + 1361 4 com.apple.CoreFoundation 0x00007fff8ed32114 CFRunLoopRunSpecific + 420 5 com.apple.Foundation 0x00007fff90745252 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277 6 com.github.electron.framework 0x00000001033d4dce 0x10317e000 + 2452942 7 com.github.electron.framework 0x00000001033d458c 0x10317e000 + 2450828 8 com.github.electron.framework 0x00000001033d085e 0x10317e000 + 2435166 9 com.github.electron.framework 0x00000001033e98b3 0x10317e000 + 2537651 10 com.github.electron.framework 0x000000010340a079 0x10317e000 + 2670713 11 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 12 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 13 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 14 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 48:: NetworkConfigWatcher 0 libsystem_kernel.dylib 0x00007fffa45d934a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fffa45d8797 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff8ed33434 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff8ed328c1 __CFRunLoopRun + 1361 4 com.apple.CoreFoundation 0x00007fff8ed32114 CFRunLoopRunSpecific + 420 5 com.apple.Foundation 0x00007fff90745252 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277 6 com.github.electron.framework 0x00000001033d4dce 0x10317e000 + 2452942 7 com.github.electron.framework 0x00000001033d458c 0x10317e000 + 2450828 8 com.github.electron.framework 0x00000001033d085e 0x10317e000 + 2435166 9 com.github.electron.framework 0x00000001033e98b3 0x10317e000 + 2537651 10 com.github.electron.framework 0x000000010340a079 0x10317e000 + 2670713 11 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 12 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 13 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 14 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 49:: Proxy Resolver 0 libsystem_kernel.dylib 0x00007fffa45d934a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fffa45d8797 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff8ed33434 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff8ed328c1 __CFRunLoopRun + 1361 4 com.apple.CoreFoundation 0x00007fff8ed32114 CFRunLoopRunSpecific + 420 5 com.github.electron.framework 0x00000001033d4aef 0x10317e000 + 2452207 6 com.github.electron.framework 0x00000001033d458c 0x10317e000 + 2450828 7 com.github.electron.framework 0x00000001033d085e 0x10317e000 + 2435166 8 com.github.electron.framework 0x00000001033e98b3 0x10317e000 + 2537651 9 com.github.electron.framework 0x000000010340a079 0x10317e000 + 2670713 10 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 11 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 12 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 13 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 50:: NetworkConfigWatcher 0 libsystem_kernel.dylib 0x00007fffa45d934a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fffa45d8797 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff8ed33434 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff8ed328c1 __CFRunLoopRun + 1361 4 com.apple.CoreFoundation 0x00007fff8ed32114 CFRunLoopRunSpecific + 420 5 com.apple.Foundation 0x00007fff90745252 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277 6 com.github.electron.framework 0x00000001033d4dce 0x10317e000 + 2452942 7 com.github.electron.framework 0x00000001033d458c 0x10317e000 + 2450828 8 com.github.electron.framework 0x00000001033d085e 0x10317e000 + 2435166 9 com.github.electron.framework 0x00000001033e98b3 0x10317e000 + 2537651 10 com.github.electron.framework 0x000000010340a079 0x10317e000 + 2670713 11 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 12 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 13 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 14 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 51:: Proxy Resolver 0 libsystem_kernel.dylib 0x00007fffa45d934a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fffa45d8797 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff8ed33434 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff8ed328c1 __CFRunLoopRun + 1361 4 com.apple.CoreFoundation 0x00007fff8ed32114 CFRunLoopRunSpecific + 420 5 com.github.electron.framework 0x00000001033d4aef 0x10317e000 + 2452207 6 com.github.electron.framework 0x00000001033d458c 0x10317e000 + 2450828 7 com.github.electron.framework 0x00000001033d085e 0x10317e000 + 2435166 8 com.github.electron.framework 0x00000001033e98b3 0x10317e000 + 2537651 9 com.github.electron.framework 0x000000010340a079 0x10317e000 + 2670713 10 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 11 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 12 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 13 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 52:: WorkerPool/152879 0 libsystem_kernel.dylib 0x00007fffa45e0bf2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fffa46cc833 _pthread_cond_wait + 769 2 com.github.electron.framework 0x000000010338cebb 0x10317e000 + 2158267 3 com.github.electron.framework 0x0000000103439c56 0x10317e000 + 2866262 4 com.github.electron.framework 0x000000010343a0e7 0x10317e000 + 2867431 5 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 6 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 7 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 8 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 53:: NetworkConfigWatcher 0 libsystem_kernel.dylib 0x00007fffa45d934a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fffa45d8797 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff8ed33434 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff8ed328c1 __CFRunLoopRun + 1361 4 com.apple.CoreFoundation 0x00007fff8ed32114 CFRunLoopRunSpecific + 420 5 com.apple.Foundation 0x00007fff90745252 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277 6 com.github.electron.framework 0x00000001033d4dce 0x10317e000 + 2452942 7 com.github.electron.framework 0x00000001033d458c 0x10317e000 + 2450828 8 com.github.electron.framework 0x00000001033d085e 0x10317e000 + 2435166 9 com.github.electron.framework 0x00000001033e98b3 0x10317e000 + 2537651 10 com.github.electron.framework 0x000000010340a079 0x10317e000 + 2670713 11 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 12 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 13 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 14 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 54:: Proxy Resolver 0 libsystem_kernel.dylib 0x00007fffa45d934a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fffa45d8797 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff8ed33434 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff8ed328c1 __CFRunLoopRun + 1361 4 com.apple.CoreFoundation 0x00007fff8ed32114 CFRunLoopRunSpecific + 420 5 com.github.electron.framework 0x00000001033d4aef 0x10317e000 + 2452207 6 com.github.electron.framework 0x00000001033d458c 0x10317e000 + 2450828 7 com.github.electron.framework 0x00000001033d085e 0x10317e000 + 2435166 8 com.github.electron.framework 0x00000001033e98b3 0x10317e000 + 2537651 9 com.github.electron.framework 0x000000010340a079 0x10317e000 + 2670713 10 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 11 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 12 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 13 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 55:: WorkerPool/15219 0 libsystem_kernel.dylib 0x00007fffa45e0bf2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fffa46cc833 _pthread_cond_wait + 769 2 com.github.electron.framework 0x000000010338cebb 0x10317e000 + 2158267 3 com.github.electron.framework 0x0000000103439c56 0x10317e000 + 2866262 4 com.github.electron.framework 0x000000010343a0e7 0x10317e000 + 2867431 5 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 6 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 7 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 8 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 56:: NetworkConfigWatcher 0 libsystem_kernel.dylib 0x00007fffa45d934a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fffa45d8797 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff8ed33434 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff8ed328c1 __CFRunLoopRun + 1361 4 com.apple.CoreFoundation 0x00007fff8ed32114 CFRunLoopRunSpecific + 420 5 com.apple.Foundation 0x00007fff90745252 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277 6 com.github.electron.framework 0x00000001033d4dce 0x10317e000 + 2452942 7 com.github.electron.framework 0x00000001033d458c 0x10317e000 + 2450828 8 com.github.electron.framework 0x00000001033d085e 0x10317e000 + 2435166 9 com.github.electron.framework 0x00000001033e98b3 0x10317e000 + 2537651 10 com.github.electron.framework 0x000000010340a079 0x10317e000 + 2670713 11 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 12 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 13 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 14 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 57:: Proxy Resolver 0 libsystem_kernel.dylib 0x00007fffa45d934a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fffa45d8797 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff8ed33434 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff8ed328c1 __CFRunLoopRun + 1361 4 com.apple.CoreFoundation 0x00007fff8ed32114 CFRunLoopRunSpecific + 420 5 com.github.electron.framework 0x00000001033d4aef 0x10317e000 + 2452207 6 com.github.electron.framework 0x00000001033d458c 0x10317e000 + 2450828 7 com.github.electron.framework 0x00000001033d085e 0x10317e000 + 2435166 8 com.github.electron.framework 0x00000001033e98b3 0x10317e000 + 2537651 9 com.github.electron.framework 0x000000010340a079 0x10317e000 + 2670713 10 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 11 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 12 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 13 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 58:: WorkerPool/158511 0 libsystem_kernel.dylib 0x00007fffa45e0bf2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fffa46cc833 _pthread_cond_wait + 769 2 com.github.electron.framework 0x000000010338cebb 0x10317e000 + 2158267 3 com.github.electron.framework 0x0000000103439c56 0x10317e000 + 2866262 4 com.github.electron.framework 0x000000010343a0e7 0x10317e000 + 2867431 5 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 6 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 7 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 8 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 59:: WorkerPool/165447 0 libsystem_kernel.dylib 0x00007fffa45e0bf2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fffa46cc833 _pthread_cond_wait + 769 2 com.github.electron.framework 0x000000010338cebb 0x10317e000 + 2158267 3 com.github.electron.framework 0x0000000103439c56 0x10317e000 + 2866262 4 com.github.electron.framework 0x000000010343a0e7 0x10317e000 + 2867431 5 com.github.electron.framework 0x00000001033de9f7 0x10317e000 + 2492919 6 libsystem_pthread.dylib 0x00007fffa46cb93b _pthread_body + 180 7 libsystem_pthread.dylib 0x00007fffa46cb887 _pthread_start + 286 8 libsystem_pthread.dylib 0x00007fffa46cb08d thread_start + 13 Thread 60: 0 libsystem_kernel.dylib 0x00007fffa45e144e __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fffa46cb621 _pthread_wqthread + 1426 2 libsystem_pthread.dylib 0x00007fffa46cb07d start_wqthread + 13 Thread 61: 0 libsystem_kernel.dylib 0x00007fffa45e144e __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fffa46cb48e _pthread_wqthread + 1023 2 libsystem_pthread.dylib 0x00007fffa46cb07d start_wqthread + 13 Thread 62: 0 libsystem_kernel.dylib 0x00007fffa45e144e __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fffa46cb48e _pthread_wqthread + 1023 2 libsystem_pthread.dylib 0x00007fffa46cb07d start_wqthread + 13 Thread 63: 0 libsystem_kernel.dylib 0x00007fffa45e144e __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fffa46cb48e _pthread_wqthread + 1023 2 libsystem_pthread.dylib 0x00007fffa46cb07d start_wqthread + 13 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000400 rbx: 0x0000000000000000 rcx: 0x0000000000000010 rdx: 0xfffffffffffffff0 rdi: 0x00000001073de7a4 rsi: 0x00007fd70a330bd0 rbp: 0x00007fff5ca8ae60 rsp: 0x00007fff5ca8ae60 r8: 0x0000000000000040 r9: 0x00007fffad3aa040 r10: 0x000000011283a110 r11: 0x000000285275a690 r12: 0x00007fff5ca8ae90 r13: 0x00007fff5ca8b378 r14: 0x00007fff5ca8b368 r15: 0x00007fff5ca8b370 rip: 0x000000010338dd81 rfl: 0x0000000000000246 cr2: 0x00007fffa309f74b Logical CPU: 0 Error Code: 0x00000000 Trap Number: 3 Binary Images: 0x103170000 - 0x103170ff7 +com.microsoft.VSCode (1.18.1 - 1.18.1) <1A780387-B9CC-365B-9D6C-C38A9E714A15> /Applications/Visual Studio Code.app/Contents/MacOS/Electron 0x10317e000 - 0x1070e3f53 +com.github.electron.framework (0) <17080568-3795-340B-847D-40DA0A9EADD1> /Applications/Visual Studio Code.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Electron Framework 0x107726000 - 0x107740fff +com.github.Squirrel (1.0 - 1) <0A9F60FF-F2D2-364A-962A-65137E68760E> /Applications/Visual Studio Code.app/Contents/Frameworks/Squirrel.framework/Versions/A/Squirrel 0x107771000 - 0x1077d4ff7 +org.reactivecocoa.ReactiveCocoa (1.0 - 1) <701B20DE-3ADD-3643-B52A-E05744C30DB3> /Applications/Visual Studio Code.app/Contents/Frameworks/ReactiveCocoa.framework/Versions/A/ReactiveCocoa 0x107853000 - 0x107867fff +org.mantle.Mantle (1.0 - ???) <31915DD6-48E6-3706-A076-C9D4CE17F4F6> /Applications/Visual Studio Code.app/Contents/Frameworks/Mantle.framework/Versions/A/Mantle 0x107883000 - 0x108795fff +libnode.dylib (0) <36766918-904C-37B0-A301-190BEEE62DEB> /Applications/Visual Studio Code.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Libraries/libnode.dylib 0x108a6b000 - 0x108ba1fe7 +libffmpeg.dylib (0) /Applications/Visual Studio Code.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Libraries/libffmpeg.dylib 0x108d5e000 - 0x108d9cff7 com.apple.audio.midi.CoreMIDI (1.10 - 88) <5E2D1F53-B466-312E-AEA7-117B68C9A7F0> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI 0x108dc8000 - 0x108de1ffb libexpat.1.dylib (15) /usr/lib/libexpat.1.dylib 0x108e2b000 - 0x108e3affb libSimplifiedChineseConverter.dylib (69) <0047A988-B6F7-38F5-936A-EAFDE8A47490> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib 0x10d905000 - 0x10daabfff GLEngine (14.0.16) <08F2E804-13D2-3E80-9322-1A23A84A55F3> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine 0x10daea000 - 0x10e039ff7 com.apple.driver.AppleIntelBDWGraphicsGLDriver (10.25.17 - 10.2.5) <8633C1AB-7008-3B8B-8D6D-8E1DE49DD265> /System/Library/Extensions/AppleIntelBDWGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelBDWGraphicsGLDriver 0x10e254000 - 0x10e27efff GLRendererFloat (14.0.16) <6B57F70A-EFAC-3DB2-B9BA-E55D05D44DB5> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat 0x10e288000 - 0x10e307ff7 com.apple.driver.AppleIntelBDWGraphicsMTLDriver (10.25.17 - 10.2.5) <20DB0471-534D-3570-9E5A-AB052CF54E68> /System/Library/Extensions/AppleIntelBDWGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelBDWGraphicsMTLDriver 0x10e41d000 - 0x10e41ffff +keymapping.node (???) /Applications/Visual Studio Code.app/Contents/Resources/app/node_modules/native-keymap/build/Release/keymapping.node 0x1127fb000 - 0x112838dc7 dyld (433.5) <322C06B7-8878-311D-888C-C8FD2CA96FF3> /usr/lib/dyld 0x7fff8b4d8000 - 0x7fff8b699fff com.apple.avfoundation (2.0 - 1187.36) <2F390EAD-07BB-3788-9E73-13104C2E04CD> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation 0x7fff8b69a000 - 0x7fff8b73cff7 com.apple.audio.AVFAudio (1.0 - ???) <7997D588-B542-3EBB-B822-D719C1114BB4> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio 0x7fff8b807000 - 0x7fff8b807fff com.apple.Accelerate (1.11 - Accelerate 1.11) <916E360F-323C-3AE1-AB3D-D1F3B284AEE9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff8b808000 - 0x7fff8b81fffb libCGInterfaces.dylib (331.5) <17109679-A284-3C72-AA60-DBA815D3062B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib 0x7fff8b820000 - 0x7fff8bd39feb com.apple.vImage (8.1 - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff8bd3a000 - 0x7fff8beabff3 libBLAS.dylib (1185.50.4) <4087FFE0-627E-3623-96B4-F0A9A1991E09> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff8beac000 - 0x7fff8bec0ffb libBNNS.dylib (15) <254698C7-7D36-3FFF-864E-ADEEEE543076> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib 0x7fff8bec1000 - 0x7fff8c2b7fef libLAPACK.dylib (1185.50.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff8c2b8000 - 0x7fff8c2cefff libLinearAlgebra.dylib (1185.50.4) <345CAACF-7263-36EF-B69B-793EA8B390AF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x7fff8c2cf000 - 0x7fff8c2d5fff libQuadrature.dylib (3) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib 0x7fff8c2d6000 - 0x7fff8c2eaff7 libSparseBLAS.dylib (1185.50.4) <67BA432E-FB59-3C78-A8BE-ED4274CBC359> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib 0x7fff8c2eb000 - 0x7fff8c472fe7 libvDSP.dylib (600.60.1) <4155F45B-41CD-3782-AE8F-7AE740FD83C3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff8c473000 - 0x7fff8c525fff libvMisc.dylib (600.60.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff8c526000 - 0x7fff8c526fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <7C5733E7-0568-3E7D-AF61-160F19FED544> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff8c7e5000 - 0x7fff8d5beff3 com.apple.AppKit (6.9 - 1504.83.101) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff8d5d0000 - 0x7fff8d5d0fff com.apple.ApplicationServices (48 - 48) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff8d5d1000 - 0x7fff8d63fff7 com.apple.ApplicationServices.ATS (377 - 422.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff8d6d9000 - 0x7fff8d808ff7 libFontParser.dylib (194.12) <73C3946D-EF92-3AC1-89C3-0E75B2A85325> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff8d809000 - 0x7fff8d853fff libFontRegistry.dylib (196.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff8d8b0000 - 0x7fff8d8e3fff libTrueTypeScaler.dylib (194.12) <8944A23A-EE36-3657-9B4F-933231C8FDEC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib 0x7fff8d950000 - 0x7fff8d9faff7 com.apple.ColorSync (4.12.0 - 502.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff8d9fb000 - 0x7fff8da4cfff com.apple.HIServices (1.22 - 593) <045870A9-1D92-3FEF-8722-671E99A35E71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff8da4d000 - 0x7fff8da5cff3 com.apple.LangAnalysis (1.7.0 - 1.7.0) <2CBE7F61-2056-3F96-99A1-0D527796AFA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff8da5d000 - 0x7fff8daaafff com.apple.print.framework.PrintCore (12 - 491) <5027FD58-F0EE-33E4-8577-934CA06CD2AF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff8daab000 - 0x7fff8dae6fff com.apple.QD (3.12 - 313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff8dae7000 - 0x7fff8daf2fff com.apple.speech.synthesis.framework (6.6.2 - 6.6.2) <7853EFF4-62B9-394E-B7B8-41A645656820> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff8daf3000 - 0x7fff8dcffff7 com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <01518CAB-7DAD-3F09-83F8-B9FE0ABE998F> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff8dd00000 - 0x7fff8dd00fff com.apple.audio.units.AudioUnit (1.14 - 1.14) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff8de69000 - 0x7fff8e243fff com.apple.CFNetwork (811.5.4 - 811.5.4) <46B1227B-F38C-3F8E-B0B5-5D9861ABF36B> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff8e25d000 - 0x7fff8e25dfff com.apple.Carbon (154 - 157) <69F403C7-F0CB-34E6-89B0-235CF4978C17> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff8e25e000 - 0x7fff8e261fff com.apple.CommonPanels (1.2.6 - 98) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff8e262000 - 0x7fff8e56bfff com.apple.HIToolbox (2.1.1 - 857.8) <5367366E-747E-32CF-8E76-93CD8E7424C7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff8e56c000 - 0x7fff8e56fff7 com.apple.help (1.3.5 - 49) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff8e570000 - 0x7fff8e575fff com.apple.ImageCapture (9.0 - 9.0) <341252B4-E082-361A-B756-6A330259C741> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff8e576000 - 0x7fff8e60dff3 com.apple.ink.framework (10.9 - 219) <1BD40B45-FD33-3177-A935-565EE5FC79D7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff8e60e000 - 0x7fff8e628fff com.apple.openscripting (1.7 - 172) <31CFBB35-24BD-3E12-9B6B-1FA842FB605B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff8e629000 - 0x7fff8e62aff3 com.apple.print.framework.Print (12 - 267) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff8e62b000 - 0x7fff8e62dff7 com.apple.securityhi (9.0 - 55006) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff8e62e000 - 0x7fff8e634ff7 com.apple.speech.recognition.framework (6.0.1 - 6.0.1) <082895DC-3AC7-3DEF-ADCA-5B018C19C9D3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff8e635000 - 0x7fff8e714ffb com.apple.cloudkit.CloudKit (651.14 - 651.14) <9F901E45-23E3-3F45-B66F-1BAB3AFC4462> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit 0x7fff8e715000 - 0x7fff8e715fff com.apple.Cocoa (6.11 - 22) <85EDFBE1-75F0-369E-8CA8-C6A639B98FA6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff8e85f000 - 0x7fff8e8ecfff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <78767F88-91D4-31CE-AAC6-1F9407F479BB> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff8e8ed000 - 0x7fff8e900fff com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x7fff8e901000 - 0x7fff8ebfcfff com.apple.CoreData (120 - 754.2) <4C9CAB2C-60D4-3694-A0A0-5B04B14BD14E> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff8ebfd000 - 0x7fff8ecaaff7 com.apple.CoreDisplay (1.0 - 1) <53D1EAFE-23A4-398D-BF52-E4299E670DB6> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay 0x7fff8ecab000 - 0x7fff8f144ff7 com.apple.CoreFoundation (6.9 - 1349.8) <09ED473E-5DE8-307F-B55C-16F6419236D5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff8f145000 - 0x7fff8f7c7fff com.apple.CoreGraphics (2.0 - 1070.22) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff8f7c8000 - 0x7fff8fa0bffb com.apple.CoreImage (12.4.0 - 451.4.9) /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff8fa0c000 - 0x7fff8fa71ff7 com.apple.corelocation (2101.0.63) /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation 0x7fff8fa72000 - 0x7fff8fb23fff com.apple.CoreMedia (1.0 - 1907.59.1.6) <570690D8-A956-3629-9E46-4F8BDDB8A82C> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fff8fb24000 - 0x7fff8fb6fff7 com.apple.CoreMediaIO (805.0 - 4932) <03F2B863-BF99-36DF-9A14-1DB534A289F3> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x7fff8fb70000 - 0x7fff8fb70fff com.apple.CoreServices (775.19 - 775.19) <7255917D-EFBB-3BE2-A8FD-DAD631BC0949> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff8fb71000 - 0x7fff8fbc2fff com.apple.AE (712.5 - 712.5) <61F2AE2C-E04E-3FDF-9E88-201325136C83> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff8fbc3000 - 0x7fff8fe9eff7 com.apple.CoreServices.CarbonCore (1159.6 - 1159.6) <08AC074C-965B-3EDF-8E45-0707C8DE9EAD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff8fe9f000 - 0x7fff8fed2fff com.apple.DictionaryServices (1.2 - 274) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff8fed3000 - 0x7fff8fedbff3 com.apple.CoreServices.FSEvents (1230.50.1 - 1230.50.1) <2AD1B0E5-7214-37C4-8D11-A27C9CAC0F74> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x7fff8fedc000 - 0x7fff90048ff7 com.apple.LaunchServices (775.19 - 775.19) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff90049000 - 0x7fff900f9ffb com.apple.Metadata (10.7.0 - 1075.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff900fa000 - 0x7fff90159fff com.apple.CoreServices.OSServices (775.19 - 775.19) <4140569A-1848-3765-A52B-BB61C35CF88F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff9015a000 - 0x7fff901cafff com.apple.SearchKit (1.4.0 - 1.4.0) <7A6DDA2B-03F1-3137-BA9E-1CC211973E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff901cb000 - 0x7fff90210ff7 com.apple.coreservices.SharedFileList (38 - 38) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList 0x7fff90299000 - 0x7fff903e6ffb com.apple.CoreText (352.0 - 544.15) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff903e7000 - 0x7fff9041cff3 com.apple.CoreVideo (1.8 - 235.3) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff9041d000 - 0x7fff9048effb com.apple.framework.CoreWLAN (11.0 - 1200.31) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff9058c000 - 0x7fff90591fff com.apple.DiskArbitration (2.7 - 2.7) <70F56042-EF04-3BAF-9E04-90F423FB2BCC> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff90723000 - 0x7fff90ac9fff com.apple.Foundation (6.9 - 1349.91) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff90af5000 - 0x7fff90b26ff7 com.apple.GSS (4.0 - 2.0) <6FADED0B-0425-3567-A75A-040C5A4638EB> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff90b27000 - 0x7fff90b3fff7 com.apple.GameController (1.0 - 1) /System/Library/Frameworks/GameController.framework/Versions/A/GameController 0x7fff90be6000 - 0x7fff90c89fff com.apple.Bluetooth (5.0.5 - 5.0.5f1) <913B97A6-9E18-3F15-992D-D522AA22EDE9> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x7fff90c8a000 - 0x7fff90d20ff7 com.apple.framework.IOKit (2.0.2 - 1324.60.3) <7CE4C98B-107C-3AAA-B49A-F2ACFCBBF526> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff90d21000 - 0x7fff90d27ffb com.apple.IOSurface (159.9 - 159.9) <08F1A246-1367-32EC-B3CE-724379409729> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff90d28000 - 0x7fff90d79ff7 com.apple.ImageCaptureCore (7.0 - 7.0) /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore 0x7fff90d7a000 - 0x7fff90edafef com.apple.ImageIO.framework (3.3.0 - 1599.12) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff90edb000 - 0x7fff90edffff libGIF.dylib (1599.12) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff90ee0000 - 0x7fff90fd0ff7 libJP2.dylib (1599.12) <0DB4F152-B36D-365C-97B1-34F1C114982B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff90fd1000 - 0x7fff90ff4ffb libJPEG.dylib (1599.12) <2F66BA16-D569-35AD-A4BB-7A1909F1BF11> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff90ff5000 - 0x7fff9101cff7 libPng.dylib (1599.12) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff9101d000 - 0x7fff9101fff3 libRadiance.dylib (1599.12) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff91020000 - 0x7fff9106effb libTIFF.dylib (1599.12) <5D161E6A-D279-37A0-9F5F-A71A4C13BB09> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff911cc000 - 0x7fff91dd6fff com.apple.JavaScriptCore (12603 - 12603.3.8) <9557271A-1838-38DD-93E3-D8A9ECDE3B6B> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x7fff91dd7000 - 0x7fff91df0ff7 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff9207a000 - 0x7fff92080fff com.apple.MediaAccessibility (1.0 - 97.1.1) <0BD82735-6644-37CE-B13D-8E7CC59A1752> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility 0x7fff92096000 - 0x7fff925cfff7 com.apple.MediaToolbox (1.0 - 1907.59.1.6) /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fff925d0000 - 0x7fff9262bfff com.apple.Metal (87.18 - 87.18) /System/Library/Frameworks/Metal.framework/Versions/A/Metal 0x7fff92f14000 - 0x7fff92f1cfff com.apple.NetFS (6.0 - 4.0) <14A24D00-5673-330A-959D-87F72040DEFF> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff930f3000 - 0x7fff930fbff7 libcldcpuengine.dylib (2.8.5) <81563526-886E-37E4-BF85-4A6D75F93C65> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib 0x7fff930fc000 - 0x7fff9314aff3 com.apple.opencl (2.8.6 - 2.8.6) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff9314b000 - 0x7fff93164ffb com.apple.CFOpenDirectory (10.12 - 194) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff93165000 - 0x7fff93170ff7 com.apple.OpenDirectory (10.12 - 194) <4298FFD0-B1A7-3064-AF5B-708B3FA38671> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff93171000 - 0x7fff93173fff libCVMSPluginSupport.dylib (14.0.16) <9E12EB67-6630-39A0-AB93-77405F5EC2A7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff93174000 - 0x7fff93177ff7 libCoreFSCache.dylib (156.3) <687C4CC3-6537-344B-8BE1-5234C8CB2864> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x7fff93178000 - 0x7fff9317cfff libCoreVMClient.dylib (156.3) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff9317d000 - 0x7fff93186ff7 libGFXShared.dylib (14.0.16) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff93187000 - 0x7fff93192fff libGL.dylib (14.0.16) <0801F3B9-A525-32BB-9BC0-478947CE21D9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff93193000 - 0x7fff931cfff7 libGLImage.dylib (14.0.16) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff931d0000 - 0x7fff93346ff3 libGLProgrammability.dylib (14.0.16) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x7fff93347000 - 0x7fff93388ff7 libGLU.dylib (14.0.16) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff93cf0000 - 0x7fff93cfefff com.apple.opengl (14.0.16 - 14.0.16) <167C9883-A79E-3B7F-AFED-8CD6683B291D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff93d9b000 - 0x7fff93ee2fff com.apple.QTKit (7.7.3 - 2978.7) <49F88771-52FE-3989-AAB7-10A7494C4419> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 0x7fff93ee3000 - 0x7fff9414dff7 com.apple.imageKit (3.0 - 1023) <9C547565-CBAA-3ACB-A3F6-1366A0DCDCB4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit 0x7fff9414e000 - 0x7fff94215fff com.apple.PDFKit (1.0 - 1) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit 0x7fff94216000 - 0x7fff9473cff7 com.apple.QuartzComposer (5.1 - 356) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer 0x7fff9473d000 - 0x7fff94760ffb com.apple.quartzfilters (1.10.0 - 1.10.0) <365342ED-7A1A-3C75-AE60-90764E96034C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters 0x7fff94761000 - 0x7fff9484efff com.apple.QuickLookUIFramework (5.0 - 720.7) <3136C23E-399E-3296-928A-B18EC9FC423C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI 0x7fff9484f000 - 0x7fff9484ffff com.apple.quartzframework (1.5 - 21) <09455972-8A33-3D61-B193-BA7E7CF984CA> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x7fff94850000 - 0x7fff94a50fff com.apple.QuartzCore (1.11 - 453.39.4) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff94a51000 - 0x7fff94aa6fff com.apple.QuickLookFramework (5.0 - 720.7) <3BD7BA2F-924C-3EFF-B26E-3F930E62E6B4> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x7fff94aa7000 - 0x7fff94abcfff com.apple.SafariServices.framework (12603 - 12603.3.8) <966BF0C8-B94B-3BDF-AFE1-0F99DAAE6D99> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices 0x7fff94fb7000 - 0x7fff952b9ff7 com.apple.security (7.0 - 57740.60.18) <005E8C96-40B6-35E3-B58B-888A5F5957C2> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff952ba000 - 0x7fff9532ffff com.apple.securityfoundation (6.0 - 55132.50.7) <15C53957-A9DE-31AE-A192-949244F47CD7> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff95330000 - 0x7fff95359fff com.apple.securityinterface (10.0 - 55079.50.4) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface 0x7fff9535a000 - 0x7fff9535dff3 com.apple.xpc.ServiceManagement (1.0 - 1) /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff956e4000 - 0x7fff95753ff7 com.apple.SystemConfiguration (1.14 - 1.14) <3FFD3930-B307-3E31-9FA6-12221EB0F969> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff95754000 - 0x7fff95b02fff com.apple.VideoToolbox (1.0 - 1907.59.1.6) /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x7fff97faa000 - 0x7fff97fc5ff3 com.apple.AppContainer (4.0 - 307.50.21) /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer 0x7fff97fc6000 - 0x7fff97fd3ff3 com.apple.AppSandbox (4.0 - 307.50.21) /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox 0x7fff97fd4000 - 0x7fff97ff6ffb com.apple.framework.Apple80211 (12.0 - 1200.47) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff97ff7000 - 0x7fff98006feb com.apple.AppleFSCompression (88.50.3 - 1.0) <478E8BFF-8BA2-375E-BE02-BA27F115C15A> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff980f4000 - 0x7fff9817f97f com.apple.AppleJPEG (1.0 - 1) /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x7fff981b8000 - 0x7fff981bbff3 com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <42A1731A-A576-307A-B07C-9F8F64696CB7> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x7fff981bc000 - 0x7fff9820efff com.apple.AppleVAFramework (5.0.36 - 5.0.36) <7352078D-C230-397C-81A5-57A48CF218C0> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fff98218000 - 0x7fff9821fff7 com.apple.AssetCacheServices (48.3 - 48.3) /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/AssetCacheServices 0x7fff985b2000 - 0x7fff98630ff7 com.apple.backup.framework (1.8.5 - 1.8.5) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff992bb000 - 0x7fff992e2ff3 com.apple.ChunkingLibrary (173 - 173) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff992e3000 - 0x7fff9936fff7 com.apple.CloudDocs (1.0 - 486.29) <392B87EC-0317-313F-8FE2-F571831C7F35> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs 0x7fff99c07000 - 0x7fff99c10ffb com.apple.CommonAuth (4.0 - 2.0) <216950CB-269F-3476-BA17-D6363AC49FBC> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff99d95000 - 0x7fff9a174ff7 com.apple.CoreAUC (226.0.0 - 226.0.0) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fff9a175000 - 0x7fff9a1a5fff com.apple.CoreAVCHD (5.9.0 - 5900.4.1) <3F6857D1-AE7C-3593-B064-930F5BB7269E> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x7fff9a359000 - 0x7fff9a369fff com.apple.CoreEmoji (1.0 - 40.3.3) /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji 0x7fff9a42e000 - 0x7fff9a444ff3 com.apple.CoreMediaAuthoring (2.2 - 956) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring 0x7fff9a44b000 - 0x7fff9a4dbffb com.apple.CorePDF (4.0 - 4) <7F50E4A6-940C-33F5-BE4E-7E01AFE98A8F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x7fff9a6a4000 - 0x7fff9a6d4ff3 com.apple.CoreServicesInternal (276.2 - 276.2) <05EB7D45-DD4C-3A0F-AC63-A0C2A68E6481> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff9a965000 - 0x7fff9a9f4ff7 com.apple.CoreSymbolication (62046) <7839CD8E-011D-3567-88DE-3D472C661136> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff9a9f5000 - 0x7fff9ab34fe7 com.apple.coreui (2.1 - 431.3) <2E8FEC10-FC5B-3782-92DA-A85C24B7BF7C> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff9ab35000 - 0x7fff9ac05ff3 com.apple.CoreUtils (5.1 - 510.31) /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils 0x7fff9ac55000 - 0x7fff9acbaff3 com.apple.framework.CoreWiFi (12.0 - 1200.31) /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fff9acbb000 - 0x7fff9acc9ff7 com.apple.CrashReporterSupport (10.12 - 827) <802A9B81-E349-348B-90AB-10E40B654250> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff9ad3b000 - 0x7fff9ad45ffb com.apple.framework.DFRFoundation (1.0 - 104.25) <7CFF896C-EF22-3941-BB3D-F3615CE4C908> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation 0x7fff9ad46000 - 0x7fff9ad4aff3 com.apple.DSExternalDisplay (3.1 - 380) <4B5E3FF0-E8C3-38CC-BF72-418C928956AB> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay 0x7fff9ad80000 - 0x7fff9adf5ffb com.apple.datadetectorscore (7.0 - 539.1) <74595F6C-8283-3C73-9F56-C6FA957F8B94> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff9ae31000 - 0x7fff9ae70fff com.apple.DebugSymbols (137 - 137) <58A70B66-2628-3CFE-B103-2200D95FC5F7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff9ae71000 - 0x7fff9af82fff com.apple.desktopservices (1.11.5 - 1.11.5) <46A9D4F3-1EF8-373C-98A4-AD48D285E484> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff9b0c5000 - 0x7fff9b0d0fff com.apple.DisplayServicesFW (3.1 - 380) <0BDF6C17-5E5F-33F8-8E99-C7350C6F9667> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices 0x7fff9b26a000 - 0x7fff9b69bff7 com.apple.vision.FaceCore (3.3.2 - 3.3.2) <9391D5A3-738C-3136-9D07-518CB43DBADA> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff9c9f2000 - 0x7fff9c9f2fff libmetal_timestamp.dylib (600.0.49.9) /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib 0x7fff9c9ff000 - 0x7fff9ca0aff3 libGPUSupportMercury.dylib (14.0.16) <7EE3DA75-2F9D-3C6D-AECD-F73EA47BE81B> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib 0x7fff9ccc3000 - 0x7fff9ccdffff com.apple.GenerationalStorage (2.0 - 267.1) <3DE1C580-D089-362D-8582-8DE68A3C5F13> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff9ccf8000 - 0x7fff9d3aafff com.apple.GeoServices (1.0 - 1228.24.9.30.34) <96BF97F6-8FF2-3FC4-A8C1-498CB7B0D9A0> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices 0x7fff9d3f0000 - 0x7fff9d466ff3 com.apple.Heimdal (4.0 - 2.0) <8F9C9041-66D5-36C9-8A4C-1658035C311D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff9d467000 - 0x7fff9d478fff com.apple.HelpData (2.1.12 - 100.1) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData 0x7fff9da81000 - 0x7fff9da88ffb com.apple.IOAccelerator (311.14 - 311.14) <278124AF-02DC-3785-9FA9-14EDB8E5FD56> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x7fff9da8a000 - 0x7fff9da9eff7 com.apple.IOPresentment (1.0 - 29.10) <30DF04EE-10E2-353F-845F-A97B87DF3207> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment 0x7fff9da9f000 - 0x7fff9dac1fff com.apple.IconServices (74.4 - 74.4) <218DDD05-35F4-3833-B98D-471ED0EBC031> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff9db5d000 - 0x7fff9db6dff3 com.apple.IntlPreferences (2.0 - 216) <77C9C2E7-EF9F-34BB-A5E3-B8BEA4226B5F> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences 0x7fff9dba8000 - 0x7fff9dd5ffff com.apple.LanguageModeling (1.0 - 123.2.5) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x7fff9de5b000 - 0x7fff9df1dff3 com.apple.MMCS (1.3 - 385.4) /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS 0x7fff9e3cf000 - 0x7fff9e3d2fff com.apple.Mangrove (1.0 - 1) <98814966-FD65-302B-B47E-00928DC34E5C> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove 0x7fff9e680000 - 0x7fff9e6f9ff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) /System/Library/PrivateFrameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders 0x7fff9e855000 - 0x7fff9e863fff com.apple.MobileKeyBag (2.0 - 1.0) /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag 0x7fff9e874000 - 0x7fff9e89cff7 com.apple.MultitouchSupport.framework (368.16 - 368.16) <9E602B4A-22CD-3CF3-B284-78D5123C9AE8> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff9e94e000 - 0x7fff9e959fff com.apple.NetAuth (6.2 - 6.2) <97F487D6-8089-31A8-B68C-6C1EAC6ED1B5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff9f231000 - 0x7fff9f272ff3 com.apple.PerformanceAnalysis (1.148.3 - 148.3) <4E468BC7-F863-3674-909D-417231EB8C28> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff9f91f000 - 0x7fff9f959ffb com.apple.ProtectedCloudStorage (1.0 - 1) <8B32A7EC-D371-38E3-A286-F1BE1307F1E1> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage 0x7fff9f95a000 - 0x7fff9f974fff com.apple.ProtocolBuffer (1 - 249.1) /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer 0x7fff9f975000 - 0x7fff9f984ff7 com.apple.QuickLookThumbnailing (1.0 - 1) <173EE873-1700-3FCA-9782-C060FBB5BCAD> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing 0x7fff9f98d000 - 0x7fff9f9b0ff3 com.apple.RemoteViewServices (2.0 - 124) <6B967FDA-6591-302C-BA0A-76C4856E584E> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fffa067a000 - 0x7fffa067dfff com.apple.SecCodeWrapper (4.0 - 307.50.21) /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper 0x7fffa070c000 - 0x7fffa0799fff com.apple.Sharing (696.2.67 - 696.2.67) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fffa079a000 - 0x7fffa07b9ff7 com.apple.shortcut (2.16 - 98) <6C0435B1-83DD-3254-B0D3-3B86C6CE606A> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x7fffa07ba000 - 0x7fffa0a20feb com.apple.SkyLight (1.600.0 - 170.3) <38AC05EF-3A9E-3E3E-9849-04E0223DF7B9> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight 0x7fffa0bff000 - 0x7fffa0c0bff7 com.apple.SpeechRecognitionCore (3.3.2 - 3.3.2) <684BD1EA-8268-331C-A5A9-080EB375C658> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x7fffa12f7000 - 0x7fffa136bfdf com.apple.Symbolication (62048.1) <1A30ED19-7532-3F46-9DD3-9879A973D0CF> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fffa17aa000 - 0x7fffa17b0ff7 com.apple.TCC (1.0 - 1) <911B534B-4AC7-34E4-935E-E42ECD008CBC> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fffa183c000 - 0x7fffa1902ff7 com.apple.TextureIO (2.8 - 2.8) <3D61E533-4156-3B21-B7ED-CB823E680DFC> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO 0x7fffa1976000 - 0x7fffa1977fff com.apple.TrustEvaluationAgent (2.0 - 28.50.1) /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fffa1978000 - 0x7fffa1b08ff3 com.apple.UIFoundation (1.0 - 490.7) <2A3063FE-1790-3510-8A0E-AEC581D42B7E> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x7fffa25d7000 - 0x7fffa2697fff com.apple.ViewBridge (283 - 283) <25A635B3-C87C-3D3A-ADF3-539713FA1048> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge 0x7fffa2ae2000 - 0x7fffa2ae8fff com.apple.XPCService (2.0 - 1) <4B28B225-2105-33F4-9ED0-F04288FF4FB1> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService 0x7fffa2bb9000 - 0x7fffa2bbbffb com.apple.loginsupport (1.0 - 1) /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x7fffa2c10000 - 0x7fffa2c2bff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib 0x7fffa2c2c000 - 0x7fffa2c37fff libChineseTokenizer.dylib (21) <0886E908-A825-36AF-B94B-2361FD8BC2A1> /usr/lib/libChineseTokenizer.dylib 0x7fffa2cc9000 - 0x7fffa2ccaff3 libDiagnosticMessagesClient.dylib (102) <84A04D24-0E60-3810-A8C0-90A65E2DF61A> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fffa2ccb000 - 0x7fffa2edefff libFosl_dynamic.dylib (16.39) /usr/lib/libFosl_dynamic.dylib 0x7fffa2efa000 - 0x7fffa2f01fff libMatch.1.dylib (27) <70D4BD2A-9383-37F2-B0D6-9B592D236601> /usr/lib/libMatch.1.dylib 0x7fffa2f02000 - 0x7fffa2f02fff libOpenScriptingUtil.dylib (172) <90743888-C1E8-34E3-924E-1A754B2B63B9> /usr/lib/libOpenScriptingUtil.dylib 0x7fffa2f03000 - 0x7fffa2f07ffb libScreenReader.dylib (477.40.6) /usr/lib/libScreenReader.dylib 0x7fffa2f08000 - 0x7fffa2f09ffb libSystem.B.dylib (1238.60.2) /usr/lib/libSystem.B.dylib 0x7fffa2f75000 - 0x7fffa2fa0ff3 libarchive.2.dylib (41.70.1) /usr/lib/libarchive.2.dylib 0x7fffa2fa1000 - 0x7fffa301dfc7 libate.dylib (1.12.13) /usr/lib/libate.dylib 0x7fffa3021000 - 0x7fffa3021ff3 libauto.dylib (187) <34388D0B-C539-3C1B-9408-2BC152162E43> /usr/lib/libauto.dylib 0x7fffa3022000 - 0x7fffa3032ff3 libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib 0x7fffa3033000 - 0x7fffa3041ff7 libbz2.1.0.dylib (38) /usr/lib/libbz2.1.0.dylib 0x7fffa3042000 - 0x7fffa3098ff7 libc++.1.dylib (307.5) <0B43BB5D-E6EB-3464-8DE9-B41AC8ED9D1C> /usr/lib/libc++.1.dylib 0x7fffa3099000 - 0x7fffa30c2ff7 libc++abi.dylib (307.4) /usr/lib/libc++abi.dylib 0x7fffa30c3000 - 0x7fffa30d3ffb libcmph.dylib (6) <2B5D405E-2D0B-3320-ABD6-622934C86ABE> /usr/lib/libcmph.dylib 0x7fffa30d4000 - 0x7fffa30eafcf libcompression.dylib (39) /usr/lib/libcompression.dylib 0x7fffa30eb000 - 0x7fffa30ebff7 libcoretls.dylib (121.50.4) <64B1001E-10F6-3542-A3B2-C4B49F51817F> /usr/lib/libcoretls.dylib 0x7fffa30ec000 - 0x7fffa30edff3 libcoretls_cfhelpers.dylib (121.50.4) <1A10303E-5EB0-3C7C-9165-021FCDFD934D> /usr/lib/libcoretls_cfhelpers.dylib 0x7fffa31a7000 - 0x7fffa328cff7 libcrypto.0.9.8.dylib (64.50.6) /usr/lib/libcrypto.0.9.8.dylib 0x7fffa342a000 - 0x7fffa347dff7 libcups.2.dylib (450) <9950BFCB-7882-33C9-9ECF-CE66773C5657> /usr/lib/libcups.2.dylib 0x7fffa34d1000 - 0x7fffa34d8ff3 libdscsym.dylib (148.3) /usr/lib/libdscsym.dylib 0x7fffa34fa000 - 0x7fffa34fafff libenergytrace.dylib (15) /usr/lib/libenergytrace.dylib 0x7fffa350a000 - 0x7fffa350fff7 libheimdal-asn1.dylib (498.50.8) /usr/lib/libheimdal-asn1.dylib 0x7fffa3510000 - 0x7fffa3602ff7 libiconv.2.dylib (50) <42125B35-81D7-3FC4-9475-A26DBE10884D> /usr/lib/libiconv.2.dylib 0x7fffa3603000 - 0x7fffa3828ffb libicucore.A.dylib (57166.0.1) /usr/lib/libicucore.A.dylib 0x7fffa382e000 - 0x7fffa382ffff liblangid.dylib (126) <2085E7A7-9A34-3735-87F4-F174EF8EABF0> /usr/lib/liblangid.dylib 0x7fffa3830000 - 0x7fffa3849ffb liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib 0x7fffa384a000 - 0x7fffa3860ff7 libmarisa.dylib (5) <9030D214-5D0F-30CB-AC03-902C63909362> /usr/lib/libmarisa.dylib 0x7fffa3861000 - 0x7fffa3b09ff7 libmecabra.dylib (744.8) /usr/lib/libmecabra.dylib 0x7fffa3b3c000 - 0x7fffa3bb6ff3 libnetwork.dylib (856.60.1) <191E99F5-4723-3180-8013-02AF2F9AE4B8> /usr/lib/libnetwork.dylib 0x7fffa3bb7000 - 0x7fffa3f89047 libobjc.A.dylib (709.1) <70614861-0340-32E2-85ED-FE65759CDFFA> /usr/lib/libobjc.A.dylib 0x7fffa3f8c000 - 0x7fffa3f90fff libpam.2.dylib (21.30.1) <71EB0D88-DE84-3C8D-A2C5-58AA282BC5BC> /usr/lib/libpam.2.dylib 0x7fffa3f91000 - 0x7fffa3fc2fff libpcap.A.dylib (67.60.1) /usr/lib/libpcap.A.dylib 0x7fffa3fdf000 - 0x7fffa3ffbffb libresolv.9.dylib (64) /usr/lib/libresolv.9.dylib 0x7fffa3ffc000 - 0x7fffa4035fff libsandbox.1.dylib (592.70.1) <9C428C49-9D9A-3F9F-9573-BF5202D1F933> /usr/lib/libsandbox.1.dylib 0x7fffa4049000 - 0x7fffa404aff3 libspindump.dylib (231.3) /usr/lib/libspindump.dylib 0x7fffa404b000 - 0x7fffa4199ff7 libsqlite3.dylib (254.8) <1ECF7DF7-7A07-3B4B-A63B-F4EFF6BC7ACF> /usr/lib/libsqlite3.dylib 0x7fffa428e000 - 0x7fffa429bfff libxar.1.dylib (357) <69547C64-E811-326F-BBED-490C6361BDCB> /usr/lib/libxar.1.dylib 0x7fffa429c000 - 0x7fffa438bfff libxml2.2.dylib (30.17) /usr/lib/libxml2.2.dylib 0x7fffa438c000 - 0x7fffa43b5fff libxslt.1.dylib (15.9) <00735AD5-B62D-3E83-86AC-5533E4E2B102> /usr/lib/libxslt.1.dylib 0x7fffa43b6000 - 0x7fffa43c7ff3 libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib 0x7fffa43d6000 - 0x7fffa43daff7 libcache.dylib (79) <093A4DAB-8385-3D47-A350-E20CB7CCF7BF> /usr/lib/system/libcache.dylib 0x7fffa43db000 - 0x7fffa43e5fff libcommonCrypto.dylib (60092.50.5) <8A64D1B0-C70E-385C-92F0-E669079FDA90> /usr/lib/system/libcommonCrypto.dylib 0x7fffa43e6000 - 0x7fffa43edfff libcompiler_rt.dylib (62) <55D47421-772A-32AB-B529-1A46C2F43B4D> /usr/lib/system/libcompiler_rt.dylib 0x7fffa43ee000 - 0x7fffa43f6fff libcopyfile.dylib (138) <819BEA3C-DF11-3E3D-A1A1-5A51C5BF1961> /usr/lib/system/libcopyfile.dylib 0x7fffa43f7000 - 0x7fffa447afdf libcorecrypto.dylib (442.50.19) <65D7165E-2E71-335D-A2D6-33F78E2DF0C1> /usr/lib/system/libcorecrypto.dylib 0x7fffa447b000 - 0x7fffa44acfff libdispatch.dylib (703.50.37) <6582BAD6-ED27-3B30-B620-90B1C5A4AE3C> /usr/lib/system/libdispatch.dylib 0x7fffa44ad000 - 0x7fffa44b2ffb libdyld.dylib (433.5) <9B2AC56D-107C-3541-A127-9094A751F2C9> /usr/lib/system/libdyld.dylib 0x7fffa44b3000 - 0x7fffa44b3ffb libkeymgr.dylib (28) <7AA011A9-DC21-3488-BF73-3B5B14D1FDD6> /usr/lib/system/libkeymgr.dylib 0x7fffa44b4000 - 0x7fffa44c0fff libkxld.dylib (3789.70.16) /usr/lib/system/libkxld.dylib 0x7fffa44c1000 - 0x7fffa44c1fff liblaunch.dylib (972.70.1) /usr/lib/system/liblaunch.dylib 0x7fffa44c2000 - 0x7fffa44c7ff3 libmacho.dylib (898) <17D5D855-F6C3-3B04-B680-E9BF02EF8AED> /usr/lib/system/libmacho.dylib 0x7fffa44c8000 - 0x7fffa44caff3 libquarantine.dylib (85.50.1) <12448CC2-378E-35F3-BE33-9DC395A5B970> /usr/lib/system/libquarantine.dylib 0x7fffa44cb000 - 0x7fffa44ccffb libremovefile.dylib (45) <38D4CB9C-10CD-30D3-8B7B-A515EC75FE85> /usr/lib/system/libremovefile.dylib 0x7fffa44cd000 - 0x7fffa44e5ff7 libsystem_asl.dylib (349.50.5) <096E4228-3B7C-30A6-8B13-EC909A64499A> /usr/lib/system/libsystem_asl.dylib 0x7fffa44e6000 - 0x7fffa44e6ff7 libsystem_blocks.dylib (67) <10DC5404-73AB-35B3-A277-A8AFECB476EB> /usr/lib/system/libsystem_blocks.dylib 0x7fffa44e7000 - 0x7fffa4574fef libsystem_c.dylib (1158.50.2) /usr/lib/system/libsystem_c.dylib 0x7fffa4575000 - 0x7fffa4578ffb libsystem_configuration.dylib (888.60.2) /usr/lib/system/libsystem_configuration.dylib 0x7fffa4579000 - 0x7fffa457cfff libsystem_coreservices.dylib (41.4) <7D26DE79-B424-3450-85E1-F7FAB32714AB> /usr/lib/system/libsystem_coreservices.dylib 0x7fffa457d000 - 0x7fffa4595fff libsystem_coretls.dylib (121.50.4) /usr/lib/system/libsystem_coretls.dylib 0x7fffa4596000 - 0x7fffa459cfff libsystem_dnssd.dylib (765.50.9) /usr/lib/system/libsystem_dnssd.dylib 0x7fffa459d000 - 0x7fffa45c6ff7 libsystem_info.dylib (503.50.4) <611DB84C-BF70-3F92-8702-B9F28A900920> /usr/lib/system/libsystem_info.dylib 0x7fffa45c7000 - 0x7fffa45e9ff7 libsystem_kernel.dylib (3789.70.16) <34B1F16C-BC9C-3C5F-9045-0CAE91CB5914> /usr/lib/system/libsystem_kernel.dylib 0x7fffa45ea000 - 0x7fffa4631fe7 libsystem_m.dylib (3121.6) <86D499B5-BBDC-3D3B-8A4E-97AE8E6672A4> /usr/lib/system/libsystem_m.dylib 0x7fffa4632000 - 0x7fffa4650ff7 libsystem_malloc.dylib (116.50.8) /usr/lib/system/libsystem_malloc.dylib 0x7fffa4651000 - 0x7fffa46aaffb libsystem_network.dylib (856.60.1) <369D0221-56CA-3C3E-9EDE-94B41CAE77B7> /usr/lib/system/libsystem_network.dylib 0x7fffa46ab000 - 0x7fffa46b4ff3 libsystem_networkextension.dylib (563.60.2) /usr/lib/system/libsystem_networkextension.dylib 0x7fffa46b5000 - 0x7fffa46beff3 libsystem_notify.dylib (165.20.1) /usr/lib/system/libsystem_notify.dylib 0x7fffa46bf000 - 0x7fffa46c7fe7 libsystem_platform.dylib (126.50.8) <897462FD-B318-321B-A554-E61982630F7E> /usr/lib/system/libsystem_platform.dylib 0x7fffa46c8000 - 0x7fffa46d2ff7 libsystem_pthread.dylib (218.60.3) /usr/lib/system/libsystem_pthread.dylib 0x7fffa46d3000 - 0x7fffa46d6ff7 libsystem_sandbox.dylib (592.70.1) <4B92EC49-ACD0-36AE-B07A-A2B8152EAF9D> /usr/lib/system/libsystem_sandbox.dylib 0x7fffa46d7000 - 0x7fffa46d8ff3 libsystem_secinit.dylib (24.50.4) /usr/lib/system/libsystem_secinit.dylib 0x7fffa46d9000 - 0x7fffa46e0ffb libsystem_symptoms.dylib (532.50.47) <3390E07C-C1CE-348F-ADBD-2C5440B45EAA> /usr/lib/system/libsystem_symptoms.dylib 0x7fffa46e1000 - 0x7fffa46f4ff7 libsystem_trace.dylib (518.70.1) /usr/lib/system/libsystem_trace.dylib 0x7fffa46f5000 - 0x7fffa46faffb libunwind.dylib (35.3) <3D50D8A8-C460-334D-A519-2DA841102C6B> /usr/lib/system/libunwind.dylib 0x7fffa46fb000 - 0x7fffa4724ff7 libxpc.dylib (972.70.1) /usr/lib/system/libxpc.dylib External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 24717 thread_create: 0 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=389.4M resident=0K(0%) swapped_out_or_unallocated=389.4M(100%) Writable regions: Total=1.6G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.6G(100%) VIRTUAL REGION REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Accelerate framework 768K 7 Activity Tracing 256K 2 CG backing stores 1348K 6 CG image 104K 12 CoreAnimation 92K 5 CoreUI image data 1392K 10 CoreUI image file 184K 5 Foundation 4K 2 IOKit 13.0M 18 JS JIT generated code 256.0M 5 JS JIT generated code (reserved) 768.0M 2 reserved VM address space (unallocated) Kernel Alloc Once 8K 2 MALLOC 125.6M 67 MALLOC guard page 48K 10 Mach message (reserved) 4K 2 reserved VM address space (unallocated) Memory Tag 242 12K 2 Memory Tag 255 1.1G 205 Memory Tag 255 (reserved) 8K 3 reserved VM address space (unallocated) SQLite page cache 64K 2 STACK GUARD 56.2M 65 Stack 401.5M 118 VM_ALLOCATE 60K 12 WebKit Malloc 22.0M 43 __DATA 33.6M 278 __GLSLBUILTINS 2588K 2 __IMAGE 528K 2 __LINKEDIT 122.7M 18 __TEXT 266.8M 273 __UNICODE 556K 2 mapped file 167.5M 46 shared memory 32.5M 33 =========== ======= ======= TOTAL 3.3G 1228 TOTAL, minus reserved VM space 2.5G 1228 Model: MacBookPro12,1, BootROM MBP121.0167.B33, 2 processors, Intel Core i5, 2.7 GHz, 8 GB, SMC 2.28f7 Graphics: Intel Iris Graphics 6100, Intel Iris Graphics 6100, Built-In Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1867 MHz, 0x02FE, 0x4544464132333241324D412D4A442D460000 Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1867 MHz, 0x02FE, 0x4544464132333241324D412D4A442D460000 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x133), Broadcom BCM43xx 1.0 (7.21.171.130.1a1) Bluetooth: Version 5.0.5f1, 3 services, 27 devices, 1 incoming serial ports Network Service: AX88x72A, Ethernet, en4 Network Service: Wi-Fi, AirPort, en0 Serial ATA Device: APPLE SSD SM0128G, 121.33 GB USB Device: USB 3.0 Bus USB Device: Bluetooth USB Host Controller USB Device: USB2.0 Hub USB Device: AX88x72A Thunderbolt Bus: MacBook Pro, Apple Inc., 27.1 Reproduces without extensions: Yes/No Is this happening 100% of the time? What character are you inputting and how are you creating a folder? Any more details in the steps will be useful
gharchive/issue
2017-11-23T03:36:50
2025-04-01T04:55:21.269283
{ "authors": [ "Tyriar", "jimmycarry" ], "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/39002", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
300884687
C language structure smart tips When C code is edited, the hint of the structure shows all the members of the structure, not the members of the current structure. Is there any way to make the software only prompt the current structure members. This is not a VS Code specific issue. Please open an issue in the extension's repository.
gharchive/issue
2018-02-28T04:09:16
2025-04-01T04:55:21.278059
{ "authors": [ "tsalinger", "zhilulingguan" ], "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/44698", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
303092996
Feature Request: remember commit message between source control providers If one has more then one source control providers, switching between them causes the commit message to be erased. It would be real nice if it didnt. /duplicate #26952 It's similar, but not really. That issue talks about having history for past commits, while this one is only about saving the text box contents.
gharchive/issue
2018-03-07T13:13:20
2025-04-01T04:55:21.279604
{ "authors": [ "joaomoreno", "wildeyes" ], "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/45204", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
309972292
shift+tab or tab doesnt seem to work in confirm dialog on MacOS From twitter: "@code When I close a workspace, a prompt asks me if I'd like to save it. I can hit esc to cancel or enter to save. Why can't I hit shift+tab or tab to highlight and then select "don't save"? This is on MacOS. I ❤️ VS Code by the way! You guys are doing great work." https://twitter.com/LoganHoup/status/979072735283433472 Hi there! That's my tweet. Please let me know if you need any additional information. I think those buttons are typically not tabbable on MacOS right? I see the same thing on some other dialogs. Wow. I can't believe I've never noticed that. After triggering similar dialogs elsewhere in MacOS, I don't think that's natively supported. That's unfortunate. Aside from that event, I can do almost everything without reaching for a mouse in VS Code. You can use cmd+d to trigger "don't save" (weird shortcut but works on all similar dialogs on MacOS)
gharchive/issue
2018-03-30T04:26:37
2025-04-01T04:55:21.282165
{ "authors": [ "auchenberg", "hu0p", "roblourens" ], "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/46987", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
314190638
Windows update failed: Access is denied Log from %HOME%\AppData\Local\Temp\vscode-inno-updater.log Apr 13 11:27:40.666 INFO Starting: C:\Program Files\Microsoft VS Code\Code.exe, false Apr 13 11:27:40.670 INFO Checking for running Code.exe processes... (attempt 1) Apr 13 11:27:40.670 INFO Code.exe is running, wait a bit Apr 13 11:27:41.148 INFO Checking for running Code.exe processes... (attempt 2) Apr 13 11:27:41.153 INFO Code.exe is running, wait a bit Apr 13 11:27:41.654 INFO Checking for running Code.exe processes... (attempt 3) Apr 13 11:27:41.666 INFO Code.exe is not running Apr 13 11:27:41.666 INFO Starting update, silent = false Apr 13 11:27:41.691 INFO do_update: "C:\\Program Files\\Microsoft VS Code\\Code.exe", _ Apr 13 11:27:41.692 INFO move_update: "C:\\Program Files\\Microsoft VS Code\\unins000.dat", _ Apr 13 11:27:41.696 INFO Delete: "Code.exe" (attempt 1) Apr 13 11:27:41.744 INFO Delete: "Code.exe" (attempt 2) Apr 13 11:27:41.945 INFO Delete: "Code.exe" (attempt 3) Apr 13 11:27:42.396 INFO Delete: "Code.exe" (attempt 4) Apr 13 11:27:43.197 INFO Delete: "Code.exe" (attempt 5) Apr 13 11:27:44.448 INFO Delete: "Code.exe" (attempt 6) Apr 13 11:27:46.249 INFO Delete: "Code.exe" (attempt 7) Apr 13 11:27:48.700 INFO Delete: "Code.exe" (attempt 8) Apr 13 11:27:51.901 INFO Delete: "Code.exe" (attempt 9) Apr 13 11:27:55.952 INFO Delete: "Code.exe" (attempt 10) Apr 13 11:28:00.953 INFO Delete: "Code.exe" (attempt 11) Apr 13 11:28:00.953 ERRO Access is denied. (os error 5) On Windows 10 64 bit This is a puzzle to me, because we know Code isn't running... so why can't the updater remove Code... unless it is really running? @ryanolsonx @gitDylanHub @OfficerHalf @SwingCoder911 Can you run this little app I've created, while Code is running? rust-playground.zip It will output all running process numbers and names. Something like this: Does Code appear in that list, for you? Can you show me the output of the app in your system? I'll do you one better. I'm attaching the output of that before running the update, while running the update, and at the point when I get the error message. pre-update.txt mid-update2.txt error.txt It certainly doesn't look like Code is running. That doesn't necessarily mean that some other process isn't preventing its deletion, though. @OfficerHalf Awesome, it's great that you can reliably reproduce it. Any thoughts on who might be preventing that deletion? Just to confirm, the setup runs elevated, correct? Does the inno-updater.exe process also run elevated? Well, there are at least two pieces of security software running on my machine: ESET Security and CrowdStrike Falcon (though CrowdStrike is a recent addition, and I think this issue was present before it was installed), neither of which I have any control over. There are also various other controls in place as this is a managed Enterprise installation of Windows. I have co-workers that use Code without issue though so I doubt it's those. My guess was more along the lines of zombie processes spawned by Code that were still holding some resource. A quick check in the task manager shows that all three update processes (inno_updater.exe, CodeSetup-insider-.exe, and CodeSetup-insider-.tmp) are elevated. OK. I just need you to use the task manager and find those zombie processes and what are their full command line. FindZombieHandles reports nothing. I'm at a loss. And can you manually delete the executable file yourself, in the file explorer? I can delete it manually. Even attempted to do so during the update, though it still failed with a complaint that the file didn't exist. Make up your mind, updater... 😁 The updater, as admin, can't. Yet you can easily delete it. Did you get an elevation prompt to delete the file? I was not asked to elevate. I just get the usual 'are you sure you want to delete this' prompt. Same issue that was originally reported here with the most recent update as well. So, had this issue on 1.22 and again now on 1.23. Be kind of annoying if I have to uninstall and download to get the latest features. Definitely a work related only issue though, can update on my personal easily. Probably good old McAfee locking everything down in the registries with some unique rule. @scragly @amitesh-gaurav @Clarkey @azarc3 @abmagil @Austen-Oberheu @DeltaIndiana @nickdeppe @maddes @alvarofelipe12 @ojintoad @LouieK22 I'm pinging all of you since you all reported the same error Access is denied. I want to ask you to try to reproduce it, so we get more info from it. In order to reproduce it, close Code, open the C:\Program Files\Microsoft VS Code\app\product.json and change the commit field to outdated. Start Code, you should get an update flow. If the issue reproduces and you get the dialog which asks you to send us the log file, please do the following: Open Process Hacker Enable the Elevation, Integrity and Command line columns in Process Hacker Search for any Code.exe processes running. If they are running, copy the full command line of each and show me. Check what is the elevation and integrity of the inno_updater.exe, does it match its parent? Thanks for your help here, looking forward to learn more about this and fixing it! @joaomoreno on my machine, the C:\Program Files\Microsoft VS Code\app folder does not exist... This is after a couple more failed upgrades (same symptoms as https://github.com/Microsoft/vscode/issues/49460#issue-321192492) if that provides any insight. Oh man, sorry about that. It's in resources\app. I've updated the original post. I updated the json file and reopened code, but the update flow didn't kick in automatically. I kicked off an update flow from the gear in the lower left which went through successfully. I am currently running 1.23.1 I will keep an eye on this ticket and, if the problem rears its head again, return to the steps you listed. @abmagil That's great to know, looking forward to it! I was able to repro this again. Guess it working was a fluke. inno_updater.exe is elevated inno_updater.exe Command Line: "C:\DevTools\VSCodeStable\tools\inno_updater.exe" "C:\DevTools\VSCodeStable\Code.exe" false There are no Code.exe (or Code-Insiders.exe) processes. I can't check 'Integrity' as I'm not able to run Process Hacker due to the security suite my company has running on my machine. security suite my company has running on my machine The problem could very well be related to this. @scragly @amitesh-gaurav @Clarkey @azarc3 @abmagil @Austen-Oberheu @DeltaIndiana @nickdeppe @maddes @alvarofelipe12 @ojintoad @LouieK22 Guys/gals, are your machines also managed by a corporation? Mine is, yes. On Tue, Jun 5, 2018 at 4:03 AM João Moreno notifications@github.com wrote: security suite my company has running on my machine The problem could very well be related to this. @scragly https://github.com/scragly @amitesh-gaurav https://github.com/amitesh-gaurav @Clarkey https://github.com/Clarkey @azarc3 https://github.com/azarc3 @abmagil https://github.com/abmagil @Austen-Oberheu https://github.com/Austen-Oberheu @DeltaIndiana https://github.com/DeltaIndiana @nickdeppe https://github.com/nickdeppe @maddes https://github.com/maddes @alvarofelipe12 https://github.com/alvarofelipe12 @ojintoad https://github.com/ojintoad @LouieK22 https://github.com/LouieK22 Guys/gals, are your machines also managed by a corporation? — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Microsoft/vscode/issues/47841#issuecomment-394603217, or mute the thread https://github.com/notifications/unsubscribe-auth/ABY2am8zMCEy_VUN9RlABFcjCa5EGleDks5t5i1egaJpZM4TTz7T . Mine as well, I managed to solve this by manually running the installer. Mine is not Hello, i'm sorry but that PC is property of my company and the technic support guy say thats not possible to do that procedure. You can still use the old update mechanism with the following setting: "update.enableWindowsBackgroundUpdates": false Though it would be pretty cool if we could make the background updates work on your machines... I would need some more feedback. Just updated to 1.24.0 without issue this time with the in-client updater. My PC is not managed by a corporation. Just as a note though, which could be unrelated, I'm not sure; I actually had seemingly the exact same issue as before with a Git for Windows update recently. Sorry, I'm a little late getting back to you. Yes, my machine is a company machine, and we are also running CrowdStrike Falcon. Hi - we've been having the same problem on various machines. Machines are a mix of corporate managed and personally managed machines, and they are running Windows 10 Pro or Enterprise with MSFT security tools (nothing else added). The frequent error is due to a refusal to proceed because the "resources" directory is not empty due to something behind by an extension. Trace: Jun 12 18:33:58.992 INFO Starting: C:\Program Files\Microsoft VS Code\Code.exe, false Jun 12 18:33:58.994 INFO Checking for running Code.exe processes... (attempt 1) Jun 12 18:33:58.994 INFO Code.exe is running, wait a bit Jun 12 18:33:59.493 INFO Checking for running Code.exe processes... (attempt 2) Jun 12 18:33:59.504 INFO Code.exe is running, wait a bit Jun 12 18:34:00.005 INFO Checking for running Code.exe processes... (attempt 3) Jun 12 18:34:00.019 INFO Code.exe is running, wait a bit Jun 12 18:34:00.520 INFO Checking for running Code.exe processes... (attempt 4) Jun 12 18:34:00.532 INFO Code.exe is not running Jun 12 18:34:00.532 INFO Checking for possible conflicting running processes... (attempt 1) Jun 12 18:34:00.542 INFO Inno Updater v0.4.3 Jun 12 18:34:00.542 INFO Starting update, silent = false Jun 12 18:34:00.614 INFO do_update: "C:\Program Files\Microsoft VS Code\Code.exe", _ Jun 12 18:34:00.615 INFO move_update: "C:\Program Files\Microsoft VS Code\unins000.dat", _ Jun 12 18:34:00.615 INFO Delete: "api-ms-win-core-console-l1-1-0.dll" (attempt 1) Jun 12 18:34:00.616 INFO Delete: "api-ms-win-core-datetime-l1-1-0.dll" (attempt 1) Jun 12 18:34:00.616 INFO Delete: "api-ms-win-core-debug-l1-1-0.dll" (attempt 1) Jun 12 18:34:00.617 INFO Delete: "api-ms-win-core-errorhandling-l1-1-0.dll" (attempt 1) Jun 12 18:34:00.617 INFO Delete: "api-ms-win-core-file-l1-1-0.dll" (attempt 1) Jun 12 18:34:00.617 INFO Delete: "api-ms-win-core-file-l1-2-0.dll" (attempt 1) Jun 12 18:34:00.618 INFO Delete: "api-ms-win-core-file-l2-1-0.dll" (attempt 1) Jun 12 18:34:00.618 INFO Delete: "api-ms-win-core-handle-l1-1-0.dll" (attempt 1) Jun 12 18:34:00.619 INFO Delete: "api-ms-win-core-heap-l1-1-0.dll" (attempt 1) Jun 12 18:34:00.619 INFO Delete: "api-ms-win-core-interlocked-l1-1-0.dll" (attempt 1) Jun 12 18:34:00.619 INFO Delete: "api-ms-win-core-libraryloader-l1-1-0.dll" (attempt 1) Jun 12 18:34:00.619 INFO Delete: "api-ms-win-core-localization-l1-2-0.dll" (attempt 1) Jun 12 18:34:00.620 INFO Delete: "api-ms-win-core-memory-l1-1-0.dll" (attempt 1) Jun 12 18:34:00.620 INFO Delete: "api-ms-win-core-namedpipe-l1-1-0.dll" (attempt 1) Jun 12 18:34:00.621 INFO Delete: "api-ms-win-core-processenvironment-l1-1-0.dll" (attempt 1) Jun 12 18:34:00.621 INFO Delete: "api-ms-win-core-processthreads-l1-1-0.dll" (attempt 1) Jun 12 18:34:00.621 INFO Delete: "api-ms-win-core-processthreads-l1-1-1.dll" (attempt 1) Jun 12 18:34:00.622 INFO Delete: "api-ms-win-core-profile-l1-1-0.dll" (attempt 1) Jun 12 18:34:00.622 INFO Delete: "api-ms-win-core-rtlsupport-l1-1-0.dll" (attempt 1) Jun 12 18:34:00.622 INFO Delete: "api-ms-win-core-string-l1-1-0.dll" (attempt 1) Jun 12 18:34:00.623 INFO Delete: "api-ms-win-core-synch-l1-1-0.dll" (attempt 1) Jun 12 18:34:00.623 INFO Delete: "api-ms-win-core-synch-l1-2-0.dll" (attempt 1) Jun 12 18:34:00.623 INFO Delete: "api-ms-win-core-sysinfo-l1-1-0.dll" (attempt 1) Jun 12 18:34:00.624 INFO Delete: "api-ms-win-core-timezone-l1-1-0.dll" (attempt 1) Jun 12 18:34:00.624 INFO Delete: "api-ms-win-core-util-l1-1-0.dll" (attempt 1) Jun 12 18:34:00.625 INFO Delete: "api-ms-win-crt-conio-l1-1-0.dll" (attempt 1) Jun 12 18:34:00.625 INFO Delete: "api-ms-win-crt-convert-l1-1-0.dll" (attempt 1) Jun 12 18:34:00.625 INFO Delete: "api-ms-win-crt-environment-l1-1-0.dll" (attempt 1) Jun 12 18:34:00.626 INFO Delete: "api-ms-win-crt-filesystem-l1-1-0.dll" (attempt 1) Jun 12 18:34:00.626 INFO Delete: "api-ms-win-crt-heap-l1-1-0.dll" (attempt 1) Jun 12 18:34:00.627 INFO Delete: "api-ms-win-crt-locale-l1-1-0.dll" (attempt 1) Jun 12 18:34:00.627 INFO Delete: "api-ms-win-crt-math-l1-1-0.dll" (attempt 1) Jun 12 18:34:00.627 INFO Delete: "api-ms-win-crt-multibyte-l1-1-0.dll" (attempt 1) Jun 12 18:34:00.628 INFO Delete: "api-ms-win-crt-private-l1-1-0.dll" (attempt 1) Jun 12 18:34:00.628 INFO Delete: "api-ms-win-crt-process-l1-1-0.dll" (attempt 1) Jun 12 18:34:00.629 INFO Delete: "api-ms-win-crt-runtime-l1-1-0.dll" (attempt 1) Jun 12 18:34:00.629 INFO Delete: "api-ms-win-crt-stdio-l1-1-0.dll" (attempt 1) Jun 12 18:34:00.629 INFO Delete: "api-ms-win-crt-string-l1-1-0.dll" (attempt 1) Jun 12 18:34:00.630 INFO Delete: "api-ms-win-crt-time-l1-1-0.dll" (attempt 1) Jun 12 18:34:00.630 INFO Delete: "api-ms-win-crt-utility-l1-1-0.dll" (attempt 1) Jun 12 18:34:00.631 INFO Delete: "bin" (attempt 1) Jun 12 18:34:00.632 INFO Delete: "blink_image_resources_200_percent.pak" (attempt 1) Jun 12 18:34:00.632 INFO Delete: "Code.exe" (attempt 1) Jun 12 18:34:00.638 INFO Delete: "Code.VisualElementsManifest.xml" (attempt 1) Jun 12 18:34:00.638 INFO Delete: "CodeSignSummary.md" (attempt 1) Jun 12 18:34:00.638 INFO Delete: "content_resources_200_percent.pak" (attempt 1) Jun 12 18:34:00.639 INFO Delete: "content_shell.pak" (attempt 1) Jun 12 18:34:00.639 INFO Delete: "d3dcompiler_47.dll" (attempt 1) Jun 12 18:34:00.639 INFO Delete: "ffmpeg.dll" (attempt 1) Jun 12 18:34:00.640 INFO Delete: "icudtl.dat" (attempt 1) Jun 12 18:34:00.640 INFO Delete: "libEGL.dll" (attempt 1) Jun 12 18:34:00.641 INFO Delete: "libGLESv2.dll" (attempt 1) Jun 12 18:34:00.641 INFO Delete: "locales" (attempt 1) Jun 12 18:34:00.654 INFO Delete: "msvcp140.dll" (attempt 1) Jun 12 18:34:00.655 INFO Delete: "natives_blob.bin" (attempt 1) Jun 12 18:34:00.655 INFO Delete: "node.dll" (attempt 1) Jun 12 18:34:00.657 INFO Delete: "pdf_viewer_resources.pak" (attempt 1) Jun 12 18:34:00.657 INFO Delete: "resources" (attempt 1) Jun 12 18:34:01.367 INFO Delete: "resources" (attempt 2) Jun 12 18:34:01.568 INFO Delete: "resources" (attempt 3) Jun 12 18:34:02.019 INFO Delete: "resources" (attempt 4) Jun 12 18:34:02.820 INFO Delete: "resources" (attempt 5) Jun 12 18:34:04.071 INFO Delete: "resources" (attempt 6) Jun 12 18:34:05.872 INFO Delete: "resources" (attempt 7) Jun 12 18:34:08.323 INFO Delete: "resources" (attempt 8) Jun 12 18:34:11.524 INFO Delete: "resources" (attempt 9) Jun 12 18:34:15.575 INFO Delete: "resources" (attempt 10) Jun 12 18:34:20.576 INFO Delete: "resources" (attempt 11) Jun 12 18:34:26.628 INFO Delete: "resources" (attempt 12) Jun 12 18:34:33.829 INFO Delete: "resources" (attempt 13) Jun 12 18:34:42.280 INFO Delete: "resources" (attempt 14) Jun 12 18:34:52.082 INFO Delete: "resources" (attempt 15) Jun 12 18:35:03.333 INFO Delete: "resources" (attempt 16) Jun 12 18:35:16.134 INFO Delete: "resources" (attempt 17) Jun 12 18:35:30.585 INFO Delete: "resources" (attempt 18) Jun 12 18:35:46.786 INFO Delete: "resources" (attempt 19) Jun 12 18:36:04.837 INFO Delete: "resources" (attempt 20) Jun 12 18:36:24.838 INFO Delete: "resources" (attempt 21) Jun 12 18:36:46.889 INFO Delete: "resources" (attempt 22) Jun 12 18:37:11.090 INFO Delete: "resources" (attempt 23) Jun 12 18:37:37.541 INFO Delete: "resources" (attempt 24) Jun 12 18:38:06.343 INFO Delete: "resources" (attempt 25) Jun 12 18:38:37.594 INFO Delete: "resources" (attempt 26) Jun 12 18:39:11.395 INFO Delete: "resources" (attempt 27) Jun 12 18:39:11.396 ERRO The directory is not empty. (os error 145) Extension (all folders in path starting from and including "resources" only contain the sub-folder indicated in the path - the last folder is empty). C:\Program Files\Microsoft VS Code\resources\app\extensions\markdown\node_modules\highlight.js\docs We love the tool. Thx. @joaomoreno , I was getting the same error Access denied os error(5) When i was trying to update vs code insiders , but after reading the this whole thread I disabled the malwarebytes protection software on my PC completely , and Voila , the update completed super smooth. I think these protection softwares are the root cause behind this update error. I've had this problem since 1.22.2 (trying to upgrade to 1.23). I'm in a corporate environment with a bunch of security stuff installed and have had the same issues with: ... 10:21:48.097 INFO Delete: "Code.exe" (attempt 11) Jun 14 10:21:48.097 ERRO Access is denied. (os error 5) As an additional data point, I tried setting update.enableWindowsBackgroundUpdates to false, which launched the installer when updating from within the client. However this also failed to update Code.exe with an access denied error. Manually downloading the installer (1.24.1) and launching it worked. Having the same issue since 1.24.0, both on my work PC and my home PC. Getting the same Access Denied errors for Code.exe as the original poster. Manually downloading the update and applying it worked for 1.24.0, but I am reporting this now instead of ignoring it like last time, so I did not try to manually update to 1.24.1. Jun 14 08:44:21.961 INFO Starting: C:\Program Files\Microsoft VS Code\Code.exe, false Jun 14 08:44:21.966 INFO Checking for running Code.exe processes... (attempt 1) Jun 14 08:44:21.972 INFO Code.exe is running, wait a bit Jun 14 08:44:22.472 INFO Checking for running Code.exe processes... (attempt 2) Jun 14 08:44:22.487 INFO Code.exe is running, wait a bit Jun 14 08:44:22.987 INFO Checking for running Code.exe processes... (attempt 3) Jun 14 08:44:23.001 INFO Code.exe is running, wait a bit Jun 14 08:44:23.501 INFO Checking for running Code.exe processes... (attempt 4) Jun 14 08:44:23.515 INFO Code.exe is not running Jun 14 08:44:23.515 INFO Checking for possible conflicting running processes... (attempt 1) Jun 14 08:44:23.529 INFO Inno Updater v0.4.3 Jun 14 08:44:23.530 INFO Starting update, silent = false Jun 14 08:44:23.589 INFO do_update: "C:\\Program Files\\Microsoft VS Code\\Code.exe", _ Jun 14 08:44:23.589 INFO move_update: "C:\\Program Files\\Microsoft VS Code\\unins000.dat", _ Jun 14 08:44:23.590 INFO Delete: "Code.exe" (attempt 1) Jun 14 08:44:23.641 INFO Delete: "Code.exe" (attempt 2) Jun 14 08:44:23.842 INFO Delete: "Code.exe" (attempt 3) Jun 14 08:44:24.292 INFO Delete: "Code.exe" (attempt 4) Jun 14 08:44:25.093 INFO Delete: "Code.exe" (attempt 5) Jun 14 08:44:26.344 INFO Delete: "Code.exe" (attempt 6) Jun 14 08:44:28.145 INFO Delete: "Code.exe" (attempt 7) Jun 14 08:44:30.595 INFO Delete: "Code.exe" (attempt 8) Jun 14 08:44:33.796 INFO Delete: "Code.exe" (attempt 9) Jun 14 08:44:37.848 INFO Delete: "Code.exe" (attempt 10) Jun 14 08:44:42.848 INFO Delete: "Code.exe" (attempt 11) Jun 14 08:44:42.849 ERRO Access is denied. (os error 5) I can run Process Hacker however when the bug occurs, and following the procedure from this comment, I can see there are no Code.exe processes running when the error dialog is shown. In case the command lines are important, here they are, in order: C:\Users\bmiller\AppData\Local\Temp\vscode-update-x64\CodeSetup-stable-24f62626b222e9a8313213fb64b10d741a326288.exe /verysilent /update="C:\Users\bmiller\AppData\Local\Temp\vscode-update-x64\CodeSetup-stable-24f62626b222e9a8313213fb64b10d741a326288.flag" /nocloseapplications /mergetasks=runcode,!desktopicon,!quicklaunchicon "C:\Users\bmiller\AppData\Local\Temp\is-UDDQA.tmp\CodeSetup-stable-24f62626b222e9a8313213fb64b10d741a326288.tmp" /SL5="$7322B2,45792428,159232,C:\Users\bmiller\AppData\Local\Temp\vscode-update-x64\CodeSetup-stable-24f62626b222e9a8313213fb64b10d741a326288.exe" /verysilent /update="C:\Users\bmiller\AppData\Local\Temp\vscode-update-x64\CodeSetup-stable-24f62626b222e9a8313213fb64b10d741a326288.flag" /nocloseapplications /mergetasks=runcode,!desktopicon,!quicklaunchicon "C:\Users\bmiller\AppData\Local\Temp\vscode-update-x64\CodeSetup-stable-24f62626b222e9a8313213fb64b10d741a326288.exe" /SPAWNWND=$1221CC /NOTIFYWND=$7322B2 /verysilent /update="C:\Users\bmiller\AppData\Local\Temp\vscode-update-x64\CodeSetup-stable-24f62626b222e9a8313213fb64b10d741a326288.flag" /nocloseapplications /mergetasks=runcode,!desktopicon,!quicklaunchicon "C:\Users\bmiller\AppData\Local\Temp\is-CVUNE.tmp\CodeSetup-stable-24f62626b222e9a8313213fb64b10d741a326288.tmp" /SL5="$480A92,45792428,159232,C:\Users\bmiller\AppData\Local\Temp\vscode-update-x64\CodeSetup-stable-24f62626b222e9a8313213fb64b10d741a326288.exe" /SPAWNWND=$1221CC /NOTIFYWND=$7322B2 /verysilent /update="C:\Users\bmiller\AppData\Local\Temp\vscode-update-x64\CodeSetup-stable-24f62626b222e9a8313213fb64b10d741a326288.flag" /nocloseapplications /mergetasks=runcode,!desktopicon,!quicklaunchicon "C:\Program Files\Microsoft VS Code\tools\inno_updater.exe" "C:\Program Files\Microsoft VS Code\Code.exe" false Let me know if you need anything else, I can reproduce this at will. @Fulg Great details. It would be very interesting to find out whether we could detect such a scenario... why would access be denied in your machine? @joaomoreno, C:\\Program Files\\Microsoft VS Code\\Code.exe exists when the error occurs. I ran the update with Process Monitor opened, figuring it might give another clue to the failure: I have saved the entire log (filtered by the strings "code" and "updater" in the process names), you can get it here. I am happy to try other things if you want. I am getting the same issue. It has happened so far for the last 2 updates for Insiders. I have had to reinstall it twice now due to it erroring me out. I get the same "Access is denied. (os error 5)" error code at the bottom of the log. Getting the same error log as sergio-domingues The same here. What I think strange is that I did the update as administrator, and there the VS Code is 1.24.1, but for my normal user, it's still showing the old version 1.24.0. My laptop is corporate managed with Windows 7 64bit. Interesting detail: as I tried to test other cases, the 1.24.1 update actually succeeded, so it seems this is a somewhat random problem. I wanted to check if another process was somehow keeping a handle on the old Code.exe (antivirus or whatever). I tried to force another update by changing the commit field in C:\Program Files\Microsoft VS Code\resources\app\product.json but that did not help, the update succeeded again. Hopefully the information I posted before will be helpful, as it seems I cannot reproduce the issue anymore. Sorry, but I'm confused now. Is this a random problem or is it related with people who has his laptop managed by the employer? A second question is: why the user VS Code isn't updated when I do the update as administrator? Is this another issue? @marcelomgarcia, sorry if my comments confused you. What I I meant is that I had the error constantly (I could not update from 1.24.0 to 1.24.1), and in the process of investigating possible causes, the problem just stopped occurring despite no configuration changes on my part. My PC is still managed by my organization, even though we have Admin-level accounts. It seems that if you keep retrying, eventually you will succeed. This probably means it is a subtle timing problem in the upgrade process, which occurs more often for some people than others. @joaomoreno, I managed to reproduce the problem again while writing this comment (I think this proves the bug is indeed random!), this time adding more bits to the Process Monitor log. You can find it here. Interestingly, I see now there are multiple attempts at deleting the file (is this new from 1.24.1?), all of them fail, but there are also several BUFFER OVERFLOW errors: Hope this helps. These are great insights! I had this issue just now on Windows 10 64 Bit, error code os error 5. Was not able to try the update again because file Code.exe did not exist. Something I noticed that can help anyone while this is being fixed, and also may help with diagnosing this is that once the VS Code application has finished installing the update, and the little popup comes up in the bottom right telling you to 'Restart to apply Updates', just closing the window manually and restart applies the update no problem Guys & girls, I got something else for you to try out today. I just pushed user installable Windows setup packages to our build pipeline. This should let you install VS Code without administrator privileges, in your LOCALAPPDATA folder while keeping those nice background updates. So, I ask you this: Install the Insiders User Setup: https://vscode-update.azurewebsites.net/latest/win32-x64-user/insider Make sure it runs fine. Similarly to the suggestion above, open the %localappdata%\Programs\Microsoft VS Code\resources\app\product.json and change the commit field to outdated. Restart Code, an update should happen Does the update succeed in this setup? If so, please give it a few more retries just to make sure it succeeds consistently. If not, hit me up with the log file so I can take a look. Thanks, looking forward for the experiment results 🤓 @joaomoreno, that new Insiders build succeeds for me when installing forced updates 5 out of 5 times. The old 1.24.1 on the same machine succeeded only once out of 5 (new) attempts. Not a fan of installing apps in %localappdata%, but if you must... BTW, I should have mentioned this earlier: on my machine UAC is partially gimped and set to Never Notify (it is still active however). My account has Admin privileges on the local PC but I don't run VS Code elevated. @Fulg That is great news. BTW, I should have mentioned this earlier: on my machine UAC is partially gimped and set to Never Notify (it is still active however). My account has Admin privileges on the local PC but I don't run VS Code elevated. That's interesting, I'll try that setup locally. Anyone else wants to provide some more feedback? I can't reproduce this at all any more. The last 4 updates have applied with no issue anyone who solved this problem? I had the same problem and disabled MalwareBytes as a user suggested earlier. This solved it for me. After some testing around I found MalwareBytes Ransomware protection to be the cause of the issue for me. It's only tested with 1.25.0 Insiders but maybe it could help on other versions, too. Hopefully, this is the same issue as I have not been able to delete or modify the VSCode executable itself after running the update. I tried with the insider build (1.26) but the update failed. However, I too have MalwareBytes installed and, according to their forum, their ransomware protection appears to cause this kind of problems for many users with various applications. https://forums.malwarebytes.com/topic/229748-mb-3512522-prevents-some-programs-updating/ As I have recently experienced problems with updating other programs in addition to VS Code, I believe that my problems are not due to any flaw in VS Code. Similar problem; similar solution -- in case it helps someone: Neither in-Code updates nor exe download worked for me under normal or elevated UAC. ESET turned out to be the culprit. Installed without issue when real-time protection is fully disabled. (Win10x64, Dell Inspiron 7000) Something strange going on here..... Both my servers (HPE Blade) running (repspectively) Win 2016 Stable and Win 2019 Preview. Updating 1.24 -> 1.25 failed on both. Whats worth noting is that update on Win10 Desktop went without an issue. I've had the same issue with 1.24.1 and now 1.25. Same error that others have described, with the installer failing after being unable to delete code.exe. I have an employer managed machine as well. As a work around, I've found the following to solve the issue on both machines I've tried it on ... After the installer opens and shows the green progress bar, once it cycles ~3 times I cut and paste code.exe out of the folder. I had to allow the move by clicking through an elevation prompt, but otherwise the update worked right away both times. My idea was giving it enough time to recognize code.exe exists, but have code.exe disappear before it gives up trying to delete it itself. Maybe that will help some of you out!? Same issue for latest update (1.25~). Is this an issue only for windows users? @daditangs I can't say anything for Mac OS but on Linux the internal updater is not really used. Most applications are centrally managed using a package manager and at least on ArchLinux it is used for VSCode, too. vscode-inno-updater-normal.log vscode-inno-updater-insider.log I had a problem to update to the latest version just now. Also had the same problem with the previous update. I also tried to install the insider version, still had the update problem. I have malwarebytes installed as some others said above. Just uninstall it after updating Malware bytes, then re-install VS Code, works perfectly. There's a new update on MalwareBytes just today that is supposed to fix the issue with ransomware protection preventing update on programs. This is pretty cool. @FossoresLP I already got the latest update. Indeed, based on the comments above, I needed to download the exe installer and reinstall. However, with my colleague, he did not experience this issue on his laptop (same as mine) I uninstalled Visual Studio Code and checked for Malwarebytes updates. I was already up to date. I reinstalled VSC and I'm back in business. Everything appears in order. Also here's the error message I received. Redirecting here is good to raise awareness. But ultimately, it forces everyone to scroll through the comments to figure out why they landed here. A better UX would be to: allow VSCode to update in background - this means 1) do not nag me on every instance, every time whether I want to update or not. 2) do not require admin permissions to do so. upgrade vscode the next time it restarts silently (maybe make it configurable) When in doubt, follow Chrome's auto-update behavior. Please do not let VSCode become the next Adobe Flash. :pray: allow VSCode to update in background - this means 1) do not nag me on every instance, every time whether I want to update or not. 2) do not require admin permissions to do so. This is exactly what the link you just followed pointed to: https://github.com/Microsoft/vscode/issues/47841#issuecomment-399941682 That comment suggests you use the user installable package: https://vscode-update.azurewebsites.net/latest/win32-x64-user/insider This setup will not ask for permission to update, nor credentials, it just updates in the background. @joaomoreno Well that didn’t happen exactly it was supposed to. I simply landed at the last comment. In fact, even now, on ios safari, it takes you one comment above your intended comment. But even assuming technology worked the way it’s supposed to, it’d take a lot to connect the dots. Install failed, some page opened and why am I looking at some random github issue? The developer in me admires this marvel idea, the end user in me is horrified at the new direction this UX is going!! 😂 Disabling Malwarebytes while running installer worked for me I attempted to use the joaomoreno's insiders User setup method, which didn't work (lost during update). After that I tried disabling MWB ransomware protection as others have mentioned - that worked instantly! Note - it seems you don't have to completely disable MWB, only the ransomware module. I don't have malwarebytes and I also have this error: Failed to install VS Code update. Please download and reinstall VS Code. Please attach the following log file to a new issue on GitHub: C:\Users\beabri01\AppData\Local\Temp\vscode-inno-updater.log You might want to try the new Windows User Setup available from version 1.25. You will be redirected to a link which provides more information: https://aka.ms/vscode-update-access-denied vscode-inno-updater.log @bcbeatty Do you have another kind of anti-virus/malware? Just windows defender Faced this issue while updating VS Code today: VS Code current version: Version: 1.25.0 Commit: 0f080e5267e829de46638128001aeb7ca2d6d50e Date: 2018-07-05T13:11:58.697Z Electron: 1.7.12 Chrome: 58.0.3029.110 Node.js: 7.9.0 V8: 5.8.283.38 Architecture: x64 OS-Windows 10 64-bit Same here, no additional AV is installed, pretty clean system, same problem Microsoftee brilliance at work yet again F* this same issue found today: Version 1.24.1 Commit 24f62626b222e9a8313213fb64b10d741a326288 Date 2018-06-13T17:51:32.889Z Shell 1.7.12 Renderer 58.0.3029.110 Node 7.9.0 Architecture x64 Target version: 1.25.1 Jul 25 10:24:43.139 INFO Starting: C:\Program Files\Microsoft VS Code\Code.exe, false Jul 25 10:24:43.144 INFO Checking for running Code.exe processes... (attempt 1) Jul 25 10:24:43.144 INFO Code.exe is running, wait a bit Jul 25 10:24:43.652 INFO Checking for running Code.exe processes... (attempt 2) Jul 25 10:24:43.668 INFO Code.exe is running, wait a bit Jul 25 10:24:44.198 INFO Checking for running Code.exe processes... (attempt 3) Jul 25 10:24:44.213 INFO Code.exe is running, wait a bit Jul 25 10:24:44.717 INFO Checking for running Code.exe processes... (attempt 4) Jul 25 10:24:44.733 INFO Code.exe is running, wait a bit Jul 25 10:24:45.245 INFO Checking for running Code.exe processes... (attempt 5) Jul 25 10:24:45.386 INFO Code.exe is running, wait a bit Jul 25 10:24:45.908 INFO Checking for running Code.exe processes... (attempt 6) Jul 25 10:24:45.929 INFO Code.exe is running, wait a bit Jul 25 10:24:46.445 INFO Checking for running Code.exe processes... (attempt 7) Jul 25 10:24:46.468 INFO Code.exe is not running Jul 25 10:24:46.468 INFO Checking for possible conflicting running processes... (attempt 1) Jul 25 10:24:46.587 INFO Inno Updater v0.4.4 Jul 25 10:24:46.587 INFO Starting update, silent = false Jul 25 10:24:46.945 INFO do_update: "C:\Program Files\Microsoft VS Code\Code.exe", _ Jul 25 10:24:46.945 INFO move_update: "C:\Program Files\Microsoft VS Code\unins000.dat", _ Jul 25 10:24:46.945 INFO Delete: "Code.exe" (attempt 1) Jul 25 10:24:46.996 INFO Delete: "Code.exe" (attempt 2) Jul 25 10:24:47.197 INFO Delete: "Code.exe" (attempt 3) Jul 25 10:24:47.648 INFO Delete: "Code.exe" (attempt 4) Jul 25 10:24:48.448 INFO Delete: "Code.exe" (attempt 5) Jul 25 10:24:49.699 INFO Delete: "Code.exe" (attempt 6) Jul 25 10:24:51.500 INFO Delete: "Code.exe" (attempt 7) Jul 25 10:24:53.951 INFO Delete: "Code.exe" (attempt 8) Jul 25 10:24:57.184 INFO Delete: "Code.exe" (attempt 9) Jul 25 10:25:02.765 INFO Delete: "Code.exe" (attempt 10) Jul 25 10:25:07.958 INFO Delete: "Code.exe" (attempt 11) Jul 25 10:25:07.959 ERRO Access is denied. (os error 5) Just got it, I have all the standard internal bloatware installed. Failing to rename "Resources". I believe I was on 0707dd4940b3fdbea8339595de478f354f6dda83. vscode-inno-updater.log vscode-inno-updater.log @JacksonKearl @sbatten Do you have any antivirus set up? How about OneDrive? @joaomoreno I haven't set up anything other than the standard stuff for domain joined computers. This includes "Windows Defender Advanced Threat Protection" antivirus, @dbaeumer and @sbatten would know more about if that could be the culprit here. I don't have any OneDrive set up. @joaomoreno Defender and Defender ATP are both enabled as these are corp machines. I don't currently have OneDrive configured on this machine. I just got this again today on my user install. @joaomoreno there is a zombie process that I cannot kill. command line: "C:\Users\stbatt\AppData\Local\Programs\Microsoft VS Code Insiders\Code - Insiders.exe" "c:\Users\stbatt\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\out\bootstrap" --type=extensionHost @joaomoreno FWIW. I got tired of dealing with this issue and started updating by manually uninstalling the old version then downloading and installing the new version, and this time I still got an access denied error when updating Code.exe from the full installer. As usual this was a random occurrence, simply clicking Retry from the installer solved the problem. It is as if Code.exe stays locked for (say) 30 seconds after the process exited. So this is not strictly a bug in the updater, the same sequence of events can be reproduced outside the VSCode self-update mechanism if you are quick enough. Running into this also with OneDrive + Defender @Fulg Yeah it's a tough issue for me to track down, since its hard to reproduce. It is as if Code.exe stays locked for (say) 30 seconds after the process exited. Yeah, I just haven't figured out why that is... Do you think it's just a matter of increasing the retry timeouts? All of this discussion doesn't solve the problem or right explanation of the problem: That is with some installers, which I don't understand cause problem, but many problem comes from electron packer, that when making try to uninstall not fully exited or already doesn't seen in task manager app occasionally making the .exe access denied though in delivered security problem (unble to display current user), the solution only reboot or trying to wait with install after few days (doesn't tried), but maybe problem from firefox updates some files with extension moz-backup cannot be deleted in some circumstences making firefox/nightly browser unusable till reboot, many apps that use electron have that issue Oh, And deleting such files only shows disappeared F5 brings them back (until reboot) after reboot thay may disappear or can be deleted successfully, none application of unlocking doesn't successed with them, some sophisticated progs shows that exist handle on system that cannot not be unlocked @joaomoreno I would look into adding Handle (from the ever resourceful Mark Russinovitch) to the VSCode package and use it in the updater in case of failure to create a log that explains why the file is still locked, and who is locking it. This might give a clue and point to the real culprit. I am happy to try this locally since I can readily reproduce the problem, however I haven't looked into what is required to make a custom VSCode build from source. I discovered that if you ignore the updater's prompt for a restart, and instead close Code using the [x] at the top right, the update then proceeds correctly. I hit this issue today. While following the instructions in https://github.com/Microsoft/vscode/issues/47841#issuecomment-399941682, the update proceeded as expected, but I received many instances of the error shown in the image with different filename listed. Hitting Retry on each seemed to work as I did not notice any repeated files, but it was annoying. After a couple dozen Retrys, I Aborted. Will probably uninstall and reinstall. Same access error - encountered many times before. Download/Reinstall works but in place update should also work as offered. Why it's it fixed already? vscode-inno-updater.log Why it's it fixed already? Because it seems to be pretty hard to figure out the root cause. Guys, I'm taking a different approach to updating Code in the background especially wrt deleting the old version. The current implementation tries to delete the old version, and if it gets stuck in a file/folder it keeps retrying until it succeeds. If it never succeeds, due to an antivirus program or any other reason, it just throws its hands up and gives up. This leaves a broken installation behind. Not great. The new implementation will first attempt to get exclusive handles on all the files to be deleted. Once all handles are acquired, it promptly deletes the files; this should succeed since the handles are exclusive. Once that's done, all folders get deleted. Then, the update is applied. This will not prevent the background update from not working due to antivirus, etc... but (1) it should reduce the chances of that happening and (2) it prevents broken installations, which seems crucial by now. https://github.com/Microsoft/inno-updater/compare/45c9716c81d93f54f982fff765261b59bea072f2...01e696d2edb43b64271aea113e1d6b97a68b2467 I'll keep the issue open since I don't have a reproducible case. We'll close it eventually if issues stop coming in and/or if people confirm that this helps their setup. @joaomoreno FYI - the last couple of Insider updates have had this problem for me. I could not delete the Code-Insiders.exe file until I rebooted my PC. I tested the new update with a locked file and it behaved nicely and the installation was kept intact. However a looked directory makes the installation still fail. You can lock a directory easily by opening a Windows Command prompt (cmd.exe) on it. I started with version 1.27.0-insider. VS Code prompted for an update. The update eventually failed. Screenshots and log file should be attached. vscode-inno-updater-1535724318.log Version: 1.25.1 Commit: 1dfc5e557209371715f655691b1235b6b26a06be Date: 2018-07-11T15:43:53.668Z Electron: 1.7.12 Chrome: 58.0.3029.110 Node.js: 7.9.0 V8: 5.8.283.38 Architecture: x64 attempted to auto-update vscode-inno-updater.log Microsoft Defender is my anti-virus @mcollier Thanks for experimenting. Two asks for you: Did the installation get broken? It should not have broken this time. If you use Process Hacker, you can find the runnaway Code - Insiders.exe process and see which other process has an open handle to it. Which one is it? Occurring to me today, fails to update via the internal "Close and Update" button, as well as manually X-ing the window and trying to allow the update to proceed. vscode-inno-updater.log @joaomoreno Can you clarify "broken"? The update didn't work, but VS Code - Insiders still functions. It just continues to notify me to restart to update. I can't find 'Code - Insiders.exe' with Process Hacker. but VS Code - Insiders still functions That's it :+1: I faced this issue multiple times. Running a windows 10 enterprise installation. vscode-inno-updater.log I've been getting this too just as I switch to the user install. I used information I learned by having the same issue with the Twitch program and checked the System proess (PID4) and sure enough, there it was; open file handle for Code.exe. Just have no idea WHY this happens. (Yes yes, something about system taking over the handle for another program when 'something' happens. Just no idea what program and why it needs to have an open file handle on the exe.) ....never managed to get past this stage with Twitch either. This is still happening to me. vscode-inno-updater-1536343392.log Introduction This is also happening to me. Ever since I installed the User-specific version of Insiders starting with 1.26.0. I finally got fed up with it and uninstalled it and then fresh installed 1.27.0. I know that 1.28.0 is out, but I'm still having the same issues. System Information Anti-Virus Information I am using Trend Micro Maximum Security anti-virus. I am using Folder Shield (which protects against ransomware), BUT the installation directory where VS Code Insiders resides is NOT protected by Folder Shield. (And, I've turned Folder Shield off to make sure that this is not causing an issue.) I also completely exited Trend Micro Maximum Security in an attempt to have the update succeed--no dice. Video Card I am running a laptop system with dual Nvidia GeForce 680M video cards running the latest available drivers. (I just installed the latest driver today--I was two versions behind. The same behavior of installation occurred with the old driver as it does with the new driver.) Why do I mention video card? Because I know, especially for Nvidia, how intrusive some of its programs are--adding a "filter driver" type driver entries that operate even on the level of folders and files throughout all of Windows Explorer which seeming have nothing to do with graphics.... I have no idea why they register their software so deeply into the system for things which seem to have nothing to do with graphics display. (But, I'm not a video driver programmer--so what do I know?) My Recent Findings There seem to be two scenarios that can happen. So let's take them one at a time. Updating from Within Visual Studio Code - Insiders When attempting to update from within Visual Studio Code - Insiders, I get the Error dialog many others have gotten, with the message: C:\Users\<my_user_name>\AppData\Local\Programs\Microsoft VS Code Insiders\tools\inno_updater.exe An error occurred while trying to replace the existing file: DeleteFailed; code 32. The process cannot access the file because it is being used by another process. I used ProcessExplorer and searched the open handles on my system. It turns out that the SYSTEM process (pid 4) has an open, exclusive handle to this file. Attempting to close the handle via ProcessExplorer results in another error message from ProcessExplorer: Error opening process: The handle is invalid. (Even though I opened ProcessExplorer as an elevated process, it's likely I still wouldn't have the rights to close a handle opened by SYSTEM, not sure, but that's the only reason I could think of other than the obvious reason stated by the error message; but if I've learned anything using Windows over the last 30 years is that error messages don't always tell you the whole story.) Rebooting the Machine and Attempting an Upgrade via a Download of the New Installer This, too, didn't work. In this case, the installer showed the same error dialog, but this time for Code - Insiders.exe. And, like for inno_updater.exe, the SYSTEM process (pid 4) is holding a lock on this file (and several others if you're patient enough to click Skip on each such occurrence of the error). In order to attempt to resolve this issue, I took the drastic steps of: Navigate to the installation location of Visual Studio Code - Insiders in my user directory Remove all inherited folder permissions on the installation directory and copying the inherited permissions an explicit permissions granted at this folder location. (Note, this covers the location of inno_updater.exe, too.) Changed the SYSTEM account's access to the folder from Allow, Full Control to Deny, Full Control Reboot. This did not work. (NOTE: looking in ProcessExplorer, the SYSTEM process runs under the context of NT AUTHORITY\SYSTEM, which is why I sought to deny access to the VS Code Insiders location.) So, the only way I can get an updated copy of Visual Studio Code - Insiders to install is to: Uninstall Visual Studio Code - Insiders from Apps & Features. Uninstallation "succeeds", but I get a dialog that says that some files could not be deleted and that I would need to remove them manually. That makes sense given various files have locks on them by the SYSTEM process. Reboot the computer. Since after the reboot VS Code Insiders is not technically installed anymore, the SYSTEM process does not open handles to those files after the reboot. Delete the remaining installation files left behind after uninstalling. Install the updated Visual Studio Code - Insiders build. I don't know that my log file is going to tell you anything more useful than anyone else's. All attempts to prevent/circumvent the file handles opened by the SYSTEM process have been unsuccessful. I'll do some Bing'ing to see if anyone else has a method of preventing SYSTEM from opening handles on certain files. One thing I haven't tried--and maybe I'll do that real quick after submitting this comment--is disabling my anti-virus software's Windows Service and rebooting. I'm not sure that that would work, however, as I do have it loaded as part of the Boot process to protect my computer even before Windows is fully up and running. But I'll try anyway and report back. OK, so I disabled the Trend Micro Solution Platform service and rebooted. I opened Visual Studio Code - Insiders and checked for updates and then clicked Restart to install updates. No dice. 😞 I got the following error dialog: Failed to install VS Code update. Updates may fail due to anti-virus software and/or runaway processes. Please try restarting your machine before attempting to update again. If update fails repeatedly, please attach the following log file to a new issue on GitHub[.] Looking at the log file, even though I performed the update process starting from within VS Code Insiders, it appears that the failure was as a result of being unable to obtain a lock on Code - Insiders.exe (again, because, SYSTEM is holding open a handle on this file). So, my "two scenarios" listed above are a little incorrect in that it's not based on where/how an update is performed, but only on which files are trying to be updated. In most cases (>90%), Code - Insiders.exe is trying to be replaced. In some smaller amount of cases, it's inno_updater.exe which is trying to be replaced. I would venture that we should forget about inno_updater.exe for the moment and focus only on Code - Insiders.exe. Also, it's likely that determining the reason for one would also determine the reason for the other. I'll post my log file (only changing my username in the logfile), but again, I don't think it'll be all that helpful. The most reliable method to updating VS Code User installation is the 4 step method I posted above: Uninstall, Reboot, Delete leftover files, Install new version. Ugh. What a pain. I think for now I'll go back to a machine-wide installation. I never had issues with that. Hopefully, you guys will be able to figure this out; it sounds like it's been a tricky bugger to get to the bottom of. Let me know if there's anything else I can provide to aid in your efforts, as the User install does seem to be a better installation option for this type of program. vscode-inno-updater-1536435075.log Still happening with VS Code Insiders v1.27.0 (trying to update to 1.28.0). Interestingly, I noticed that after the update to 1.28.0 failed, the Add/Remove programs dialog indicates that 1.28.0 is installed (it isn't). I have the same issue for the latest release. Sep 14 06:21:27.768 ERRO Failed to create file handle: The process cannot access the file because it is being used by another process. Same error for me while running vscode with user priviliges (while my user is local administrator) Closed vscode and restarted with 'run as administrator' > no error showing up Closing vcscode again > setup starts I did forget to mention that updating also failed when running VS Code (regular and Insiders) with elevated privileges and without, as well as running the actual installer itself with/without elevated privileges. TBH, I completely expected that given the file locks opened by SYSTEM. So this just happened to me today on my home machine (the one I described above in earlier comments) with the non user-only installation of VS Code Insiders edition. Additionally, I do not experience this problem on my work computer; updates on that computer have occurred flawelessly. My work computer is an HP zBook. Update: restarting VS Code Insiders (non user-only instalation) and re-attempting the update was successful. Why it's it fixed already? Because it seems to be pretty hard to figure out the root cause. This is how I got this problem and how I fixed it. After the version 1.26 came out I downloaded manually the User Installer and it gave me an access denied error because I tried to install it to Program Files folder (C:\Program Files\Microsoft VS Code\ ) so I opened the installer with run as administrator option. Running Code started to prompt this access denied error all the time (after version 1.27 came out, I suppose) so I did some googling and ended up here. Then I googled some more and I decided reinstall it to the default folder (AppData) so I don't have to use run as administrator option to run the installer. Now it's working fine. I had a bit of an epiphany on Friday. I had installed the Vivaldi browser on both my work and home computers. By default, the Vivaldi browser also gets installed into the %userprofile%\AppData\Local folder. On my work PC, I have no problems updating the browser. But on my home PC, the updates always fail due to—can you guess?—locked files! Locked by the SYSTEM process. The same exact reason that updates to the user installations of VS Code and VS Code Insiders fail. One thing that's worth checking out is what installer technology is being used by Vivaldi. Is the installer technology the same as that being used by VS Code? If so, then maybe it's something specific to the installer. Ruling out any installer issues and the installation location, it would seem most likely that this issue is machine-specific, I'm sorry to report, because for the life of me I'm unable to determine why this particular machine is behaving in such a manner. 1.28 is the second version I haven't been able to update and had to install from downloaded installer. Same errors as every one else. Tried disabling some startup items, restarting...didn't help. Same problem here. Stock Windows 10 Pro on a Surface Pro 4, joined to a work domain. No fancy antivirus. SYSTEM has a handle on the file, and I can't stop that. Rebooting doesn't fix. This seems to have a tenuous association with work computers. Does that suggest being joined to a domain relates to the problem? @arencambre, My laptop does connect to a domain when I'm at work, though I've experienced the problem even when I'm at home and not connected to a domain. It also happens on my home computer, which is not in a domain. I had a bit of an epiphany on Friday. I had installed the Vivaldi browser on both my work and home computers. By default, the Vivaldi browser also gets installed into the %userprofile%\AppData\Local folder. On my work PC, I have no problems updating the browser. But on my home PC, the updates always fail due to—can you guess?—locked files! Locked by the SYSTEM process. The same exact reason that updates to the user installations of VS Code and VS Code Insiders fail. One thing that's worth checking out is what installer technology is being used by Vivaldi. Is the installer technology the same as that being used by VS Code? If so, then maybe it's something specific to the installer. Ruling out any installer issues with respect to the installation location, it would seem most likely that this issue is machine-specific, I'm sorry to report, because for the life of me I'm unable to determine why this particular machine is behaving in such a manner. I also run Vivaldi and have the SAME issue! I thought it was just me! @arencambre It does not seem to be highly correlated to domain-joined computers. My domain-joined work computer has no issues updating VS Code (regular or Insiders) nor Vivaldi (which also installs into %userprofile%\AppData\Local). My home computer, on the other hand, which is NOT domain-joined exhibits this behavior for both applications. Therefore, as I stated previously, this issue is not a VS Code-specific issue, but is probably a machine-specific issue. (I'm leaning towards ruling out the installer because it's not the installer which has a problem, rather, it's the SYSTEM account holding a lock on files which need to be replaced.) Top culprits are the Anti-Virus program and/or it's configuration. In my case, on my work computer they use Sophos Anti-Virus--again, this computer does not have an issue updating VS Code. On my home computer, I'm running Trend Micro Maximum Security, the latest version. It may be helpful if others also list their anti-virus program in use to see if there are any program and/or configuration commonalities that could help determine why the SYSTEM process is holding locks on these files. Here's my setup: Latest VS Code (non-insider) User installed Windows 10 1809 (2H18) Windows Defender for anti-virus NOT domain joined Both my laptop and my desktop are set up the same as above and exhibit the same problem. I just uninstalled VS Code User and installed VS Code System. Seems to have fixed the problem. @brotherdust Thanks for the info. Yes, the system-wide installation does not exhibit this problem (to my knowledge) because it's installed to %Program Files%. I, too, have resorted to using the system-wide installation on my home computer due to the update issues. One question: since you're running Windows 10 1809 and Windows Defender, did you enable the new anti-ransomware folder protection feature? Trend Micro has a similar feature that's been around for a while now and I am using it on some folders (though, not the %userprofile%\AppData folder). If so, is it possible for you to list the locations you've enabled it for (just use the well-known folder names such as Documents, Pictures, etc., not the full path to those folders. And also note if you've used the feature on other not well-known folders, e.g. C:\some-other-folder—I don't want to know the actual path, just whether or not you're using the feature outside of well-known folders as well). Hm...I also have Vivaldi... On Thu, Oct 11, 2018 at 12:39 PM Craig E. Shea notifications@github.com wrote: @brotherdust https://github.com/brotherdust Thanks for the info. Yes, the system-wide installation does not exhibit this problem (to my knowledge) because it's installed to %Program Files%. I, too, have resorted to using the system-wide installation on my home computer due to the update issues. One question: since you're running Windows 10 1809 and Windows Defender, did you enable the new anti-ransomware folder protection feature? Trend Micro has a similar feature that's been around for a while now and I am using it on some folders (though, not the %userprofile%\AppData folder). If so, is it possible for you to list the locations you've enabled it for (just use the well-known folder names such as Documents, Pictures, etc., not the full path to those folders. And also note if you've used the feature on other not well-known folders, e.g. C:\some-other-folder—I don't want to know the actual path, just whether or not you're using the feature outside of well-known folders as well). — You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Microsoft/vscode/issues/47841#issuecomment-429090684, or mute the thread https://github.com/notifications/unsubscribe-auth/AAALTIOQysz_b7HuDyD8HVckEYfIPxe8ks5uj55ogaJpZM4TTz7T . -- Scott Hanselman Donate to fight diabetes: http://hnsl.mn/fightdiabetes But I don't think vivaldi's the cause though (I don't have it). Also had this issue before 1809 so it's not because of the anti-ransomware feature. No no, I’m not saying Vivaldi is the cause; I’m saying it installs into a similar location as VS Code and that it, too, fails to update in the same way as VS Code. So there's an element of commonality in the behavior of updating both of these applications. Regards Sent from my Windows 10 phone From: Mårten Nordheim Sent: Friday, October 12, 2018 2:50 To: Microsoft/vscode Cc: Craig E. Shea; Comment Subject: Re: [Microsoft/vscode] Windows update failed: Access is denied(#47841) But I don't think vivaldi's the cause though (I don't have it). Also had this issue before 1809 so it's not because of the anti-ransomware feature. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread. So, this worked on my Dell XPS 13 but still fails on my Asus Transformer Pro Will give Vivaldi a try... I don't have Vivaldi installed and am also having this issue Ever since I switched to the user-based installation this is now happening to me ever since. vscode is incapable of updating itself now, always claiming it cannot access Code.exe. What I have noticed though (whenever I remember to check) is that the System process (pid 4) has a lock on Code.exe which remains locked even when vscode and the udpater exit. I can't even delete the file by hand at this point. Occasionally new locks are added within System when the update process attempts to run again. Needless to say when that happens not even the manually downloaded installer can do anything until I restart the machine. I'm also having this exact same issue. I need to download the new installer from the website, reboot, and install it first thing for it to succeed. @Morten242 Well, it may still be a "ransomware feature". As I mentioned earlier, I use Trend Micro Maximum Security which has had a "ransomware folder protection" feature since late 2017 (so, since around Windows 1803, possibly even 1709) and I've been using it on my Documents, Pictures and some other folders. So, it's not so much whether you're using the Windows ransomware folder protection feature, but whether or not you're using a ransomware folder protection feature of some software security suite which may be interfering (even though, in my case particularly, I'm not protecting %AppData%). And as far as Vivaldi, for the 3rd time, I'm not saying it's causing anything, but that it also exhibits the same update failure behavior as VS Code (SYSTEM process holding a lock on critical files causing updates to fail), which is leading me to believe that this issue may be more specific to a machine configuration than an actual problem with VS Code itself (or Vivaldi, for that matter). @fourpastmidnight Except, all I have is Defender and I did not turn on the ransomware protection and I still get this on VSCode and Twitch (Starting to think Discord as well now unless they are truly pushing daily updates with no changelog) @Windfox Cool! It's just one more thing to potentially rule out. Thanks! same issue with me with the exact same description from other members Can we change the name of this issue? This isn't about Windows Update. Thanks for all the info guys, will continue investigating this. Meanwhile, I'll lock this thread so everyone sees this: If you're having this issue constantly, disable background updates with "update.enableWindowsBackgroundUpdates": false
gharchive/issue
2018-04-13T17:30:52
2025-04-01T04:55:21.429318
{ "authors": [ "And-r3y", "BAEMoO", "Cognoscite", "DeathLoveCrymo", "FossoresLP", "Fulg", "JMccormick264", "JacksonKearl", "JerseyAd", "KevinTCoughlin", "LouieK22", "Morten242", "OfficerHalf", "OscarArango", "TomSputz", "WindFox", "abmagil", "alvarofelipe12", "amtywang", "arencambre", "aroberge", "axmccx", "bcbeatty", "bezoris", "brbecker", "brotherdust", "casmrv", "cloudenv", "crackagrack", "daditangs", "dbaeumer", "devuxer", "drinksu", "fourpastmidnight", "gitDylanHub", "grrttedwards", "gruber123", "gurpreetshanky", "jbeyer16", "jcotton42", "joaomoreno", "kryptonian41", "leeseean", "maddes", "marcelomgarcia", "mcleary", "mcollier", "meloncatty", "mknejp", "mrchief", "nickdeppe", "nigeb123", "pushqrdx", "robertcatgithub", "ryanolsonx", "sbatten", "scragly", "shanselman", "softsmith", "spences10", "villintehaspam", "warnerm06", "windlessStorm" ], "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/47841", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
329071940
Built-in CoffeeScript extension doesn't highlight ES2015 module syntax VSCode Version: 1.23.1 OS Version: Arch Linux - no real version Steps to Reproduce: Use ES2015 module syntax in CoffeeScript Does this issue occur when all extensions are disabled?: This is an issue with a built-in extension Expected: When using the ES2015 module syntax in CoffeeScript, imports and exports are highlighted with colors Actual behavior: All text for ES2015 imports/exports is white This issue was moved to atom/language-coffee-script#167 This is the sample: import m from "mitrhil" import { Toolbar, Drawer, List, ListTile, IconButton, ToolbarTitle } from "poluthene-mithril" import { MenuIcon } from "./assets/icons.coffee" import { routeIs } from "./util.coffee" and this is how it looks with the Dark+ default theme: IMO this is likely a problem with the theme you are using. Which theme is this? @jdemilledt can you try this again with all extensions disabled? I'm not able to repro this issue. Thanks! Closing due to lack of information available Please reopen when you have a sample.
gharchive/issue
2018-06-04T14:09:18
2025-04-01T04:55:21.439649
{ "authors": [ "aeschli", "jdemilledt", "misolori" ], "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/51086", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
335849125
LSP Inspector: App seems hidden Refs: #52866 I feel like the App tab is the main thing and it is hidden away. App also does not feel like a good name so I would try to get rid of it. I would somehow try to emphasize it for example it could be the default view, and the usage could be folded on top. So the usage and app are not equal siblings I agree with this. The current representation looks less like 2 options and more like a title and subtitle where Usage is the title and App is the subtitle. App almost looks unclickable.
gharchive/issue
2018-06-26T14:33:12
2025-04-01T04:55:21.441213
{ "authors": [ "isidorn", "sbatten" ], "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/52978", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
339238290
History of searches/replacements in search/replace dialog A history of last n searches in the search dialog and additionally of last n replacments in the replace dialog would be very helpful. Thank you. You can navigate through search/replace history with the arrow keys (or alt+arrow keys in 1.24 and before).
gharchive/issue
2018-07-08T16:21:45
2025-04-01T04:55:21.442471
{ "authors": [ "roblourens", "spacepille" ], "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/53810", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
351516414
Git installation not found after updated to 1.26.0 or higher VSCode Version: ~1.26.0 OS Version: MacOS High Sierra Git version: 2.18.0(using Homebrew installer) Shell: fish, version 2.7.1 Steps to Reproduce: Update to 1.26.0 or higher. Open VSCode. This issue is not always reproducible. Sometimes but not always. Does this issue occur when all extensions are disabled?: Yes Thanks for nailing it down @TsumiNa I'll check this. Thanks for report this issue :+1:
gharchive/issue
2018-08-17T09:09:00
2025-04-01T04:55:21.445525
{ "authors": [ "TsumiNa", "faustinoaq", "sandy081" ], "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/56659", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
152911375
Render problem under high DPI monitor VSCode Version: 1.1.0-insider, OS Version: Win10 Pro I got two different text render styles, one is blurry, and another is clear. You can see middle window is more blurry than both left and right window. My monitor size is 13 inches, with 1920x1080 resolution. Display zoom level is 125%, and I've set up Code - Insiders.exe's compatible settings, and checked 'Disable display zoom under high DPI' (may be this, as I'm using a Chinese edition). My settings: Is this related to #1896? Duplicate of #1896 👍
gharchive/issue
2016-05-04T01:36:36
2025-04-01T04:55:21.449373
{ "authors": [ "chrisxvin", "joaomoreno", "lediur" ], "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/6082", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
382005216
Format selection Ctrl K Ctrl F doesn't work anymore Issue Type: Bug Select a portion of code Type Ctrl K CtrlF The Search text box show up but no format of the selection And there is no conflict whown for this combination VS Code version: Code 1.29.1 (bc24f98b5f70467bc689abf41cc5550ca637088e, 2018-11-15T19:11:49.509Z) OS version: Windows_NT ia32 6.1.7601 System Info Item Value CPUs Intel(R) Core(TM) i5-2410M CPU @ 2.30GHz (4 x 2294) GPU Status 2d_canvas: enabledchecker_imaging: disabled_offflash_3d: enabledflash_stage3d: enabledflash_stage3d_baseline: enabledgpu_compositing: enabledmultiple_raster_threads: enabled_onnative_gpu_memory_buffers: disabled_softwarerasterization: unavailable_softwarevideo_decode: unavailable_softwarevideo_encode: enabledwebgl: enabledwebgl2: unavailable_off Memory (System) 5.98GB (1.67GB free) Process Argv Screen Reader no VM 0% Extensions (18) Extension Author (truncated) Version vscode-javascript-snippet-pack aka 0.1.5 project-manager ale 9.1.0 vscode-custom-css be5 3.0.1 css-compressor bes 0.0.2 path-intellisense chr 1.4.2 open-html-in-browser cod 0.1.21 vscode-instant-markdown dba 1.4.3 vscode-great-icons emm 2.1.44 json-tools eri 1.0.2 vscode-todo-plus fab 4.10.0 beautify Hoo 1.4.7 ftp-simple hum 0.6.8 typings-autoinstaller jvi 1.2.0 gitignore mic 1.0.1 vscode-language-pack-fr MS- 1.29.2 debugger-for-chrome msj 4.11.1 live-server-preview neg 0.1.2 flowmaker spe 1.2.0 (2 theme extensions excluded) I've just tried with all extensions disabled: IT IS DOING SAME THING For the fie format, .js, .html json anyone I tried. Something strange is also that context Menu is not showing the key shortCut although the setting show good record of the key binding, as shown on images attached @albu77 Most likely, there is another keybinding for Ctrl+K Ctrl+F that overrides this one. Can you please confirm that your keybindings.json is empty and that searching for "Ctrl+K Ctrl+F" only shows Format Selection: Ok, my bad...... I'm sorry I made an error in my keybindings.json: I forgot to add "when": "terminalFocus" in the binding of the clear terminal when I added it. Now with this correction Everything is Ok (shortkey and contextMenu) { "key": "ctrl+k", "command": "workbench.action.terminal.clear", "when": "terminalFocus" }
gharchive/issue
2018-11-18T22:02:14
2025-04-01T04:55:21.464740
{ "authors": [ "albu77", "alexandrudima" ], "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/63392", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
388868477
Webview HTML layout weirdness VSCode Version: Version: 1.29.1 (user setup) Commit: bc24f98b5f70467bc689abf41cc5550ca637088e Date: 2018-11-15T19:13:36.375Z Electron: 2.0.12 Chrome: 61.0.3163.100 Node.js: 8.9.3 V8: 6.1.534.41 Architecture: x64 OS Version: Microsoft Windows [Version 10.0.17763.134] Steps to Reproduce: Place the following code into the activate function of a empty extension project: const panel = vscode.window.createWebviewPanel('repro', 'repro', vscode.ViewColumn.Two, { enableScripts: true }); panel.webview.html = ` <!DOCTYPE html> <html lang="en"> <head> <style> html, body { width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden; font-family: sans-serif; } #content { width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden; font-size: 0 } #inspector-host { position: absolute; right: 0px; top: 0px; bottom: 0px; } #actionTabs { background: #333333; height: 100%; margin: 0; padding: 0; display: grid; grid-template-rows: auto 1fr; font: 14px "Arial"; overflow: hidden; } #actionTabs .tabs { display: grid; grid-row: 2; grid-template-rows: 40px 1fr; font: 14px "Arial"; overflow: hidden; } #actionTabs .tabs .labels { grid-row: 1; display: flex; align-items: center; justify-items: center; border-bottom: 1px solid #ffffff; margin: 0; padding: 0; } #actionTabs .tabs .labels .label { font-size: 24px; color: white; width: 40px; display: flex; align-content: center; justify-content: center; border: 1px solid transparent; border-bottom: none; background: #333333; padding: 5px; height: 28px; cursor: pointer; } #actionTabs .tabs .labels .label.active { border-color: #ffffff; border-bottom: 2px solid transparent; margin-bottom: -2px; } #actionTabs .tabs .panes { grid-row: 2; display: grid; grid-template-rows: 1fr; overflow: hidden; } #actionTabs .tabs .panes .pane { color: white; overflow-x: hidden; overflow-y: auto; } #actionTabs .tabs .panes .pane .textLine { padding-left: 5px; height: 30px; display: grid; grid-template-columns: 1fr auto; } </style> </head> <body style="display: flex"> <div id="content"> </div> <div id="inspector-host" style="width: auto; position: relative;"> <div id="actionTabs" style="position: relative; width: 300px; height: 100%; max-width: 600px; min-width: 300px; min-height: 100%; box-sizing: border-box;"> <div class="tabs"> <div class="labels"> <div class="label"> <div onclick="A()">A</div> </div> <div class="label"> <div onclick="B()">B</div> </div> </div> <div class="panes"> <div class="pane" id="pane"> </div> </div> </div> </div> </div> <script> var pane = document.getElementById('pane'); function A() { console.log('A'); pane.innerHTML = '<div class="textLine">A</div>'; } function B() { console.log('B'); var innerHTML = ''; for (var i = 0; i < 100; i++) { innerHTML += '<div class="textLine">B</div>'; } pane.innerHTML = innerHTML; } </script> </body> </html> `; Run the extension. Click on B (the window must be small enough that 100 div elements overflow the height. Result: The width of HTML element inspector-host is not computed to be the width of its contents even though it is marked as auto. Remarks: It seems to be related to the vscode scrollbar. If there is no scrollbar, then this does not repro. For example, if you change the for loop to only add 1 div, then it won't repro. This does not repro outside of vscode's environment. For example, the same HTML in codepen.io does not have any issues. https://codepen.io/bghgary/pen/OrLZKN Does this issue occur when all extensions are disabled?: Yes Does this reproduce in the latest VS Code insiders build? We picked up a new electron version that may have fixed this issue because I can't repo it anymore Nice, I can't repro with the latest insiders build either. When will this make it into the normal build? Hopefully 1.31 at start of February
gharchive/issue
2018-12-08T01:16:49
2025-04-01T04:55:21.472808
{ "authors": [ "bghgary", "mjbvz" ], "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/64647", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
392474780
Search: Missing SVG breaks build I had to comment out this CSS snippet: https://github.com/Microsoft/vscode/commit/f071a3ecef1f0af6a74314f8c4cb452d32c27c7d I had to really remove it, as it appears it was still breaking even as a comment... we might be doing some regexp magic over here, right @alexandrudima? https://github.com/Microsoft/vscode/commit/d315b31c6b5cdca082b0a6e193306e4001586509 Yes, inlining the images inside CSS is done with a simple regex, not with a correct CSS parser. Looks like I had a bad merge with https://github.com/Microsoft/vscode/commit/3d675f817022a6883bf76ac1b11a9e3a6ed79afa#diff-eb02bbc46fcaa61fd28d73e573b05bcd. Thanks for fixing it!
gharchive/issue
2018-12-19T07:35:55
2025-04-01T04:55:21.475862
{ "authors": [ "alexandrudima", "joaomoreno", "roblourens" ], "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/65355", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
157169507
install-extension is case insensitive while unintsall-extension is case sensitive I would expect that both are case senstive, or both are case insensitive for consistency. This is OK. Then your message is wrong in that case Still OK. We need to make --install-extension check that the ID has the right casing. Removed the disclaimer instead, since the marketplace is case insensitive after all... Rnordin1000@gmail.cim On 27 May 2016 17:50, João Moreno notifications@github.com wrote: This is OK. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
gharchive/issue
2016-05-27T09:47:04
2025-04-01T04:55:21.479909
{ "authors": [ "isidorn", "joaomoreno", "roslanr18" ], "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/6959", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
420814843
Environment Variables set with an extension are not propagated VSCode Version: 1.32.2 OS Version: MacOS 10.14.3 Steps to Reproduce: create an extension that sets process.env['FOO'] = 'bar'; for example install and make sure extension is run open developer tool and observe that process.env['FOO'] === undefined Is it even possible to set process.env keys from an extension that may be read by other extensions or tasks, etc? The existence of vscode-direnv indicates that it should have been possible at least in an earlier version of vscode though... Other extensions should see the same environment, I believe. Tasks are spawned by a different process so they will not. First, thanks for the quick response :) I'll look into what other extension see tomorrow, though from what I have observed by now, it seems not to work that well there either. I'm trying to get direnv working with vscode. Based on some existing work from 3 years ago I try to rewrite that not-so-well-working extension in hope to fix theese issues. What it basically does is assigning the environment direnv produces to process.env which should make set variables, foremost PATH, visible to vscode. Quite a bummer if that won't work with tasks as you said, but I could circumvent that, as long as at least other extensions work in this scenario. With 1.32 vscode-python unable to expand any variables from .env - like if environment would be empty. Even old versions of plugin has same issue. Wonder if this is linked. Not sure what you're talking about, please file an issue on the python extension repo @egorse @roblourens I am not sure that belongs to vscode-python. but between 1.31 and 1.32 something got changed - so same old versions of vscode-python (i.e. 2018.7.1) expands values from .env to empty. once this one is closed - is there PR for fix? Honestly I don't really know which issue you're talking about, please file this issue on the python extension with full steps to reproduce the issue.
gharchive/issue
2019-03-14T03:25:56
2025-04-01T04:55:21.485992
{ "authors": [ "egorse", "roblourens", "ysndr" ], "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/70445", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
157620973
Auto detect ANSI encoding VSCode Version: 1.1.1 OS Version: Win 10 Steps to Reproduce: Create a new file in notepad, save it as ANSI (on my machine Ansi = Windows-1252) Open the file in vs code Result: VSCode assumes UTF-8 and the file is corrupted. Sublime-text has no problem recognizing Windows-1252. @swaner we do not have encoding detection so you need to either configure the encoding globally or per workspace or switch it from the status bar picker. I support this issue. I just had a deployment using a script which had ® character inside it and I then edited with Code. And ooh, how the script failed and brought down the system. Simple editors handle ANSI files simply, and Code doesn't. That's a shame. I attach a sample file to test. When I open this file with Code I see � instead of ®, it should leave ® alone. And I tried to change encoding to ANSI, and I couldn't find it in Code. Character ®.txt +1 Less powerful alternatives for handling this issue in the short run: use the problems or errors counter to signal the presence of � or any unrecognised characters; upon opening a file containing unrecognised characters, issue a question dialog suggesting Reopen with encoding or Continue. At least this will help prevent accidental overwriting; Of course encoding detection would much more powerful. It is better to add onOpenFile setEnconding to api extentions... I have UTF8 files and I have Windows 1251 files. I can't change it globally to Windows 1251. So every time i open them i have to reopen them. Why, at least, not to save desired encoding per file? If once i opened it in Win1251, open it in Win1251 any time else, unless i reopen or resave it manually as other encoding? Hi, For ANSI files, use Western (Windows 1252). https://github.com/Microsoft/vscode/issues/5388 Hi, a friend of mine found a workaround for this "ansi autodetect" problem: Under "preferences / user settings" we find "files.encoding" after that we choose "edit" to send it to right manually we past the line 3 times, like below: "files.encoding": "utf8bom", "files.encoding": "utf8", "files.encoding":"windows1252" ignore alerts, close vsCode, open again and voila, now I can open UTF8 or ANSI encoded files with no problem and no need to "reload with encode". We dont know why it works, but it just works fine on vsCode 1.8.1 This setting has been added: files.autoGuessEncoding Will hopefully be true as default soon; https://github.com/Microsoft/vscode/issues/23417 Why only CP1252? I want this for CP1251 too... Someone else will want this for another encoding and so on. I think that you should pick local encoding of this machine. What do you think of it?
gharchive/issue
2016-05-31T08:53:24
2025-04-01T04:55:21.495190
{ "authors": [ "Georgeouz", "Hyperdingo", "JoV5", "MantvydasD", "QtRoS", "bpasero", "buzzzzer", "llucassantoss", "mauriciovirtual", "regs01", "swaner" ], "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/7048", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
424735774
System hang up on dual screen with T480 Issue Type: Bug When run vcode for about 2 hours, it will hangup the system on my notebook. It is the same without runing with extension. VS Code version: Code 1.32.3 (a3db5be9b5c6ba46bb7555ec5d60178ecc2eaae4, 2019-03-14T23:43:35.476Z) OS version: Windows_NT x64 10.0.17134 System Info Item Value CPUs Intel(R) Core(TM) i5-8350U CPU @ 1.70GHz (8 x 1896) GPU Status 2d_canvas: enabledchecker_imaging: disabled_offflash_3d: enabledflash_stage3d: enabledflash_stage3d_baseline: enabledgpu_compositing: enabledmultiple_raster_threads: enabled_onnative_gpu_memory_buffers: disabled_softwarerasterization: enabledsurface_synchronization: enabled_onvideo_decode: enabledwebgl: enabledwebgl2: enabled Memory (System) 7.61GB (3.49GB free) Process Argv Screen Reader no VM 0% Extensions (5) Extension Author (truncated) Version Bookmarks ale 10.3.0 ctags-support jay 1.0.19 python ms- 2019.2.5558 cpptools ms- 0.22.1 devicetree plo 0.1.1 What do you mean by hangup?
gharchive/issue
2019-03-25T05:57:57
2025-04-01T04:55:21.502994
{ "authors": [ "Tyriar", "ajay127" ], "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/71051", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
430165077
Code helper is using 100% CPU Issue Type: Performance Issue Code helper is using 100% of my cpu. All plugins are disabled and no big files (or large amounts) are present in my workspace. VS Code version: Code 1.33.0 (0dd516dd412d42323fc3464531b1c715d51c4c1a, 2019-04-04T15:11:32.076Z) OS version: Darwin x64 18.5.0 System Info Item Value CPUs Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (8 x 2800) GPU Status 2d_canvas: enabledchecker_imaging: disabled_offflash_3d: enabledflash_stage3d: enabledflash_stage3d_baseline: enabledgpu_compositing: enabledmultiple_raster_threads: enabled_onnative_gpu_memory_buffers: enabledrasterization: enabledsurface_synchronization: enabled_onvideo_decode: enabledwebgl: enabledwebgl2: enabled Load (avg) 3, 12, 8 Memory (System) 16.00GB (3.61GB free) Process Argv --disable-extensions . Screen Reader no VM 0% Process Info CPU % Mem MB PID Process 16 98 3250 code main 0 82 3257 gpu-process 0 246 3324 window (TravelSearch.jsx — bakalauras-ui) 0 66 3348 extensionHost 102 426 3357 electron_node tsserver.js 0 66 3371 electron_node typingsInstaller.js typesMap.js 0 49 3350 watcherService 0 98 3356 shared-process 0 82 3950 window (Issue Reporter) 0 0 3964 /bin/ps -ax -o pid=,ppid=,pcpu=,pmem=,command= Workspace Info | Window (TravelSearch.jsx — bakalauras-ui) | Folder (bakalauras-ui): 29 files | File types: jsx(14) json(3) js(3) lock(1) development(1) log(1) | production(1) ico(1) html(1) md(1) | Conf files: package.json(1); Extensions disabled This bug is not present in the insiders build. Please try deleting ATA cache folder (below) and see if that fixes the problem. We had a large performance regression caused by a combinatorially-explosive file being uploaded to DefinitelyTyped and an unpatched version of it might still be getting loaded. Thanks and please @ me if that doesn't solve your problem! (Windows) C:\Users\(your username)\AppData\Local\Microsoft\TypeScript\ (Mac/Linux) /home/(your username)/.cache/typescript/ I checked /home/(your username)/.cache/typescript/, however it was empty. I deleted the TS cache in /Users/(username)/Library/Caches/typescript, the cpu usage has dropped since then. @vasilev-alex @b02k5 @kylecorbelli @goodoldneon @Robfz @maxsbelt @ra50 @lewismorris can you try the above fix and let us know the results? Thanks! Didn't work for me. Code helper is still using about 100% CPU Didn't work for me. Code helper is still using about 100% CPU @vaseliv-alex do you have a project (or subset of a project) that reliably reproduces the problem that you can share with us? @RyanCavanaugh it did work for me! @RyanCavanaugh Just a create-react-app project with styled components. Check it out here https://github.com/vasilev-alex/react-playground Mine is a TypeScript create-react-app project with styled components. I deleted all of /Users/(username)/Library/Caches/typescript and there wasn't even a /home/(your username)/.cache/typescript/ directory on my machine. Verdict: the above fix did not work 😭 The prescribed fix is only for JavaScript users. If you are using TypeScript, you'll just need to update your dependency on @types/styled-components. the solution from @RyanCavanaugh works for me in macOS I've had the same problem and narrowed it down to the backticks used in a styled component const TestStyledComp = styled.div` color: pink; ` I have a basic setup here https://github.com/andrewcodes404/styledcomp-vscode-error/ which works fine until I uncomment the the styled component and then the vs code helper use all my CPU and vscode won't work properly and i get code --status 102 426 3357 electron_node tsserver.js I have used @dziugasmeskauskas solution deleting the cache, /Users/(username)/Library/Caches/typescript it has helped a little but still slowing things down, doesn't feel very stable still gets peaks of electron_node cli.js @DanielRosenwasser should i be using a different version of typescript? I got the same issue here. Opening up a javascript file will cause codehelper to jump to 150% to 300% CPU usage. Tried remove the cache folders and resetting VS Code but it's not working. We're investigating at https://github.com/Microsoft/TypeScript/issues/30819 and pushing a mitigating fix at https://github.com/DefinitelyTyped/DefinitelyTyped/pull/34564 The mitigation from the DefinitelyTyped PR has been merged - please do another cache clear and see how things are now. Note that after the cache clears, you will see a one-time perf hit during first launch - but after the types are downloading, interactive editing should be snappy again. Sorry again for the regression here. Also you may need pin typescript to 3.3.4000. Performance is still significantly worse than with 1.32.3. The styled-components update and cache clear reduce Code Helper's CPU usage, but do not fix it. In our project, it takes several seconds for 1.33 to resolve a change from foo: string to foo: strin and back, with 100% CPU use from Code Helper. This would be nearly instantaneous with 1.32. @metrip can you share a project that displays this behavior? We're particularly interested in your config file (if any) Getting same problems as @metrip here, intellisense/typechecking are really slow :( my config file: { "compilerOptions": { "outDir": "./lib", "module": "commonjs", "target": "es6", "lib": ["es2018", "dom"], "sourceMap": true, "jsx": "react", "moduleResolution": "node", "forceConsistentCasingInFileNames": true, "noImplicitReturns": true, "noImplicitThis": true, "noImplicitAny": true, "strictNullChecks": true, "suppressImplicitAnyIndexErrors": true, "noUnusedLocals": true, "declaration": true, "allowSyntheticDefaultImports": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "baseUrl": "./src" }, "include": ["src/**/*"], "exclude": ["node_modules", "build", "scripts"] } The latest VS Code insiders build includes a new TypeScript version (3.4.3-insiders) that invalidates your automatic typings cache automatically. We will also be publishing this new TS version with our VS Code 1.33 recovery build (see #72005) For JavaScript users: clearing the typings cache should ensure that you are using the patched version of the styled components typings. For TypeScript users: if you have installed @types/styled-components, please make sure you have the most recent version of @types/styled-components installed in your workspace. TypeScript 3.4.3 does not fix the root cause of this issue, which is tracked by https://github.com/Microsoft/TypeScript/issues/30819. If you still see performance problems related to tsserver after following the above instructions, please open a new issue and share information about your general project structure so that we can investigate further. This bug is crippling my computer, in a simple gatsbyjs project using styled-components. Deleting /Users/(username)/Library/Caches/typescript and restarting VSCode does not resolve the issue. Interestingly, this is also happening on VSCode Insider. The same bug has happened to me. I'm using styled-components with next.js framework. I am using type checking for javascript files and the electron_node tsserver.js process is using more than 100% cpu. @thakursaurabh1998 back to typescript@3.3.x or use typescript@next, then test again. change the Terminal render type to dom @all solve the problem change the Terminal render type to dom @ALL solve the problem @xiaodoubaoldl could you explain how i can do that? thanks setting=>search "terminal renderer type" =>change auto to dom If you still see performance problems related to tsserver after following the above instructions, please open a new issue and share information about your general project structure so that we can investigate further. It's still the same problem wether I use the new insiders or not https://github.com/andrewcodes404/styledcomp-vscode-error/ setting=>search "terminal renderer type" =>change auto to dom @andrewcodes404 Thanks but I'm afraid that does not help at all , in fact i think it's worse.. the most annoying thing is that all the shortcuts and snippets take 2/3 secs to become accessible Hey guys, I have successfully got rid of this problem just by following few steps mentioned here before. I have updated @types/node package to latest, currently have 11.13.2 I have reinstalled typescript package to specific version 3.3.4000 which was recommended here In your VSCode use workspace version of typescript Kill VSCode Delete /home/(your username)/.cache/typescript/ Run VSCode and all good Hope this will work for you guys as well. I had this issue for a couple days. Upgrading @types/styled-components from 4.1.12 to 4.1.14 and deleting /Users/<username>/Library/Caches/typescript fixed it for me. Thanks! I had the same issue after upgrading to version 1.33, but after letting the program run for a little while, the CPU usage is now back to normal. Looks like deleting the folder having issues and recloning them from git fixed the issue for me. I'm closing this issue as the original problem @dziugasmeskauskas reported and that many others were also seeing was related to the styled components typings and clearing the caches (or updating the typings if you installed them locally) fixes things. See my comment for details. Again, if you have followed all the instructions and still see performance issues related to tsserver, please open a new issue on github and we can investigate 2. 3.3.4000 hi @ondrejhudek, one week and still not working for me can I ask about your solution I have updated @types/node package to latest, currently have 11.13.2 Is that globally or in your project? how did you do this? I have reinstalled typescript package to specific version 3.3.4000 which was recommended here is this global or local I do this $ npm install typescript@3.3.4000 but $ tsc -v still comes back with Version 3.4.3 In your VSCode use workspace version of typescript Can you explain this further? Thanks If i create a new react next.js app with styled components it works fine, but in this project https://github.com/andrewcodes404/styledcomp-vscode-error2 everything grinds to a halt. Even when editing the react modules(not styled components) the CPU hits the roof with TSServer, I've followed the instructions, I have moved the project files and fresh install the npm modules but it still persists? @mjbvz when you say For JavaScript users: clearing the typings cache do you mean this cache /Users/(username)/Library/Caches/typescript . ? @andrewcodes404 Are you using VS Code 1.33.1? It should clear cache automatically. If you are still seeing problems, please open a new issue so we can continue investigating I've updated to 1.33 and I can see the same problems. I have followed the instructions (clear cache, restart etc.) but that didn't help. After a few hours the problem went away. I'm using Mac and VS Code 1.33.1, terminal.integrated.rendererType: "dom" already set on my setting from previous versions and it had high CPU usage when idle. Removing those setting solved the high CPU usage. Well I guess the only way for me was to disable "TypeScript and JavaScript Language Features" :-D Same for me on a new MBP 15" 2018. It was the same on my old MBP 15" 2015 (that I changed because of this bug by the way, I was thinking that my MBP was going mad in a middle of a sprint, so didn't have the time to check everything... So technically Microsoft owe me 3000€). Still not resolve today, "TypeScript and JavaScript" build-in extension make my processus goes + 300%... FWIW, up to this point, I hadn't had any luck resolving the issue for my workspace (gatsby + styled-components) using any of the methods suggested, including deleting /home/(your username)/.cache/typescript/ However, the problem went away after I checked and unchecked Javascript > Implicit Project Config: Check JS in workspace settings. Up to this point, I hadn't had any luck resolving the issue for my workspace (gatsby + styled-components) using any of the methods suggested, including deleting /home/(your username)/.cache/typescript/ However, the problem went away after I checked and unchecked Javascript > Implicit Project Config: Check JS in workspace settings after fiddling around. ¯_(ツ)_/¯ Seems to work for me too. Before the manipulation, got the processor at + 100% just by putting my cursor on a styled component. After the check/uncheck, no code helper pass above 70%, and go down very quickly. @rdhox Nothing helped me as well. The only solution is to disable the build in extension TypeScript and JavaScript Language Features. You can find it by searching for in the extension menu @builtin TypeScript and JavaScript Language Features @rdhox As mentioned by meritozh, this works for me. Hope this will work for you. If you are seeing performance issue, try using latest VS Code insiders build. Then if you are still seeing issues when using VS Code insiders (with TypeScript 3.5+), please open a new issue
gharchive/issue
2019-04-07T16:29:21
2025-04-01T04:55:21.541999
{ "authors": [ "DanielRosenwasser", "Robfz", "RyanCavanaugh", "TotesOates", "andrewcodes404", "dziugasmeskauskas", "elainen", "gi", "indransyah", "jMoulis", "kylecorbelli", "lukasz-madon", "meritozh", "metrip", "mjbvz", "mountainmoon", "mrcelo", "ondrejhudek", "rdhox", "smancebo", "steveoOn", "thakursaurabh1998", "thiagoarmede", "vasilev-alex", "xiaodoubaoldl" ], "repo": "Microsoft/vscode", "url": "https://github.com/Microsoft/vscode/issues/71886", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
328025692
[XamarinWorkbooks-Windows]: Accessibility: Keyboard: MAS2.4.7: Cannot able to navigate through from one level to another level in the tree item present in left pane of workbook. Steps to Reproduce Launch Xamarin Workbooks application. This will invokes "Create a new Workbook" window. Create a Workbook with WPF Platform. Navigate to Help-> Tutorial -> Hello Workbooks and invoke it. Navigate through Tree items from one level to another level (Parent Hello workbooks to Child Hello workbooks and vice versa , refer screenshots) in left pane using keyboard. Expected Behavior Should be able to navigate through the tree item from one level to another (Parent Hello workbooks to Child Hello workbooks and vice versa) Actual Behavior Cannot able to navigate through the tree item from one level to another (Parent Hello workbooks to Child Hello Workbooks and vice versa). Keyboard focus remains at child Hello workbooks only (Please refer inspect screenshot below) Screenshots: Environment Windows : Version 1803 (OS Build : 17134.81) Xamarin Version : 1.4(master/b3f92f9) Log File Please add the following labels to the bug: A11yMAS Accessibility Xamarin-Workbooks-Windows Wipro MAS2.4.7 Exemption Approved - 1813
gharchive/issue
2018-05-31T07:33:04
2025-04-01T04:55:21.547966
{ "authors": [ "AccessibilityTestingTeam-TCS", "WiproPSAccTest" ], "repo": "Microsoft/workbooks", "url": "https://github.com/Microsoft/workbooks/issues/391", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
155835621
Environment variables are not honored or reset e.g.: when setting complus_gcServer=1 for a test this doesn’t actually get set (i.e., the test is still running with Workstation GC when it should be run with Server GC) Fixed with #142.
gharchive/issue
2016-05-19T21:09:13
2025-04-01T04:55:21.549218
{ "authors": [ "brianrob", "lt72" ], "repo": "Microsoft/xunit-performance", "url": "https://github.com/Microsoft/xunit-performance/issues/145", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
892880118
Sequential workflow - Clarification the invoke response to return Adaptive Cards Hello guys, I'm trying to use the sequential workflow on MS Teams. It was ok when I hit the submit button from the MS Teams, the function onAdaptiveCardInvoke was called. But after returning an adaptive card that is supposed to replace the current one, I got the error: I'm not sure if I passed the wrong value for the adaptive card, it would be nice if typescript/javascript example is provided. Thanks in advance. This is the code from the bot protected async onAdaptiveCardInvoke( context: TurnContext, invokeValue: AdaptiveCardInvokeValue ): Promise<AdaptiveCardInvokeResponse> { return Promise.resolve({ statusCode: 200, type: "application/vnd.microsoft.card.adaptive", value: { $schema: "http://adaptivecards.io/schemas/adaptive-card.json", type: "AdaptiveCard", version: "1.0", body: [ { type: "TextBlock", text: "Default text input" } ], actions: [ { type: "Action.Submit", title: "OK" } ] } }); }: Closed as duplcated to https://github.com/MicrosoftDocs/msteams-docs/issues/3301
gharchive/issue
2021-05-17T04:36:15
2025-04-01T04:55:21.552517
{ "authors": [ "quangnguyen30192" ], "repo": "MicrosoftDocs/AdaptiveCards", "url": "https://github.com/MicrosoftDocs/AdaptiveCards/issues/394", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
386963369
Second diagram - questioning an arrow Wouldn't the "MIM service (admin)" still point to the MIM Service database? Document Details ⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking. ID: e2625af9-8587-9e56-c965-f823e6d3f3e9 Version Independent ID: 3479cc4e-90d1-65a9-e44a-de4e46f675f7 Content: Topology guide for deployment Content Source: MIMDocs/topology-considerations.md Product: microsoft-identity-manager GitHub Login: @billmath Microsoft Alias: billmath It should point to both the "MIM Service Database" and to the "MIM Sync Service and database" The following issue is being closed due to the age. If this is still an issue, please re-submit this. Thank you. #please-close
gharchive/issue
2018-12-03T19:13:26
2025-04-01T04:55:21.570166
{ "authors": [ "J-Fedor", "bdesmond", "billmath" ], "repo": "MicrosoftDocs/MIMDocs", "url": "https://github.com/MicrosoftDocs/MIMDocs/issues/139", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
373959619
Please include support windows 10 on verify VBA signatutes Today i tried to enable security setting in gpo under User Configuration\Administrative Templates\Microsoft Office 2016\Security Settings\Trust Center policy setting is "set the minimum operating system for verifying agile VBA signatures", i tried to enable , but windows 10 os option is not available ,but only Four os are there namely: windows xp windows vista windows 7 windows 8 Thanking you for your content Document Details ⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking. ID: 047d2b74-e963-a006-cb74-29257c409647 Version Independent ID: 4f274c79-18ae-2c36-19a3-cfb73d7e6cf3 Content: Privacy options in Office 2016 Content Source: DeployOffice/security/privacy-options-in-office.md Service: o365-proplus-itpro GitHub Login: @DHB-MSFT Microsoft Alias: danbrown I'm investigating/checking. I will close this issue as it is not directly related to a documentation issue. Feel free to post to TechCommunity on any issues.
gharchive/issue
2018-10-25T13:53:49
2025-04-01T04:55:21.575348
{ "authors": [ "DHB-MSFT", "RAJU2529", "manoth-msft" ], "repo": "MicrosoftDocs/OfficeDocs-DeployOffice", "url": "https://github.com/MicrosoftDocs/OfficeDocs-DeployOffice/issues/146", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
465824499
Office proxy settings? Hello, We are attempting to set up Office build 16.26 on our Macs. We do have a proxy and it is configured in System Preferences with appropriate credentials. We are encountering an issue on first launch with activation. We are getting a popup that says "No network connection Please check your network settings and try again". We are able to access the internet because it works through Safari. We've run Wireshark and are seeing many 407 errors despite having credentials entered in the System proxy settings. The documentation says that builds 15.27 or later have specific fixes for NTLM and Kerberos servers. It doesn't seem that Office recognizes that we have valid proxy credentials. We have not come across any preference keys related to proxy settings/use. Is there something special we need to do to have Office use the System proxy settings? Document Details ⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking. ID: a31219ba-1069-9336-daa2-2f76e35e7ba6 Version Independent ID: 6d0c419f-8a41-a6cc-222f-9b44dfb4716d Content: Network requests in Office for Mac Content Source: Enterprise/network-requests-in-office-2016-for-mac.md Service: o365-administration GitHub Login: @JoeDavies-MSFT Microsoft Alias: josephd @officedocsbot assign @mypil @FMCUSystemAdmins - Thank you for submitting feedback. I will get this issue over to the Enterprise writing team for investigation. Thank you for reporting and making the docs better. Much appreciated. I made a note to request the team to update this when the work is complete. Great, thank you so much. Thanks, Craig Jones Sr. System Administrator Firstmark Credit Union | Information Technology 2023 Gold Canyon Dr. | San Antonio, TX 78232 210.341.9602 x10514 craigj@firstmarkcu.orgmailto:mcraigj@firstmarkcu.org | www.firstmarkcu.orghttp://www.firstmarkcu.org/ CONFIDENTIAL NOTIFICATION: This electronic mail message and any files or documents transmitted with it contain information belonging to the sender that is confidential and may be legally privileged. This information is intended for the use of the individual or entity to which it is addressed. If you are not the intended recipient, be advised that you may have received this electronic mail in error and that any use, including but not limited to, disclosure, copying, distribution, forwarding, printing, dissemination of any kind, or action taken in reaction to or reliance on the contents of the information is strictly prohibited. If you have received this electronic mail message in error, please immediately delete it as permanently as possible and notify the sender. From: Joyce Y. notifications@github.com Sent: Tuesday, July 09, 2019 10:48 AM To: MicrosoftDocs/OfficeDocs-Enterprise OfficeDocs-Enterprise@noreply.github.com Cc: zzSystemAdmins zzsystemadmins@firstmarkcu.org; Mention mention@noreply.github.com Subject: Re: [MicrosoftDocs/OfficeDocs-Enterprise] Office proxy settings? (#458) @FMCUSystemAdminshttps://github.com/FMCUSystemAdmins - Thank you for submitting feedback. I will get this issue over to the Enterprise writing team for investigation. Thank you for reporting and making the docs better. Much appreciated. I made a note to request the team to update this when the work is complete. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/MicrosoftDocs/OfficeDocs-Enterprise/issues/458?email_source=notifications&email_token=AMA556JA3XW6NKC6MBBAUD3P6SXL7A5CNFSM4H7GKCVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZQWDUI#issuecomment-509698513, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AMA556JZT6SKWOHHXAJADJTP6SXL7ANCNFSM4H7GKCVA. @FMCUSystemAdmins I have forwarded this issue to the internal owners to analyze your request and respond. Please stay tuned. Thanks Great, thank you for your help. Thanks, Craig Jones Sr. System Administrator Firstmark Credit Union | Information Technology 2023 Gold Canyon Dr. | San Antonio, TX 78232 210.341.9602 x10514 craigj@firstmarkcu.orgmailto:mcraigj@firstmarkcu.org | www.firstmarkcu.orghttp://www.firstmarkcu.org/ CONFIDENTIAL NOTIFICATION: This electronic mail message and any files or documents transmitted with it contain information belonging to the sender that is confidential and may be legally privileged. This information is intended for the use of the individual or entity to which it is addressed. If you are not the intended recipient, be advised that you may have received this electronic mail in error and that any use, including but not limited to, disclosure, copying, distribution, forwarding, printing, dissemination of any kind, or action taken in reaction to or reliance on the contents of the information is strictly prohibited. If you have received this electronic mail message in error, please immediately delete it as permanently as possible and notify the sender. From: Joe Davies notifications@github.com Sent: Tuesday, July 09, 2019 3:49 PM To: MicrosoftDocs/OfficeDocs-Enterprise OfficeDocs-Enterprise@noreply.github.com Cc: zzSystemAdmins zzsystemadmins@firstmarkcu.org; Mention mention@noreply.github.com Subject: Re: [MicrosoftDocs/OfficeDocs-Enterprise] Office proxy settings? (#458) @FMCUSystemAdminshttps://github.com/FMCUSystemAdmins I have forwarded this issue to the internal owners to analyze your request and respond. Please stay tuned. Thanks — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/MicrosoftDocs/OfficeDocs-Enterprise/issues/458?email_source=notifications&email_token=AMA556IDVEFVQFZNBNDSWV3P6T2VBA5CNFSM4H7GKCVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZRPKDA#issuecomment-509801740, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AMA556PJ7H4ZRADKMBYPG7TP6T2VBANCNFSM4H7GKCVA. Any updates on this? From: Joe Davies notifications@github.com Sent: Tuesday, July 09, 2019 3:49 PM To: MicrosoftDocs/OfficeDocs-Enterprise OfficeDocs-Enterprise@noreply.github.com Cc: zzSystemAdmins zzsystemadmins@firstmarkcu.org; Mention mention@noreply.github.com Subject: Re: [MicrosoftDocs/OfficeDocs-Enterprise] Office proxy settings? (#458) @FMCUSystemAdminshttps://github.com/FMCUSystemAdmins I have forwarded this issue to the internal owners to analyze your request and respond. Please stay tuned. Thanks — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/MicrosoftDocs/OfficeDocs-Enterprise/issues/458?email_source=notifications&email_token=AMA556IDVEFVQFZNBNDSWV3P6T2VBA5CNFSM4H7GKCVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZRPKDA#issuecomment-509801740, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AMA556PJ7H4ZRADKMBYPG7TP6T2VBANCNFSM4H7GKCVA. Hello, has there been any progress on this? From: Craig Jones Sent: Wednesday, July 17, 2019 1:32 PM To: MicrosoftDocs/OfficeDocs-Enterprise reply@reply.github.com; MicrosoftDocs/OfficeDocs-Enterprise OfficeDocs-Enterprise@noreply.github.com Cc: Mention mention@noreply.github.com Subject: RE: [MicrosoftDocs/OfficeDocs-Enterprise] Office proxy settings? (#458) Any updates on this? From: Joe Davies <notifications@github.commailto:notifications@github.com> Sent: Tuesday, July 09, 2019 3:49 PM To: MicrosoftDocs/OfficeDocs-Enterprise <OfficeDocs-Enterprise@noreply.github.commailto:OfficeDocs-Enterprise@noreply.github.com> Cc: zzSystemAdmins <zzsystemadmins@firstmarkcu.orgmailto:zzsystemadmins@firstmarkcu.org>; Mention <mention@noreply.github.commailto:mention@noreply.github.com> Subject: Re: [MicrosoftDocs/OfficeDocs-Enterprise] Office proxy settings? (#458) @FMCUSystemAdminshttps://github.com/FMCUSystemAdmins I have forwarded this issue to the internal owners to analyze your request and respond. Please stay tuned. Thanks — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/MicrosoftDocs/OfficeDocs-Enterprise/issues/458?email_source=notifications&email_token=AMA556IDVEFVQFZNBNDSWV3P6T2VBA5CNFSM4H7GKCVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZRPKDA#issuecomment-509801740, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AMA556PJ7H4ZRADKMBYPG7TP6T2VBANCNFSM4H7GKCVA. @FMCUSystemAdmins - The product team is still investigating on this issue. We will provide updates as soon as we have the information. Thank you for your patience. We understand that updates will be provided as information is available and we appreciate the team looking into this. However, this issue is preventing us from moving some projects forward. Just sending this to ensure it is kept on the radar. Thanks. From: Joyce Y. notifications@github.com Sent: Wednesday, July 31, 2019 6:45 AM To: MicrosoftDocs/OfficeDocs-Enterprise OfficeDocs-Enterprise@noreply.github.com Cc: zzSystemAdmins zzsystemadmins@firstmarkcu.org; Mention mention@noreply.github.com Subject: Re: [MicrosoftDocs/OfficeDocs-Enterprise] Office proxy settings? (#458) @FMCUSystemAdminshttps://github.com/FMCUSystemAdmins - The product team is still investigating on this issue. We will provide updates as soon as we have the information. Thank you for your patience. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/MicrosoftDocs/OfficeDocs-Enterprise/issues/458?email_source=notifications&email_token=AMA556NKFO6TSLUP6ZGXKOLQCF3KZA5CNFSM4H7GKCVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3G7JGQ#issuecomment-516813978, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AMA556P6PDM3K7MZXZJXWTDQCF3KZANCNFSM4H7GKCVA. @FMCUSystemAdmins Please open a service ticket in your tenant at https://docs.microsoft.com/en-us/office365/admin/contact-support-for-business-products?view=o365-worldwide&tabs=phone. Thanks We have opened a service ticket. Thank you. From: Joe Davies notifications@github.com Sent: Thursday, August 22, 2019 11:12 AM To: MicrosoftDocs/OfficeDocs-Enterprise OfficeDocs-Enterprise@noreply.github.com Cc: zzSystemAdmins zzsystemadmins@firstmarkcu.org; Mention mention@noreply.github.com Subject: Re: [MicrosoftDocs/OfficeDocs-Enterprise] Office proxy settings? (#458) @FMCUSystemAdminshttps://github.com/FMCUSystemAdmins Please open a service ticket in your tenant at https://docs.microsoft.com/en-us/office365/admin/contact-support-for-business-products?view=o365-worldwide&tabs=phone. Thanks — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/MicrosoftDocs/OfficeDocs-Enterprise/issues/458?email_source=notifications&email_token=AMA556OOTDXSOUIVPXE53LTQF23ETA5CNFSM4H7GKCVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD45TBAI#issuecomment-523972737, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AMA556MZUTP4MBJ7PKMUDQDQF23ETANCNFSM4H7GKCVA. FMCUSystemAdmins I'm having the same issue when trying to set up Outlook for O365 on a Mac behind a corportate proxy. Everything else is working ok when accessing the internet, but I can't set up Outlook. If I open a hole in the proxy and alow the Mac out then it works fine. Close the hole (as per policy everything needs to go throught the proxy) and it does not work. Did you get any resolution from MS? Attached is where we left off with troubleshooting. With us working with a proxy (which is the bane of our existence) and not having dedicated Mac expertise in-house, we have yet to actually crack down on ensuring our users and their Macs truly have access to all required endpoints for the Office suite to behave as expected. From: guytz72 notifications@github.com Sent: Monday, October 28, 2019 4:47 PM To: MicrosoftDocs/OfficeDocs-Enterprise OfficeDocs-Enterprise@noreply.github.com Cc: System Administrators SystemAdmins@firstmarkcu.org; Mention mention@noreply.github.com Subject: Re: [MicrosoftDocs/OfficeDocs-Enterprise] Office proxy settings? (#458) FMCUSystemAdmins I'm having the same issue when trying to set up Outlook for O365 on a Mac behind a corportate proxy. Everything else is working ok when accessing the internet, but I can't set up Outlook. If I open a hole in the proxy and alow the Mac out then it works fine. Close the hole (as per policy everything needs to go throught the proxy) and it does not work. Did you get any resolution from MS? — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/MicrosoftDocs/OfficeDocs-Enterprise/issues/458?email_source=notifications&email_token=AMA556JCKW47RXKNSCC4PCTQQ5MU5A5CNFSM4H7GKCVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECOP65I#issuecomment-547159925, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AMA556JVCUKCHLCBKZQSEWDQQ5MU5ANCNFSM4H7GKCVA.
gharchive/issue
2019-07-09T14:46:39
2025-04-01T04:55:21.613088
{ "authors": [ "FMCUSystemAdmins", "JoeDavies-MSFT", "guytz72", "mypil" ], "repo": "MicrosoftDocs/OfficeDocs-Enterprise", "url": "https://github.com/MicrosoftDocs/OfficeDocs-Enterprise/issues/458", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
1044126830
Update Remove-PnPList.md Documenting the error upon attempting to delete a list exceeding a list view threshold Docs Build status updates of commit a7dd2db: :x: Validation status: errors Please follow instructions here which may help to resolve issue. File Status Preview URL Details sharepoint/sharepoint-ps/sharepoint-pnp/Remove-PnPList.md :x:Error Details sharepoint/sharepoint-ps/sharepoint-online/Remove-SPODataConnectionSetting.yml :warning:Warning Details sharepoint/sharepoint-ps/sharepoint-server/Add-FASTSearchResource.yml :warning:Warning Details sharepoint/sharepoint-ps/sharepoint-server/Add-FASTSearchSpelltuning.yml :warning:Warning Details sharepoint/sharepoint-ps/sharepoint-server/Add-SPUserLicenseMapping.yml :warning:Warning Details sharepoint/sharepoint-ps/sharepoint-server/Add-SPSecureStoreSystemAccount.yml :warning:Warning Details sharepoint/sharepoint-ps/sharepoint-server/Add-SPRoutingMachineInfo.yml :warning:Warning Details sharepoint/sharepoint-ps/sharepoint-server/Clear-FASTSearchContentCollection.yml :warning:Warning Details sharepoint/sharepoint-ps/sharepoint-pnp/Remove-PnPList.md Line 0, Column 0: [Error: MAML2Yaml_LoadFileFailed] Failed to load file: W:/hhui-s/sharepoint/sharepoint-ps/sharepoint-pnp/Remove-PnPList.md:7:(30) ' ###Exceeding the list view threshold ' Expect Heading level 2, please try to use PlatyPS validate the content sharepoint/sharepoint-ps/sharepoint-online/Remove-SPODataConnectionSetting.yml Line 8, Column 9: [Warning: file-not-found - See documentation] Invalid file link: '../sharepoint-server/Get-SPODataConnectionSetting.yml'. sharepoint/sharepoint-ps/sharepoint-server/Add-FASTSearchResource.yml Line 8, Column 9: [Warning: file-not-found - See documentation] Invalid file link: 'Get-FASTSearchResource.yml'. Line 10, Column 9: [Warning: file-not-found - See documentation] Invalid file link: 'Remove-FASTSearchResource.yml'. sharepoint/sharepoint-ps/sharepoint-server/Add-FASTSearchSpelltuning.yml Line 8, Column 9: [Warning: file-not-found - See documentation] Invalid file link: 'Get-FASTSearchSpelltuningStatus.yml'. Line 10, Column 9: [Warning: file-not-found - See documentation] Invalid file link: 'Remove-FASTSearchSpelltuning.yml'. sharepoint/sharepoint-ps/sharepoint-server/Add-SPUserLicenseMapping.yml Line 8, Column 9: [Warning: file-not-found - See documentation] Invalid file link: 'Disable-SPUserLicensing.yml'. Line 10, Column 9: [Warning: file-not-found - See documentation] Invalid file link: 'Enable-SPUserLicensing.yml'. Line 12, Column 9: [Warning: file-not-found - See documentation] Invalid file link: 'Get-SPUserLicenseMapping.yml'. Line 14, Column 9: [Warning: file-not-found - See documentation] Invalid file link: 'Remove-SPUserLicenseMapping.yml'. sharepoint/sharepoint-ps/sharepoint-server/Add-SPSecureStoreSystemAccount.yml Line 8, Column 9: [Warning: file-not-found - See documentation] Invalid file link: 'Get-SPSecureStoreSystemAccount.yml'. Line 10, Column 9: [Warning: file-not-found - See documentation] Invalid file link: 'Remove-SPSecureStoreSystemAccount.yml'. sharepoint/sharepoint-ps/sharepoint-server/Add-SPRoutingMachineInfo.yml Line 8, Column 9: [Warning: file-not-found - See documentation] Invalid file link: 'Get-SPRoutingMachineInfo.yml'. Line 10, Column 9: [Warning: file-not-found - See documentation] Invalid file link: 'Remove-SPRoutingMachineInfo.yml'. Line 12, Column 9: [Warning: file-not-found - See documentation] Invalid file link: 'Set-SPRoutingMachineInfo.yml'. sharepoint/sharepoint-ps/sharepoint-server/Clear-FASTSearchContentCollection.yml Line 8, Column 9: [Warning: file-not-found - See documentation] Invalid file link: 'New-FASTSearchContentCollection.yml'. Line 10, Column 9: [Warning: file-not-found - See documentation] Invalid file link: 'Remove-FASTSearchContentCollection.yml'. Line 12, Column 9: [Warning: file-not-found - See documentation] Invalid file link: 'Get-FASTSearchContentCollection.yml'. For more details, please refer to the build report. If you see build warnings/errors with permission issues, it might be due to single sign-on (SSO) enabled on Microsoft's GitHub organizations. Please follow instructions here to re-authorize your GitHub account to Docs Build. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. Note: Your PR may contain errors or warnings unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. For any questions, please:Try searching the docs.microsoft.com contributor guidesPost your question in the Docs support channel Docs Build status updates of commit b5f50a5: :white_check_mark: Validation status: passed File Status Preview URL Details sharepoint/sharepoint-ps/sharepoint-pnp/Remove-PnPList.md :white_check_mark:Succeeded View (sharepoint-ps) For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:Try searching the docs.microsoft.com contributor guidesPost your question in the Docs support channel @dariomws @get-itips @tiburd Please merge this PR. Thanks @get-itips and @JohanFreelancer9
gharchive/pull-request
2021-11-03T21:23:25
2025-04-01T04:55:21.662817
{ "authors": [ "opbld32", "pagejustin", "yogkumgit" ], "repo": "MicrosoftDocs/OfficeDocs-SharePoint-PowerShell", "url": "https://github.com/MicrosoftDocs/OfficeDocs-SharePoint-PowerShell/pull/66", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }