Winston Liu

Results 234 comments of Winston Liu

Nothing in `Log (Extension Host)`. But in `Log (Remote Extension Host)`, I have: ``` [2022-04-12 21:10:57.391] [exthost] [info] ExtensionService#_doActivateExtension ms-dotnettools.csharp, startup: false, activationEvent: 'onLanguage:csharp' ``` Most OmniSharp/.NET commands error with...

Today I see this in the C# log (still nothing in OmniSharp): ``` Installing C# dependencies... Platform: win32, x86_64 Downloading package 'OmniSharp for Windows (.NET 6 / x64)' (39624 KB).......................

Remoting in worked fine. Now I see this in the extension host log: ``` [2022-06-03 12:47:06.340] [exthost] [info] Not activating extension 'ms-dotnettools.csharp': Timed out while searching for 'workspaceContains' pattern **/*.{csproj,sln,slnf,csx,cake}...

> Yes the install will install the latest rpm. From the one downloaded on the Atom website, correct? Not from a package repository?

> Yes, you have before added the atom as a rep. However, these are the alternate instructions, which are intended for people who do not wish or are unable to...

@dcarral we're actively moving away from Coffeescript and as part of that transition are slowly updating our documentation to use JavaScript instead of Coffeescript. See #377 for one example.

> Is there some command to check for links available like apm links? Nope. However, I believe running `npm ls` will show any links in the dependency tree if they...

@maxbrunsfeld those suggestions are coming from https://github.com/atom/autocomplete-atom-api, not ide-typescript.

@tepf Have you tried enabling the Alternate Scoring option in the autocomplete-plus settings?