TLDR:
git rebase --onto newBase oldBase thingToRebase
if you had this:
| Info 0 [17:35:36.607] Starting TS Server | |
| Info 1 [17:35:36.607] Version: 5.1.3 | |
| Info 2 [17:35:36.607] Arguments: /Users/monroe/.nvm/versions/node/v16.15.0/bin/node /Applications/WebStorm.app/Contents/plugins/javascript-impl/jsLanguageServicesImpl/js-language-service.js -id=1698107736441 -debug-name=typescript --pluginProbeLocations /Users/monroe/dev/ekilah/deal-web,/Applications/WebStorm.app/Contents/plugins/javascript-impl/jsLanguageServicesImpl/typescript --globalPlugins tsc-ide-plugin | |
| Info 3 [17:35:36.607] Platform: darwin NodeVersion: v16.15.0 CaseSensitive: false | |
| Info 4 [17:35:36.607] ServerMode: undefined hasUnknownServerMode: undefined | |
| Info 5 [17:35:36.614] Binding... | |
| Err 6 [17:35:36.617] Process: Require is used /Users/monroe/dev/ekilah/deal-web/node_modules/typescript/lib/ | |
| Info 7 [17:35:36.638] event: | |
| { | |
| "seq": 0, |
TLDR:
git rebase --onto newBase oldBase thingToRebase
if you had this: