Settings menu doesn't open anything #6316

Closed
opened 2026-01-31 00:35:37 +00:00 by claunia · 2 comments
Owner

Originally created by @correcthorsebatterystaple on GitHub (Feb 6, 2020).

Environment

Windows build number: Microsoft Windows NT 10.0.18363.0

Steps to reproduce

  1. Install Windows Terminal (Preview) from Microsoft store
  2. Open Terminal
  3. Click the down caret on the top bar
  4. Click on settings

Expected behavior

A settings menu pops up

Actual behavior

The cursor goes into loading for a while and then returns to normal with no menu or GUI opening or anything else to change the settings.

Originally created by @correcthorsebatterystaple on GitHub (Feb 6, 2020). <!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further explanation or engagement. 3. If I write an issue that has many duplicates, the core team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number). 4. If I leave the title incomplete when filing the issue, the core team may close my issue without further explanation or engagement. 5. If I file something completely blank in the body, the core team may close my issue without further explanation or engagement. All good? Then proceed! --> <!-- This bug tracker is monitored by Windows Terminal development team and other technical folks. **Important: When reporting BSODs or security issues, DO NOT attach memory dumps, logs, or traces to Github issues**. Instead, send dumps/traces to secure@microsoft.com, referencing this GitHub issue. If this is an application crash, please also provide a Feedback Hub submission link so we can find your diagnostic data on the backend. Use the category "Apps > Windows Terminal (Preview)" and choose "Share My Feedback" after submission to get the link. Please use this form and describe your issue, concisely but precisely, with as much detail as possible. --> # Environment ```none Windows build number: Microsoft Windows NT 10.0.18363.0 ``` # Steps to reproduce <!-- A description of how to trigger this bug. --> 1. Install Windows Terminal (Preview) from Microsoft store 2. Open Terminal 3. Click the down caret on the top bar 4. Click on settings # Expected behavior <!-- A description of what you're expecting, possibly containing screenshots or reference material. --> A settings menu pops up # Actual behavior <!-- What's actually happening? --> The cursor goes into loading for a while and then returns to normal with no menu or GUI opening or anything else to change the settings.
Author
Owner

@j4james commented on GitHub (Feb 6, 2020):

There isn't a UI for the settings yet - that's issue #1564. However, the settings menu should open the profiles.json file (which contains the settings) in whatever editor you have associated with json files. If it's not doing anything, you'll probably need to reset that file type in your Windows settings.

@j4james commented on GitHub (Feb 6, 2020): There isn't a UI for the settings yet - that's issue #1564. However, the settings menu should open the _profiles.json_ file (which contains the settings) in whatever editor you have associated with json files. If it's not doing anything, you'll probably need to reset that file type in your Windows settings.
Author
Owner

@zadjii-msft commented on GitHub (Feb 7, 2020):

For the record, when you don't have a .json editor set by default, the system is doing something. It's trying to figure out what your .json editor is. Once it eventually determines that there isn't one, it'll pop this dialog
image

The real problem here is that there's a pretty substantial delay between clicking the settings button and that dialog opening. I'm not sure how much we can really do about this. The easy workaround is just to make sure to set some application as the default editor for .json files, until #1564 lands.

This is also some combination of #1422 #1586 #2599 #2895 #2036 #1928 #1786 #1704 #1460 #1664 #3592 #3244 #3240 #2969

@zadjii-msft commented on GitHub (Feb 7, 2020): For the record, when you _don't_ have a `.json` editor set by default, the system is doing _something_. It's trying to figure out what your `.json` editor is. Once it _eventually_ determines that there isn't one, it'll pop this dialog ![image](https://user-images.githubusercontent.com/18356694/74043084-5fd1f380-498e-11ea-87ae-336248ab2c4a.png) The real problem here is that there's a pretty substantial delay between clicking the settings button and that dialog opening. I'm not sure how much we can really do about this. The easy workaround is just to make sure to set some application as the default editor for `.json` files, until #1564 lands. This is also some combination of #1422 #1586 #2599 #2895 #2036 #1928 #1786 #1704 #1460 #1664 #3592 #3244 #3240 #2969
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#6316