Skip to content

Function Call Issue Prevents Initilization Of OmniSharp Server (Win-10 64bit all dependencies satisfied) #1033

Open
@Christophereley

Description

@Christophereley

Stack-trace from Atom IDE

[Enter steps to reproduce:]

  1. ...Selected package from package installer dialog.
  2. ...Error code.

Atom: 1.32.0 x64
Electron: 2.0.9
OS: Microsoft Windows 10 Enterprise
Thrown From: omnisharp-atom package 0.31.2

Stack Trace

Failed to activate the omnisharp-atom package

At atom.grammars.startIdForScope is not a function

TypeError: atom.grammars.startIdForScope is not a function
    at grammarCb (/packages/omnisharp-atom/dist/omnisharp-atom.js:145:35)
    at arrayEach (/packages/omnisharp-atom/node_modules/lodash/lodash.js:516:11)
    at forEach (/packages/omnisharp-atom/node_modules/lodash/lodash.js:9344:14)
    at OmniSharpAtom.activate (/packages/omnisharp-atom/dist/omnisharp-atom.js:153:30)
    at Package.activateNow (~/AppData/Local/atom/app-1.32.0/resources/app/static/<embedded>:11:3029631)
    at measure (~/AppData/Local/atom/app-1.32.0/resources/app/static/<embedded>:11:3029043)
    at Package.measure (~/AppData/Local/atom/app-1.32.0/resources/app/static/<embedded>:11:3026674)
    at activationPromise.activationPromise.Promise (~/AppData/Local/atom/app-1.32.0/resources/app/static/<embedded>:11:3028903)
    at new Promise (<anonymous>)
    at Package.activate (~/AppData/Local/atom/app-1.32.0/resources/app/static/<embedded>:11:3028846)
    at PackageManager.activatePackage (~/AppData/Local/atom/app-1.32.0/resources/app/static/<embedded>:11:378471)
    at ~/AppData/Local/atom/app-1.32.0/resources/app/static/<embedded>:11:912430
    at r (~/AppData/Local/atom/app-1.32.0/resources/app/static/<embedded>:11:907036)
    at o (~/AppData/Local/atom/app-1.32.0/resources/app/static/<embedded>:14:1037411)
    at e.bufferStream (~/AppData/Local/atom/app-1.32.0/resources/app/static/<embedded>:14:1037499)
    at Socket.e.on (~/AppData/Local/atom/app-1.32.0/resources/app/static/<embedded>:14:1036167)
    at emitOne (events.js:121:20)
    at Socket.emit (events.js:211:7)
    at Pipe._handle.close [as _onclose] (net.js:554:12)
`

Activity

changed the title Function Call Issue Prevents Initilization Of OmniSharp Server (Win-10 64bit all dependencies satisifed) Function Call Issue Prevents Initilization Of OmniSharp Server (Win-10 64bit all dependencies satisfied) on Oct 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

      Participants

      @Christophereley

      Issue actions

        Function Call Issue Prevents Initilization Of OmniSharp Server (Win-10 64bit all dependencies satisfied) · Issue #1033 · OmniSharp/omnisharp-atom