Kumar Harsh

Results 28 issues of Kumar Harsh

I'm trying to replace a particular text in my repo (in any file) with another text. I've defined this replacement: ``` /abc.com/old-repo==>/abc.com/new-repo ``` When I run this command: ``` java...

I just ran into a bug relating while creating a grid like this: ``` ----------------------------- | Header | ----------------------------- | Nav | Content | | | | ----------------------------- ``` The...

I'm writing some big coffee files, and as the program is growing in complexity, my function & argument names have become a little longer, thus for readability's sake, i've to...

There was an extra paragraph which seems to have been mistakenly copied from the previous section above it.

This issue is while working on the v3 branch. When we import fragments in an apollo project, the plugin starts showing errors when the `#import`ed fragments are used in a...

This issue is while working with the v3 branch. The error: Unknown directive `@cacheControl` (KnownDirectives) is encountered in some files in the example repo. See https://github.com/Mayank1791989/gql-examples/blob/e372928662f66660bdcb8886400d3d8b5f37d429/apollo/schema/github.graphql

Sometimes, the gql plugin starts throwing these errors which keeps starting up the output terminal: > [Error - 12:24:29 AM] Request textDocument/hover failed. Message: Request textDocument/hover failed with message: Cannot...

bug

FindAllReferences for core graphql types fails, with this error: ``` [Error - 7:11:03 PM] Request textDocument/references failed. Message: Request textDocument/references failed with message: Cannot read property 'concat' of undefined Code:...

bug

If by mistake I use an `Input` type for an output field, the whole plugin crashes and I have to reload the window. Stack: ``` Error: SomeQueryType.someOutputField field type must...

bug

Transferred from https://github.com/kumarharsh/graphql-for-vscode/issues/22 > @majodev said: Enhancement, see documentation in [gql-tag](https://github.com/apollographql/graphql-tag/pull/33). > @kumarharsh said: @majodev - from what I read, this is a webpack feature rather than an editor feature....