Dave Schinkel
- Total activity 241
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 64
-
Edited Cannot Resolve Imports when using babel-resolver
a team I'm working with is using babel-resolver which cuts down on all the crazy '../../../' Consequently in WebStorm I can no longer simply do command + click on the imported file to get to it qui... -
Edited Running Imported Tests with Require Prevents Click Into Test from Test Runner
I noticed that when I try to start managing my specs by running sets of files like this, I can no longer double click a test in the test runner to get to that test if it's been required in a top le... -
Edited `node --debug` and `node --debug-brk` are invalid. Please use `node --inspect` or `node --inspect-brk` instead
All of a sudden I'm getting this when start debug on my mocha tests, why is that? WebStorm 2017.2 EAPBuild #WS-172.2953.12, built on June 14, 2017WebStorm EAP UserExpiration date: July 14, 2017JRE:... -
Edited Waiting for debugger to disconnect - Node v8 - Webstorm 2017.2 EAP
I'm not able to call await twice in my test. The first await runs fine, but it never hits my second async await call because it hangs with "waiting for debugger to disconnect...". Not sure if I ... -
Edited Export Test Configurations?
I get tired of having to re-create my test (or any other ones I've created such as for JS Web Debug) configurations if I clone down a new instance of a repo. Is there a way to export those configs... -
Edited WebStorm Mocha Tests with Node Interpreter for react-create-app
Normally I don't use create-react-app but the team I am working with does. react-create-app is a bunch of magic config code done by FB that tries to allow React devs to start get up and running wi... -
Edited Suppressing Specific JSUnresolvedVariable Warnings
How can I cleanly suppress the warnings on unresolved variable for Node environment variables? I don't want to have to keep putting this all over my code, that's just code smell and a terrible way... -
Edited git difftool can't find files that were edited
I'm using Webstorm 2016.2.1 Trying to get difftool to work for the first time here. The goal is to be able to run 'git difftool' at anytime and it'll show the diffs for any files that have been mo... -
Created Terminal Keeps Losing History
This is extremely annoying. Sometimes when I open up a project, I have lost all history in terminal in terms of commands and it resorts to old history for some reason. Why is this happening? -
Created Change Key Binding for Command + Shift + F (find)
Doing a Command + Shift + F to bring up the find dialog in webstorm also causes the find keybinding in OS X. So consequently I get the OS X find window coming up also at the same time. Is there a...