-
-
Notifications
You must be signed in to change notification settings - Fork 414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixing tsconfig.json #2269
fixing tsconfig.json #2269
Conversation
…ithgu#2269) sourceMap and inlineSourceMap don't go well together.
hand checked each change through my git client, built it, and ran it inside obsidian.
Why have all these commits been forced pushed like this? (Instead of being a normal pull request?) And do you have write access to this repository? Do you potentially know who has write access besides @blacksmithgu ? |
I know git pretty well. as you can see, now this pull request just contains a single line change in a single commit.
sadly not. |
…ithgu#2269) sourceMap and inlineSourceMap don't go well together.
…ithgu#2269) sourceMap and inlineSourceMap don't go well together.
@holroy i also rebase to master every time master is updated through merged pull requests. |
Hmm... Personally I think your policy of force pushing the commits like that hides away some of the changes and the process of how one arrives at a given code version. But YMMV, and you're of course free to choose your way of doing stuff like this. |
@holroy a force push is necessary if you rebase your own commits locally, which have been already pushed before. Then there's a mismatch between your local state and remote state, which requires a force push. |
Also Hey @GottZ :) |
LOL! hi there. I definitely did not expect you here. also.. to be fair, originally this was a PR changing tons of files. |
as #2271 is fixing the linting error from #2266, this will fix another issue with tsconfig.json.
sourceMap
andinlineSourceMap
can't be combined technically.